.logo a {
    display: flex;
    align-items: center;
}
.main-header .logo img {
    max-width: 240px;
    margin-right: 10px;
}
.logo h1 {
    font-size: 28px;
    font-weight: bold;
    color: var(--theme-color1);
    margin: 0;
}
.logo h1 span {
    display: block;
    font-size: 18px;
    margin-top: 2px;
    letter-spacing: 0.1px;
    color: var(--theme-color2);
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.fetch-img-src {
    display: none !important;
}
.gallery-section .image {
    height: 400px;
    border-radius: 10px;
    position: relative;
    border: 5px solid var(--bg-theme-color1);
}
.gallery-section .image a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.list-style-two.typ-2 li {
    font-size: 15px;
    line-height: 24px;
    color: #808287;
}

@media only screen and (max-width: 767px){
    .about-section, .services-section-two, .about-section-four{
        padding: 50px 0;
    }
    .logo h1 span{
        font-size: 14px;
        line-height: 20px;
    }
    .logo h1{
        font-size: 24px;
    }
    .sec-title{
        margin-bottom: 30px;
    }
    .page-title .title{
        font-size: 36px;
    }
    .services-details__content h3{
        font-size: 30px;
    }
    .gallery-widget{
        padding: 0;
        margin: 0;
    }
    .contact-details__info li .text span{
        font-size: 14px;
    }
    .contact-details__info li .text{
        line-height: 21px;
        margin-left: 15px;
    }
    .contact-details__info li .text h6{
        margin-bottom: 5px;
    }
    .contact-details__info li .icon{
        width: 60px;
        height: 60px;
        min-width: 60px;
    }
}