
.footer {
    color: #fff;
    background-color: rgb(39, 39, 39);
    background-image: unset;
    margin-top: 1em;
  }

.grid-wrapper{
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    align-items: center;
    justify-items: center;
    
}

.grid-wrapper div{
    font-family: 'Quicksand';
}


.my-footer-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    justify-items: center;
}

.grid-wrapper hr{
    color: #fff;
    background-color: #fff;
    width: 100%;
}

.logo{
    width: 100px;
}

.slogan-head{
    font-family: 'Yeshuah' !important;
    letter-spacing: 5px;
    font-weight: bolder;
    font-size: 1.1em;
    text-align: center;
}

.slogan{
    font-size: 0.8em;
    text-align: center;
}

.text-small{
    font-size: 0.8em;
}

.text-align-left{
    text-align: left;
}

.text-align-center{
    text-align: center;
}

.text-align-right{
    text-align: right;
}

.icon{
    width: 20px;
}


.footer-slogan{
    font-family: 'Quicksand';
}

.social{
    margin-top: 15px;
}

@media only screen and (max-width: 680px) {
    .my-footer-grid{
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 25px;
        gap : 35px;
    }
}