.tcf-box{
background:#e8eef7;
border-radius:25px;
padding:18px;
text-align:center;
font-family:Arial,sans-serif;
}
.tcf-box h3{
margin:0;
font-size:18px;
font-weight:500;
}
.tcf-box p{
margin:3px 0 15px;
font-size:17px;
}
.tcf-row{
display:flex;
gap:10px;
}
.tcf-form input,
.tcf-form textarea{
width:100%;
box-sizing:border-box;
border:1px solid #aaa;
border-radius:5px;
padding:8px;
margin-bottom:10px;
font-size:16px;
}
.tcf-form textarea{
height:32px;
resize:none;
}
.tcf-form button{
background:#0877d1;
color:white;
border:0;
border-radius:5px;
padding:10px 35px;
cursor:pointer;
}
@media(max-width:700px){
.tcf-row{display:block;}
}
