footer.footer {
    text-align: left;
}
.footer-row{
    display: flex;
    flex-wrap: wrap;
}
.footer .footer-col{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
    border-left: 1px solid rgb(201 212 211 / 26%);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer .footer-col:first-child{
    border-left: 0;
}
footer.footer a:not(.btn),
footer.footer p{
    color: #fff;
    text-align: left;
    line-height: 1.6;
    font-size: 19px;
}
footer.footer a:not(.btn):hover{
    text-decoration: underline;
}
footer.footer a.btn{
    color: #fff;
}
footer.footer a.btn:hover{
    color: #231f20
}
footer.footer h3{
    margin-bottom: 30px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}
footer.footer ul{
    padding: 0;
    margin: 0;
}
footer.footer li{
    list-style: none;
}
.footer .socials{
    padding-top: 50px;
}
.footer .socials ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.footer .socials li {
    margin-right: 5px;
    margin-left: 5px;
}
.footer .socials ul a{
    color: #fff;
    font-size: 26px;
}

.footer .podcast{
    text-align: center;
    padding-top: 20px;
}
.footer .podcast li{
   padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width:1199px){
    .footer .footer-col:nth-child(3) {
        border-width: 0;
    }
}
@media (max-width:640px){
    .footer .footer-col{
         width: 100%;
        display: block;
    }
    .footer .footer-col:first-child{
         display: flex;
        justify-content: center
    }
    .footer .footer-col{
        border-width: 0;
        margin: 0;
        text-align: center;
    }
    footer.footer h3{
        margin-bottom: 20px;
        text-align: center;
    }
    .footer p{
        text-align: center !important;
    }
    .footer .socials{
        padding-top: 30px;
    }
     .footer .contact-page{
        text-align: center
    }
}