.date {
    margin-top: 32px;
    color: #0C5ADB;
    font-weight: 900;
    font-size: 2rem;
}

.text-blue {
    color: #0C5ADB;
}

.text-white {
    color: white !important;
}

.bg-blue {
    background-color: #0C5ADB;
}

.service_style_12_thumb img {
    height: 270px;
}

.h-32px {
    height: 52px;
}


.h-24px {
    height: 42px;
}

.l-10 {
    left: 6px;
    position: absolute;
}

.t-16 {
    top: 12px;
}

.rev_slider_wrapper {
    position: relative;
    z-index: 0;
    width: 100%;
}

.photo-wrapper {
    height: 160px;
}

@media screen and (max-width: 767px) {
    .photo-wrapper {
        height: auto;
    }
}
