.preFooterWithIcon img {
width:80px !important;
}
.tnp.tnp-subscription {
--border:  var(--maroon) 4px solid;;
*{
font-size: clamp(16px, 1.2vw, 28px);    
}
form {
display: flex;
flex-direction: column;
gap: 2em;
}
input, select {
border: none;
border-bottom: var(--border);
background: #fafafa;
padding: .8em 1.2em;
}
.tnp-field {
display: flex;
flex-direction:column;
gap: .25em;
}
.tnp-submit{
background:var(--maroon);
color: white;
}
}