.sngt-contact-page {
background: #f3f3f3;
padding: 30px 20px 60px;
}
.sngt-contact-container {
max-width: 720px;
}
.sngt-contact-page h1 {
font-size: 72px;
line-height: 1.05;
font-weight: 400;
color: #111;
margin: 0 0 45px;
letter-spacing: -1px;
}
.sngt-help-title {
font-size: 22px;
letter-spacing: 1px;
color: #5b5b5b;
margin: 0 0 34px;
text-transform: uppercase;
}
.sngt-contact-details p {
font-size: 24px;
line-height: 1.8;
color: #555;
margin: 0 0 14px;
}
.sngt-contact-details span {
font-weight: 400;
color: #555;
}
.sngt-contact-details strong {
font-weight: 700;
color: #444;
}
.sngt-contact-form {
margin-top: 48px;
}
.sngt-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
margin-bottom: 30px;
}
.sngt-row-full {
margin-bottom: 30px;
}
.sngt-input,
.sngt-textarea {
width: 100%;
border: 1px solid #bdbdbd;
background: transparent;
padding: 0 28px;
font-size: 18px;
color: #333;
box-sizing: border-box;
outline: none;
border-radius: 0;
}
.sngt-input {
height: 70px;
}
.sngt-textarea {
height: 170px;
padding-top: 22px;
resize: none;
}
.sngt-input::placeholder,
.sngt-textarea::placeholder {
color: #8b8b8b;
}
.sngt-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 106px;
height: 52px;
background: #000;
color: #fff;
border: none;
font-size: 17px;
cursor: pointer;
padding: 0 26px;
transition: 0.25s ease;
}
.sngt-btn:hover {
background: #222;
}
@media (max-width: 768px) {
.sngt-contact-page {
padding: 22px 14px 40px;
}
.sngt-contact-page h1 {
font-size: 42px;
margin-bottom: 28px;
}
.sngt-help-title {
font-size: 16px;
margin-bottom: 22px;
}
.sngt-contact-details p {
font-size: 18px;
line-height: 1.7;
}
.sngt-row {
grid-template-columns: 1fr;
gap: 18px;
margin-bottom: 18px;
}
.sngt-row-full {
margin-bottom: 18px;
}
.sngt-input {
height: 56px;
font-size: 16px;
padding: 0 18px;
}
.sngt-textarea {
height: 140px;
font-size: 16px;
padding: 16px 18px;
}
.sngt-btn {
min-width: 95px;
height: 46px;
font-size: 16px;
}
}