
.footer-img-div{
    border: 1px solid white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-img-div > img{
    width: 15px;
    height: 15px;
}

.footer-img-wrapper{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
}

.col-footer-sm{
    flex:  1;
    margin-top: 15px;
}

.col-footer-sm > p{
    margin: 0px;
    margin-bottom: 5px;
  
}

.col-footer{
    flex:  2;
}

.col-footer > p{
    max-width: 400px !important;
}

.footer-text{
    margin: auto;
    color: white;
    max-width: 400px;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 22px;
}

.footer{
    display: flex;
    max-width: 684px;
    margin: auto;
    margin-top: 40px;
    font-size: 12px;
    color: white;

}

.col{
    padding: 20px;
}