@media (max-width: 1100px) {

    .advisor_outer
    {
        padding-right: 10px;
    }
    
    .advisor_box_header
    {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .advisor_box_header h2
    {
        font-size: 22px;
    }

    .advisor_box_header .a_prepaid
    {
        margin-top: 10px;
        margin-left: 0;
        padding: 7px 20px;
    }

    .advisor_box_header .favorite svg
    {
        width: 24px;
    }

    .advisor_box .photo_status
    {
        margin-right: 10px;
    }

    .advisor_box .services .row.row_phone:last-of-type
    {
        margin-bottom: 0;
    }

    .advisor_box .services .row.row_phone a
    {
        font-size: 22px;
    }

    .advisor_box .services.services_text
    {
        grid-column-start: 1;
        grid-column-end: 3;
        margin-top: 20px;
    }

    .advisor_box .services .row.row_services
    {
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .advisor_box .services .row.row_services div
    {
        width: 30%
    }

    .advisor_box .services .row.row_services a
    {
        flex-direction: column;
        padding: 5px 15px;
        margin-bottom: 0;
    }

    .advisor_box .services .row.row_services .cost
    {
        font-size: 11px;
        line-height: 1.2;
    }

    .advisor_box .services .row.row_services a svg
    {
        width: 26px;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .advisor_box .services .row.row_services a span
    {
        font-size: 13px;
    }

    .advisor_box .cost
    {
        font-size: 14px;
    }

    .advisor_box .methods
    {
        font-size: 14px;
    }

    .advisor_box .content p
    {
        font-size: 12px;
    }

    .content h4
    {
        font-size: 22px;
    }
}