 .footer_main {
     background-color: #22286E;
     color: #fff;
 }

 .footer_main .footer-container {

     margin: auto;
     padding: 40px 20px;

 }



 .footer_main .footer-left img.logo {
     width: 80px;
     margin-bottom: 20px;
 }

 .footer_main .social-icons {
     margin: 10px 0;
 }

 .footer_main .social-icons a {
     margin-right: 15px;
     display: inline-block;
 }

 .footer_main .social-icons img {
     width: 20px;
     height: 20px;
 }

 .footer_main .contact-info {
     font-size: 14px;
     margin-top: 20px;
     display: flex;
     flex-direction: row;
     gap: 35px;

 }

 .footer_main .contact-info p {
     margin: 6px 0;
     display: flex;
     align-items: center;
     gap: 10px;
     font-family: Inter;
     font-weight: 400;
     font-size: 16px;
     vertical-align: middle;

 }

 .footer_main .contact-info i {
     font-size: 20px;
     margin-right: 8px;
 }

 .footer_main .footer-right {
     text-align: center;
 }

 .footer_main .footer-right .powered-text {
     font-family: Inter;
     font-weight: 400;
     font-size: 22px;
     vertical-align: middle;
     color: #FFFFFF;
 }

 .footer_main .footer-right img.powered-logo {
     margin-top: 20px;
     width: 85%;
 }

 .footer_main .footer-bottom {
     background-color: #fff;
     text-align: center;
     padding: 15px 0px;
 }

 .footer_main .footer-bottom a {
     color: #22286E;
     text-decoration: none;
     margin: 0 8px;
 }

 .footer-bottom p {
     font-family: Inter;
     font-weight: 400;
     font-size: 18px;
     color: #22286E;
     margin: 0;
 }

 @media (max-width: 768px) {
     .footer_main .footer-container {
         flex-direction: column;
         align-items: center;
         text-align: center;
     }

     .footer_main .footer-left,
     .footer_main .footer-right {
         max-width: 100%;
     }
 }