#portfolio-map {
    margin: 80px auto !important;
    max-width: 1348px;
}

#portfolio-map .uvc-heading {

}
#portfolio-map .uvc-heading h2 {
    max-width: 364px;
    text-align: left;
    font-size: 59px;
    line-height: 55px;
    margin-bottom: 32px;
}
#portfolio-map .uvc-heading .uvc-sub-heading {
    font-size: 14px;
    padding-bottom: 14px;
    font-family: "Inter Medium";
}

#portfolio-map p {
    max-width: 447px;
}

#portfolio-map .wpb_text_column {
    margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
    #portfolio-map .vc_col-sm-7 {
        padding-right: 80px;
    }
}
@media screen and (max-width: 1307px) {
    #portfolio-map .uvc-heading h2 {
        font-size: 49px;
        line-height: 45px !important;
    }

    @media screen and (max-width: 1024px) {
        #portfolio-map .uvc-heading h2 {
            font-size: 39px;
            line-height: 35px !important;
        }

        @media screen and (max-width: 767px) {
            #portfolio-map > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row {
                display: flex;
                flex-direction: column-reverse;
            }
            #portfolio-map p {
                max-width: unset;
            }
        }
    }
}