a.footer-logo img {background: #fff;border-radius: 22px;width: 57%;text-align: center;margin: 0px auto;}
footer p a {font-size: 16px;font-weight: 600;color: #fff;}
.section-title p {font-size: 16px;font-weight: 600;line-height: 28px;color: #000;}
.footer-item {display: block;padding: 0 13px;width: 400px;}
.footer-item.ftcont {width: 200px;}
.footer-item.ftcontinfo {width: 255px;}
.footer-grid-ft {display: grid;grid-template-columns: repeat(4, 1fr);}
footer ul li a {color: #fff;text-decoration: none;}



@media only screen and (min-width:320px) and (max-width:767px) {
.footer-item {display: block;padding: 0px 0px;width: unset;}
.footer-grid-ft {grid-template-columns: 1fr;}



}