footer .row.footer-row:last-child{
    display:flex;
}
footer .row.footer-row:last-child > div{
    width:50%;
}
footer .row.footer-row:last-child > div p{
    margin:0;
}
footer .row.footer-row:last-child .legal-name{
    padding-left:20px;
}





.mobile #whatsAppWidgetIcon{
   
    width: 56px !important;
    height: 56px !important;
    right: 14px !important;
    bottom: 80px !important;
}
.mobile #whatsAppWidgetIcon svg{
    height:56px ;
    width:56px;
}



.youtube-icon-wrapper {
    display: inline-block;
    background-color: red;
    border-radius: 10px;
    position: fixed;
    z-index: 201;
    cursor: pointer;
}

.youtube-icon-wrapper .fa-play {
    font-size: 16px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

