.container {
    background-color: var(--color-bg-white);
}

.container, .header, .header-section, .section, .section-head, .section-content, .footer, .footer-content {
    flex-direction: column;
}

.header, .section {
    flex-direction: row;
}

.header, .section, .footer-content, .footer-bar {
    padding: 0 17.8rem;
}

.header, .section, .section-head, .section-content__button, .section-content__button--primary, .section-content__button--default {
    align-items: center;
}

.section-content {
    justify-content: center;
}

.header {
    height: 4.5833rem;
    box-shadow: 0px 12px 16px 0px rgba(216,222,241,0.16);
}

.header__logo {
    width: 2.9167rem;
    height: 2.9167rem;
}

.header-section {
    padding-left: .4167rem;
}

.header-section__title {
    color: var(--color-title);
    font-size: var(--font-size-subtitle);
    font-weight: bold;
    line-height: 1.3542rem;
}

.header-section__subtitle {
    color: var(--color-subtitle);
    font-size: var(--font-size-paragraph);
    line-height: 1.0417rem;
}

.section {
    justify-content: space-between;
    height: 50.1042rem;
    position: relative;
}

.section-head {
    height: 19.8958rem;
    justify-content: flex-end;
}

.section-head .section-content__title {
    padding-bottom: .8333rem;
}

.section__phone--left, .section__phone--right {
    width: 28rem;
}

.section__phone--left {
    margin-right: 6.4rem;
}

.section__phone--right {
    margin-left: 3.3rem;
    margin-right: 5.1rem;
}

.section-content {
    position: relative;
    align-items: flex-start;
    /* width: 31.5rem; */
    height: 100%;
}

.section-content__title {
    padding-bottom: 2.0833rem;
    font-size: var(--font-size-title);
    color: var(--color-title);
    font-weight: bold;
}

.section-content__subtitle {
    font-size: var(--font-size-subtitle);
    color: var(--color-subtitle);
    line-height: 2.0833rem;
}

.section-content-describe {
    flex-direction: column;
}

.section-content__text {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    color: #666666;
    text-align: justify;
}

.section-content__button--primary, .section-content__button--default {
    height: 2.9167rem;
    border-radius: 2.9167rem;
    padding: 0 1.5625rem;
    margin-top: 2.3958rem;
    font-size: 1.0417rem;
    cursor: pointer;
    user-select: none;
}

.section-content__button--primary {
    background: linear-gradient( 45deg, #C3E000 0%, #7AD415 100%);
    color: #ffffff;
}

.section-content__button--primary:hover {
    background: #7AD415;
}

.section-content__button--default {
    background-color: #ffffff;
    color: #7AD415;
}

.section-content__button--default:hover {
    background-color: #EFFAE3;
}

.section:nth-child(2) {
    align-items: flex-end;
    height: 40.4167rem;
    background: linear-gradient( 45deg, #C3E000 0%, #7AD415 100%);
}

.section:nth-child(2) .section__phone--right {
    width: 17.6rem;
    transform: translateY(4.1667rem);
}

.section:nth-child(2) .section-content {
    padding-left: 2.6563rem;
}

.section-content-sign {
    position: relative;
    flex-direction: column;
    width: 23.75rem;
    height: 10.8333rem;
    justify-content: flex-end;
    padding-left: 2.6563rem;
}

.section-content-sign .section-content__title, .section-content-sign .section-content__subtitle, .section-content__paragraph {
    position: relative;
    color: #ffffff;
}

.section-content-sign .section-content__title {
    font-size: 3.3333rem;
    padding-bottom: 16px;
}

.section-content-sign .section-content__subtitle {
    font-size: 1.4583rem;
}

.section:nth-child(2) .section-content__button--default {
    margin-left: 2.6563rem;
}

.section-content__paragraph {
    line-height: 1.25rem;
    font-size: .7292rem;
    padding-top: 2.0833rem;
    padding-left: 2.6563rem;
}

.section-content__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 23.75rem;
    height: 10.8333rem;
}

.section:nth-child(2n+1){
    background-color: #F2FBE8;
}

.section__circle--large, .section__circle--base, .section__circle--small {
    position: absolute;
}

.section__circle--large {
    width: 33.3333rem;
    bottom: 0;
    left: 10.9375rem;
}

.section__circle--base {
    width: 27.0833rem;
    top: 0;
    left: 31.25rem;
}

.section__circle--small {
    width: 25rem;
    top: 0;
    right: 15.1042rem;
}

.section-bottom {
    flex: 1 0 0;
    justify-content: space-between;
}

.footer {
    color: #ffffff;
}

.footer-content {
    height: 18.5417rem;
    background-color: #323519;
}

.footer-content__title {
    font-size: var(--font-size-title);
    padding: 4.4792rem 0 1.875rem;
    font-weight: bold;
}

.footer-content-section, .footer-bar {
    align-items: center;
}

.footer-content-section {
    height: 2.7083rem;
}

.footer-content-section__icon {
    width: 1.25rem;
    height: 1.25rem;
}

.footer-content-section__text {
    font-size: 1.0417rem;
    margin-left: .4167rem;
}

.footer-bar {
    height: 3.3333rem;
    background-color: #282A14;
}

.footer-bar__text {
    font-size: .7292rem;
    padding-right: .4167rem;
}

.footer-bar__link {
    cursor: pointer;
}