.logo {
    display: flex;
    align-items: center;
}
.logo h1 {
    font-size: 28px;
    line-height: normal;
    color: #ff0000;
    margin-left: 10px;
    line-height: 1.2;
}
.logo h1 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #00b35f;
    line-height: 1.4;
}
#header-wrap {
    padding: 5px 0;
}
.theme-green-bg {
    background-color: #00b35f;
}
.about-img img {
    width: 100%;
}
.cont-title {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 15px;
    font-weight: bold;
}
.post .post-desc{
    padding: 20px;
}
.post-title h5{
    font-size: 16px;
}

@media (max-width: 767px){
    .logo h1{
        font-size: 22px;
    }
    .logo h1 span{
        font-size: 12px;
    }
    .contact-btn{
        top: 25%;
    }
    .fullscreen-banner{
        height: 580px !important;
        min-height: auto;
    }
    .post{
        margin-bottom: 30px;
    }
    .owl-carousel .owl-dots{
        left: auto;
        transform: translateX(0);
        position: relative;
        display: block;
    }
    .dark-bg h2{
        font-size: 22px;
        line-height: 32px;
    }
    .contact-main{
        padding: 30px !important;
    }
}