#hero {
    padding: 30px 0;
}
#hero .row {
    align-items: center;
}
#hero .header h1 {
    color: #333;
    font-family: Inter;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.47px;
    margin: 0;
}
#hero .header h1 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.47px;
}
#hero .content p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#hero .content .click {
    margin-top: 30px;
    display: flex;
}
@media (max-width: 500px) {
    #hero .content .click {
        flex-direction: column;
    }
}
#hero .content .click .btn:first-of-type {
    margin-right: 10px;
}
@media (max-width: 500px) {
    #hero .content .click .btn:first-of-type {
        margin: 0 0 10px;
    }
}

#contact {
    padding: 0 0 100px;
}
#contact .row {
    align-items: center;
}
#contact form {
    background: #F8F8F8;
    padding: 30px;
}
#contact form h2 {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}
#contact form p {
    color: #314151;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 50px;
}
#contact form p:first-of-type {
    color: #67943B;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
#contact form input {
    display: flex;
    height: 47px;
    padding: 13px 18px 13px 12px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 5px;
    background: #FFF;
}
#contact form button {
    margin: 30px auto 0;
}
#contact .content {
    padding-left: 50px;
}
@media (max-width: 1200px) {
    #contact .content {
        padding: 0;
    }
}
#contact .wrap h3 {
    color: #333;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.22px;
}
#contact .wrap p {
    color: #333;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.17px;
}
#contact .wrap a {
    color: #67943B;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.17px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
#contact .socials h3 {
    color: #333;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.22px;
}
#contact .socials a {
    text-decoration: none;
}
#contact .socials a img {
    margin: 0 5px;
}
