.gtfrm p {
    margin-bottom: unset;
}


/* Responsive */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .owl-carousel .owl-item img.pro_sld_img {
        display: block;
        width: 100%; /* ensures it fits the container */
        height: auto; /* maintains aspect ratio */
    }
}
