.home .ans-phone {
    padding: 51px 0 80px 0;
}

.ans-phone .row {
    border-radius: 8px;
    box-shadow: 0 1px 14px 0 rgba(26, 26, 26, 0.06);
    position: relative;
    overflow: hidden;
}

.ans-phone-inner {
    padding: 72px 88px 95px 46px;
}

.ans-phone-inner h3 {
    margin-top: 16px;
    font-size: 29px;
    line-height: 38px;
}

.ans-phone-inner p {
    margin: 28px 0;
}

.ans-phone img {
    max-height: 663px;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.ans-phone .cta-group {
    gap: 18px;
}

.ans-phone .btn-yellow {
    padding: 5px 50px 6px 50px;
}

.ans-phone .btn-clear {
    padding: 5px 59px 6px 59px;
}

@media only screen and (max-width : 1400px) {
    .ans-phone img {
        max-height: 100%;
        height: 100%;
    }
}

@media only screen and (max-width : 992px) {
    .ans-phone .col-md-4.p-0 {
        display: none;
    }

    .ans-phone .col-md-8 {
        width: 100%;
        text-align: center;
    }

    .ans-phone-inner {
        padding: 40px 31px;
    }

    .ans-phone .cta-group {
        gap: 18px;
        flex-direction: column;
        align-items: center;
    }

    .ans-phone .cta-group a {
        min-width: 286px;
        justify-content: center;
    }
}