.main_image img.attachment-large.size-large {
    border-radius: 13px;
    box-shadow: 0px 0px 20px 0px #223e5b1c;
}
.l-section.height_medium {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

@media (max-width: 767px) {
    .l-section.height_medium {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}
.card {
    box-shadow: 0px 0px 20px 0px #223e5b1c;
    border-radius: 13px;
}
