.footer-before-about-text{
    margin-bottom: 4rem;
    position: relative;
}
.site-footer{
    /*margin-top: 50px;*/
    position: relative;
        background-color: #28364d;
}

.footer-before-about-text-1{
    color: #fff;
    text-align:justify;
}

.btn-footer-about button{
    width: 100%;
}
.btn-footer-about .btn-footer-ab-1{
    padding: 0.5rem;
    display: block;
    background: #eef2f8;
    color: #000;
    border: none;
    border-radius: 20px;
    margin-bottom: 10px;
}

.btn-footer-about .btn-footer-ab-2{
    padding: 0.5rem;
    display: block;
    background: #d3312c;
    color: #fff;
    border: none;
    border-radius: 20px;
}

.footer-widget__logo{
    margin-top: 0;
}
.footer-widget__about{
    text-align: center;
}
.site-footer__social{
    margin-top:0px;
    justify-content: center;
}

.footer-widget__title{
    font-size: 24px;
    text-transform: uppercase;
        margin-bottom: 25px;
}
.iso{
    min-width: 20px;
    position: fixed;
    bottom: 30px;
    left: 15px;
    width: 50px;
    z-index: 10;
    padding: 5px;
    border-radius: 50%;
    background: white;
    overflow: hidden;
    transition: all 0.3s;
}

.iso img{
    width: 100%;
    
}
.iso:hover{
    transform: scale(1.3);
}
.Whatsapp-icon{
width: 50px;
min-width: 20px;
  position: fixed;
  bottom: 100px;
  left: 15px;
  z-index: 100;
      transition: all 0.3s;
}
.Whatsapp-icon img{
    width: 100%;
    
    
}
.Whatsapp-icon:hover{
    transform: scale(1.3);
}



