.tc-contact-page__info h2{margin-bottom:22px}
.tc-contact-page__info p{
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:#66758a;
    line-height:1.75;
    margin-bottom:14px;
}
.tc-contact-page__info .tc-icon{
    color:#ff6600;
    margin-top:4px;
    min-width:18px;
}
.tc-contact-page__actions{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin-top:28px;
    max-width:280px;
}
.tc-contact-page__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:48px;
    padding:0 20px;
    border-radius:999px;
    color:#fff!important;
    font-weight:800;
    text-decoration:none!important;
    box-shadow:0 12px 30px rgba(0,0,0,.14);
    transition:.22s;
}
.tc-contact-page__btn:hover{color:#fff!important;transform:translateY(-2px);}
.tc-contact-page__btn--call{background:#ff6600;}
.tc-contact-page__btn--wa{background:#25d366;}
.tc-contact-map{margin-top:0;padding:0 0 90px;background:#f7f9fc}
.tc-contact-map__embed{
    width:100%;
    min-height:420px;
    overflow:hidden;
    border-radius:0;
}
.tc-contact-map__embed iframe{
    display:block;
    width:100%!important;
    min-height:420px;
    border:0;
}
