.footer__two-widget-menu ul li a {
    font-size: 15px!important;
    line-height: 15px;
    font-weight: 600;
}

.footer__two-widget-post {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer__two-widget-post h6 {
    font-size: 15px!important;
    line-height: 20px;
    transition: transform 0.3s ease-in-out;
}

.footer__two-widget-post h6:hover {
    line-height: 20px;
    color: rgb(0, 19, 97);
    transform: translateX(20px);

}

.footer__two-widget-about p {
    font-size: 14px;
}


.swiper.swiper-wrapper {
   display: flex!important;
   gap: -50px!important;
}

.swiper-slide img {
    width: 550px!important;
    height: auto;

 }