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

.book__consultation--wraper {
    display: flex;
    padding: 45px 0px 52px;
    -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);
    justify-content: space-between;
    gap: 40px;
    align-items: flex-end;
}

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

.book__consultation--title {
    margin: 0;
    margin-bottom: 18px;
    text-transform: capitalize;
    color: #fff;
}

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

.book__consultation--link .box-type.box-button, .book__consultation--link .box-type.box-button:hover {
    font-weight: 300;
    font-size: 26px;
    line-height: 33px;
    color: #FFFFFF;
    width: 238px;
    margin-top: 3px;
    text-transform: uppercase;
    padding: 0;
    background-image: linear-gradient(to right, transparent, transparent), linear-gradient(to right, currentColor, currentColor, currentColor);
    background-position: 0 100%;
    background-size: 100% 1px;
    display: inline;
}

.btn-wrapper.book__consultation--link {
    max-width: 221px;
}
 .book__consultation--link .box-type.box-button:hover{
     
background-size: 0% 1px;
 }

.book__consultation--link .box-type.box-button:before {
    display: none;
}

.book__consultation--link .box-type.box-button:after {
    display: none;
}


.book__consultation--link .icon {
    position: absolute;
    right: 0;
    top: 11px;
    pointer-events: none;
    transition: all 300ms;
}


.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: #fff;
    opacity: 0.7;
}

section.section__about--book-consultation {
    background: #91467F;
}

.book__consultation--link .icon svg {
    width: 25px;
}

@media (min-width: 768px){
    
.book__consultation--link:hover .icon {
    top: 15px;
    transition: all 300ms;
    right: 3px;
}
}

@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 {
        gap: 32px;
        padding: 75px 0  73px;
        display: block;
    }

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

    .book__consultation--link .box-type.box-button, .book__consultation--link .box-type.box-button:hover {
        max-width: 100%;
        padding: 39px 100px 14px 0;
        font-family: 'Poppins';
        font-weight: 300;
        width: 238px;
        background-size: 0;
    }

    .book__consultation--details {
        max-width: 100%;
        margin-bottom: 58px;
    }

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

    .book__consultation--title {
        margin-bottom: 22px;
    }

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

    .book__consultation--link .icon {
        top: 5px;
        right: 0;
    }

    .book__consultation--button .box-type.box-button:before, .book__consultation--button .box-type.box-button:after{
        display: none;
    }
}