<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.couple-container .detail .detail-inner { 
    background-color: #fff;
    padding: 40px;
}
.service-lists { 
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-left: -12px;
    margin-right: -12px;
}
.service-list { 
    width: 33.33333%; 
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.service-list .caption {
    font-family: 'cmprasanmitbold';
    color: #a99483;
    font-size: 15px;
    margin-bottom: 5px;
}
.service-list .images { 
    width: 65px;
    margin: auto;
}

@media screen and (min-width: 992px) {
    .privileges-slider.thumbnails .item-push .thumbnail { margin-top: 120px;}
    .privileges-slider.thumbnails .item-pull .thumbnail { margin-top: -120px;}
    .couple-container .image { width: 45%; }
    .couple-container .detail { width: 55%; text-align: left; }
}

@media (max-width: 767px) {
    .couple-container .detail .detail-inner { 
        padding: 30px 20px;
    }
}

@media (max-width: 640px) {
    .service-list {
        width: 50%;
    }
}</pre></body></html>