﻿/* Custom CSS to handle screens less than 950px */
@media (max-width: 950px) {
    .custom-row .col-md-6 {
        width: 100% !important;
    }
}



/* Add responsiveness to the image */
.responsive-img {
    max-width: 100%;
    height: auto;
}
