#hero {
    padding: 50px 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: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#hero .content .click {
    display: flex;
    margin-top: 40px;
}
@media (max-width: 576px) {
    #hero .content .click {
        flex-direction: column;
    }
}
#hero .content .click .btn:first-of-type {
    margin-right: 15px;
}
@media (max-width: 576px) {
    #hero .content .click .btn:first-of-type {
        margin: 0 0 10px;
    }
}
#hero .slick-slide {
    margin: 0 10px;
}
@media (max-width: 576px) {
    #hero .slick-slide {
        margin: 0;
    }
}
#hero .wrap {
    position: relative;
}
#hero .wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1620/496;
    border-radius: 5px;
}
@media (max-width: 991px) {
    #hero .wrap img {
        aspect-ratio: auto;
        min-height: 300px;
        object-position: center;
    }
}
@media (max-width: 576px) {
    #hero .wrap img {
        height: 190px;
        min-height: 100%;
    }
}
#hero .wrap .text {
    position: absolute;
    bottom: 25px;
    left: 25px;
    border-radius: 20px;
    background: #FFF;
    padding: 20px;
    max-width: 334px;
}
@media (max-width: 767px) {
    #hero .wrap .text {
        display: none;
    }
}
#hero .wrap .text p {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
}

#blocks {
    padding: 100px 0;
}
#blocks:nth-of-type(odd){
    background: #F8F8F8;
}
#blocks .row {
    align-items: center;
}
#blocks:nth-of-type(even) img {
    margin-left: auto;
}
#blocks .content {
    max-width: 685px;
}
#blocks .content h2 {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 20px;
}
#blocks .content h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
}
#blocks .content p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.16px;
}
#blocks .content ul {
    padding-left: 20px;
    margin: 0 0 20px;
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.16px;
}
#blocks .content .click {
    display: flex;
    margin-top: 40px;
}
@media (max-width: 500px) {
    #blocks .content .click {
        flex-direction: column;
    }
}
#blocks .content .click .btn:first-of-type {
    margin-right: 10px;
}
@media (max-width: 500px) {
    #blocks .content .click .btn:first-of-type {
        margin: 0 0 10px;
    }
}
#blocks img {
    display: block;
    width: 100%;
    max-width: 530px;
    height: auto;
    aspect-ratio: 530/393;
    object-fit: cover;
    border-radius: 5px;
}
@media (max-width: 1200px) {
    #blocks img {
        margin: 0 auto!important;
        display: block;
    }
}

#whyChoose {
    background: #0B1106;
    padding: 100px 0;
}
#whyChoose .header {
    max-width: 800px;
    margin: 0 auto 100px;
}
#whyChoose .header h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}
#whyChoose .header h2 strong {
    color: #A0D46D;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#whyChoose .header p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#whyChoose .wrap {
    display: flex;
    border-radius: 10px;
    background: #FFF;
    padding: 20px;
    align-items: center;
    margin-bottom: 40px;
}
@media (max-width: 1200px) {
    #whyChoose .wrap {
        flex-direction: column;
    }
}
#whyChoose .wrap:last-of-type {
    margin-bottom: 0;
}
#whyChoose .wrap img {
    width: 100%;
    max-width: 530px;
    aspect-ratio: 520/359;
    object-fit: cover;
    border-radius: 5px;
}
#whyChoose .wrap .content {
    padding-left: 50px;
}
@media (max-width: 1200px) {
    #whyChoose .wrap .content {
        padding: 0;
        margin-top: 30px;
    }
}
#whyChoose .wrap .content h3 {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.26px;
    margin-bottom: 30px;
}
#whyChoose .wrap .content p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.16px;
}

#blocksHeader {
    padding: 50px 0 100px;
}
#blocksHeader .header {
    max-width: 800px;
    margin: 0 auto;
}
#blocksHeader .header h2 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#blocksHeader .header h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#blocksHeader .header p {
    color: #585858;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

    #form {
    background: #7CB248;
    padding: 100px 0;
}
#form .row {
    justify-content: center;
}
#form .wrap {
    background: #F8F8F8;
    padding: 50px;
}
@media (max-width: 576px) {
    #form .wrap {
        padding: 50px 15px;
    }
}
#form .wrap .content {
    margin-bottom: 50px;
}
#form .wrap .content p {
    color: #314151;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
#form .wrap .content 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;
}
#form .wrap .content h2 {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}
#form input {
    display: flex;
    height: 47px;
    padding: 13px 18px 13px 12px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 5px;
    background: #FFF;
    border: none;
}
#form textarea {
    display: flex;
    height: 108px;
    padding: 13px 18px 13px 12px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border: none;
}
#form button {
    margin: 30px auto 0;
}