.section__about--book-consultation .container {
    max-width: 1277px;
}

.book__consultation--wraper {
    display: flex;
    padding: 62px 50px;
    padding-bottom: 60px;
    background: #F3F8FF;
    -webkit-box-shadow: 11px 15px 8px rgba(112, 112, 112, 0.01), 6px 9px 6px rgba(112, 112, 112, 0.05), 3px 4px 5px rgba(112, 112, 112, 0.09), 1px 1px 3px rgba(112, 112, 112, 0.1);
    /* Cho cÃƒÂ¡c trÃƒÂ¬nh duyÃ¡Â»â€¡t Webkit cÃ…Â© */
    -moz-box-shadow: 11px 15px 8px rgba(112, 112, 112, 0.01), 6px 9px 6px rgba(112, 112, 112, 0.05), 3px 4px 5px rgba(112, 112, 112, 0.09), 1px 1px 3px rgba(112, 112, 112, 0.1);
    /* Cho cÃƒÂ¡c trÃƒÂ¬nh duyÃ¡Â»â€¡t Firefox cÃ…Â© */
    box-shadow: 11px 15px 8px rgba(112, 112, 112, 0.01), 6px 9px 6px rgba(112, 112, 112, 0.05), 3px 4px 5px rgba(112, 112, 112, 0.09), 1px 1px 3px rgba(112, 112, 112, 0.1);
    /* Box-shadow chÃƒÂ­nh */
    border-radius: 3px;
    margin: 140px 0;
    justify-content: space-between;
    gap: 40px;
}

.book__consultation--subtitle {
    margin-bottom: 31px;
}

.book__consultation--title {
    margin: 0;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.book__consultation--details {
    max-width: 597px;
}

.book__consultation--link .box-type.box-button {
    font-weight: 300;
    font-size: 22px;
    line-height: 29px;
    color: #FFFFFF;
    width: 281px;
    margin-top: 4px;
    background-image: none;
}

.book__consultation--link .box-type.box-button .icon {
    position: absolute;
    right: 14px;
    top: 13px;
    pointer-events: none;
    transition: all 300ms;
}

.book__consultation--link .box-type.box-button:hover .icon {
    top: 17px;
    transition: all 300ms;
    right: 17px;
}

.book__consultation--link .box-type.box-button:hover .icon svg path {
    stroke: #EFB257;
}

.book__consultation--content {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #1B214A;

}

.book__consultation--content p {
    opacity: 0.7;
}

@media only screen and (min-width: 1600px) {
    .section__about--book-consultation .container {
        max-width: 1470px;
    }
}


@media only screen and (max-width: 991px) {
    .book__consultation--details {
        max-width: 60%;
    }

    .book__consultation--wraper {
        padding: 57px 15px 60px 15px;
    }

}

@media only screen and (max-width: 767.98px) {
    .book__consultation--wraper {
        align-items: flex-end;
        flex-direction: column;
        margin-top: 100px;
        margin-bottom: 97px;
        gap: 32px;
    }

    .book__consultation--subtitle {
        margin-bottom: 18px;
    }

    .book__consultation--link .box-type.box-button {
        max-width: 100%;
        padding: 63px 100px 14px 18px;
        font-family: 'Poppins';
        font-weight: 300;
        font-size: 25px;
        line-height: 32px;
        width: 100%;
    }

    .book__consultation--details {
        max-width: 100%;
    }

    .book__consultation--button {
        width: 100%;
    }

    .book__consultation--title {
        max-width: 200px;
        margin-bottom: 28px;
    }

    .book__consultation--content {
        font-family: 'Poppins';
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        opacity: 0.7;
    }
}