<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-head {
    display: flex;
    justify-content: space-between;margin-top:15px;
}
.main-head .left-head {
    width: 40%;
}
.main-head .right-head{
    width: 60%;text-align:right;
}
 .right-align{font-size: 17px;
    font-family: 'Graphik-Medium';}
    .left-head h2{font-family: 'Graphik-Bold';font-size: 32px;line-height: 36px;}.gallery{margin-top: 50px;display: grid;
    grid-template-columns: repeat(3,1fr);gap: 8px;}
.magnific-img {
    position: relative;
    overflow: hidden;
}.gallery a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}.gallery img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: all .5s;
}.gallery .magnific-img:hover img {
    cursor: pointer;
    transform: scale(1.1);
}
.left-head svg path{fill:#465761;}.left-head svg{width:20px;height:20px;}
.flex-this-span{display: flex;
    align-items: center;
    gap: 0px 8px;}  
.nowrap{white-space:nowrap;}
@media (max-width:991px){
    .main-head{flex-wrap:wrap;}.main-head .left-head,.main-head .right-head{width:100%;}.main-head .right-head{text-align: left;
    margin-top: 10px;}.right-align{font-size: 16px;}
}

@media (max-width:767px){
   .gallery{ grid-template-columns: repeat(2,1fr);gap: 8px;}
}

@media (max-width:480px){.left-head h2{font-size:26px;}
   .gallery{ grid-template-columns: repeat(1,1fr);gap: 8px;}
}</pre></body></html>