.section {
position: relative;
margin-top: 60px;
}
.section2 {
margin-bottom: 44px;
}
.section2 .second {
text-align: center;
color: var(--darkblue);
}
.section2 .second a:hover {
color: #ffc824;
}
.section2 .second a {
color: var(--darkblue);
}
.section2 .nf-form-cont {
width: 600px;
margin: 0 auto;
}
.section2 .second,
.section2 .third {
gap: 10px;
}
.section2 .info {
justify-content: center;
gap: 80px;
}
.section2 .info .third a {
color: var(--darkblue);
}
.section2 .info .third a:hover {
color: #ffc824;
}
#nf-field-5-wrap .nf-field-label {
width: auto;
}
#nf-field-5-wrap .nf-field-element {
width: 100%;
}
.site-content a:hover {
color: #ffc824;
}