.rrss-box{
    display: flex;
    justify-content: center;
    margin-top: -10px;
    margin-bottom: 20px;
}

.rrss-box a{
    padding: 0 5px;
}


.rrss-box a svg:hover path {
	 fill: #424242;
}

 .rrss-box a svg:hover rect {
	 fill: #ffffff;
}

.wrap-col-footer .wpb_wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mr-10{
    margin-right: 10px;
}

.pb-10{
    padding-bottom: 10px;
}

.pt-10{
    padding-top: 10px;
}
.footer-info-1{
    text-transform: uppercase;
    color: #ffff;
    font-family: 'Nunito Sans';
    font-size: 16px;
    font-weight: 800;
}

.footer-info-2{
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none;
}

.footer-info-3{
    font-size: 14px !important;
    font-weight: 500 !important;
}

.footer-info-3 a{
    color: #ffff !important;
    text-decoration: none;
}

@media (min-width: 768px){
    .mt-40-desk{
            margin-top: 40px !important;
    }
}