.elementor-818 .elementor-element.elementor-element-45452fa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-77a5cbf */.footer-about{
    max-width:420px;
}

.footer-about h3{
    color:#242424;
    font-size:28px;
    margin-bottom:18px;
    font-weight:700;
}

.footer-about p{
    color:#555;
    line-height:1.8;
    margin-bottom:30px;
}

.footer-contact{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.footer-item{
    display:flex;
    align-items:center;
    gap:16px;
    text-decoration:none;
    color:#242424;
    transition:all .3s ease;
}

.footer-item span:last-child{
    color:#242424;
    transition:.3s;
}

.footer-item:hover{
    transform:translateX(8px);
}

.footer-item:hover span:last-child{
    color:#710012;
}

.footer-item .icon{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#710012;
    color:#fff;
    border-radius:50%;
    font-size:20px;
    transition:all .35s ease;
}

.footer-item:hover .icon{
    background:#242424;
    transform:rotate(12deg) scale(1.1);
}

@media(max-width:768px){

    .footer-about{
        max-width:100%;
    }

    .footer-about h3{
        font-size:24px;
    }

}/* End custom CSS */