.febestPage {
    width: 1200px;
    margin: 24px auto;
}

.febestPageTop {
    background: #C4EAFF;
    border-radius: 24px;
    padding: 36px 48px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.febestPageTop__info {
    margin-top: 32px;
}

.febestPageTop__title {
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #1A1C1F;
    width: 720px;
    margin: 0;
}

.febestPageTop__notes {
    margin: 24px 16px;
    padding: 0;
}

.febestPageTop__note {
    font-size: 16px;
    line-height: 24px;
    color: #4F565F;
}

.febestPageTop__button {
    all: unset;
    padding: 12px 16px;
    width: 240px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    color: #FFFFFF;
    background: #F93822;
    border-radius: 8px;
    cursor: pointer;
}

.febestPageInfo {
    display: flex;
    margin: 72px 0;
}


.febestPageInfo__image {
    width: 498px;
    height: 457px;
    background: #FFFFFF;
    border: 1px solid #D8DBDE;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.febestPageInfo__block {
    width: 575px;
    margin-left: 100px;
}

.febestPageInfo__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #1A1C1F;
    margin: 0;
}

.febestPageInfo__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1A1C1F;
}

.febestPageBottom {
    background: #FFF6C9;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 64px 72px;
    box-sizing: border-box;
}

.febestPageBottom__text {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    color: #1A1C1F;
}

.febestPageBottom__button {
    all: unset;
    padding: 24px 48px;
    width: 240px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    color: #FFFFFF;
    background: #F93822;
    border-radius: 8px;
    cursor: pointer;
}