.site-footer{
    background-color: var(--footer-bg);
}

.footer-col-one img {
    width: 200px;
    height: auto;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 1px solid #8E908B;
}
.footer-bottom-link ul {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 24px;
}
.footer-bottom-link ul li{
    font-size: 12px;
    cursor: pointer;
line-height: 16px;
}

.footer-bottom-link ul li a{
color: #8E908B;
}
.footer-bottom p{
    font-size:12px;
line-height: 16px;
}
.footer-bottom-link ul li:nth-child(2) {
    list-style-type: initial;
}
.copyright {
    width: 45%;
   text-align:left;
}
.ft-right {
    width: 27%;
    text-align: center;
}
.footer-bottom-link {
    width: 38%;  
}

.footer-top {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-col-two p {
    max-width: 281px;
line-height: 20px;
}
.ft-location, .ft-mail, .ft-phone,.ft-social{
    display: flex;
}
.ft-social {
    margin-top: 15px;
}
.ft-location p, .ft-mail p, .ft-phone p{
   padding-left: 12px;
   color: var(--white-color);
}

.ft-mail a,
.ft-phone a{
    color: #fff;
}
.ft-social p{
    color: var(--white-color);
}
.footer-col-one p:first-child {
    color: white;
    padding-bottom: 10px;
}
.footer-col-one {
    width: 100%;
    display: flex;
    align-items: flex-start;
    
}
.footer-col-two {
    width: 45%;
    display: flex;
    gap: 80px;
}
.footer-info p {
    max-width: 281px;
line-height: 20px;
}
.footer-info {
    padding-left: 20px;
    text-align:left;
}
.footer-nav ul li {
    color: var(--white-color);
    cursor: pointer;
}
.footer-nav ul {
    gap: 12px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
.ft-lst {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.social-group {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-left: 12px;
}


@media (max-width: 767px) {

    .footer-top {
        flex-direction: column;
    }
    .footer-col-two {
        width: 100%;
        margin-top: 30px;
	display: block;
        text-align: center;
    }

.footer-col-one {
    width: 100%;
    text-align: center;
    display: block;
}

.footer-info {
    padding-left: 0px;
    text-align: center;
}

.footer-info p {
    max-width: 100%;
}

.ft-lst {
    align-items: center;
    margin-top: 30px;
}

.footer-bottom{
display: block;
}

.copyright,
.ft-right,
.footer-bottom-link {
    width: 100%;
    text-align: center;
}
.footer-bottom-link ul{
justify-content: center;
}

}