.footer {
    background: var(--bs-primary);
    position: relative;
    padding: 40PX 0 30px 0;  
    border-radius: 0; 
    font-size: 16px;
}
.footer h2 {
    font-family: var(--bs-primary);
    font-size: 32px; 
    margin-bottom: 15px;
    font-weight: var(--primary-font-weight);
}
.footer .row {
    flex-direction: row-reverse;
}
.footer .footer-join-div a {
    display: block; 
}
.footer .footer-join-div ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.footer .footer-icon-div {
    padding: 0;
    background-color: #4c4f50;
    width: 32px;
    height: 32px;
    border-radius: 30px;
    margin-right:12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .footer-join-div ul li {
    margin: 0;
    display: flex;
    margin-bottom: 10px;
    padding-top: 0;
    flex-wrap: wrap;
}
.footer .footer-join-div ul li svg {
    width: 16px;
    height: 16px;
} 
.footer a {
    color: #4c4f50;
    text-decoration: none;
}
.footer .footer-links ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.footer .footer-links ul li {
    display: block;
    margin-bottom: 8px;
    line-height: 1;
}
.footer .footer-links ul li a:hover,
.footer .footer-links ul li a:focus, .footer a:hover {
    color: #111213; text-decoration: underline;
} 
.f-copyright{
    font-size: 14px; opacity: 0.7; text-align: center; margin-top: 30px;
}
@media (max-width:991px) {
.footer h2 {
    font-size: 28px;
}
}
@media (max-width:767px) {
.footer {
    padding:30px 0; 
}
 .footer-join-div{
    margin-bottom: 25px;
 }
 .f-copyright{
     text-align: left;  
} 
}
@media (max-width:480px) {
.footer .footer-icon-div {
    width: 26px;
    height:26px;
    border-radius: 20px;
    margin-right: 10px;
}
.footer .footer-join-div ul li svg {
    width: 14px;
    height: 14px;
}
.footer .footer-links ul li:last-child {
    border-right: 0;
}
.footer h2 br {
    display: none;
}
.footer h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.footer {
    padding:25px 0;  
}
} 
@media (max-width:320px) {
.footer h2 {
    font-size: 20px;
}
}