.logo img {
    max-height: 55px !important;
    position: relative;
    top: 5px;
}

#gallery-detail-section-2 .img-wrapper img{
     width: 100%;
    border: 1px solid #272682;
    height: 120px;
    object-fit: contain;
}
.section-header #navigation>ul>li a, .nav-right .select-language .lang-menu>ul>li>a {
        font-size: 17px;
    }
.icon-section .icon-wrapper {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.blog-date {
    display: none;
}

@media(max-width:768px){
    .textImg{
        margin: 0px !important;
    }
    #image-gallery .custom-col,
    #counter-section-0 .counter-col,
    .icon-section .custom-col,
    #blog-section-2 .custom-col,
    #blog-section-1 .custom-col{
        width: 100% !important;
    }
    .counter-section{
        min-height: 700px !important;
        max-height: 700px !important;
        height: 700px !important;
    }
}