

.blog-item-wraper{
    row-gap: 30px;
}

.blog-item .get-btn{
    margin-top: 15px;
}

section.visit-our-blog{
    padding: 60px 0;
}

.blog-item img{
    margin-top: 0;
}

section.footer-section{
    padding-top: 0;
}

.footer-wraper{
    padding-top: 60px;
    border-top: 1px solid #D9D9D9;
}

@media screen and (min-width: 767px){
    .video-section video{
        height: 80vh;
        object-fit: cover;
    }
}
@media screen and (max-width: 767px){
    section.visit-our-blog{
        padding: 30px 0;
    }
    
.footer-wraper{
    padding-top: 30px;
}

}