/* Start custom CSS */iframe.gs, .banner-p-12{
    display: block  !important;
}

.text-column {
    display: none;
}


.service-details-content .content-two {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.service-details-content .image-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.service-details-content .content-two .inner-box {
    max-width: 48%;
    margin: 0px 5px;
}

.service-details-content .content-two .inner-box .image-box img {
    width: 370px;
    height: 414px;
}

@media only screen and (max-width: 600px) {
    .service-details-content .content-two .inner-box {
    max-width: 100%;
    margin: 0px auto;
}
}/* End custom CSS */