#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;
    }
}

#companyHeader {
    padding: 50px 0;
}
#companyHeader .header {
    max-width: 800px;
    margin: 0 auto;
}
#companyHeader .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;
    margin-bottom: 20px;
}
#companyHeader .header h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#companyHeader .header p {
    color: #585858;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
#company {
    padding: 100px 0;
    background: #F8F8F8;
}
#company .row {
    align-items: center;
}
#company img {
    width: 100%;
    max-width: 530px;
    height: auto;
    object-fit: cover;
}
@media (max-width: 1200px) {
    #company img {
        margin: 0 auto;
        display: block;
    }
}
#company .content h3 {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 20px;
}
#company .content p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.16px;
}
#company .content .click {
    display: flex;
    margin-top: 40px;
}
@media (max-width: 500px) {
    #company .content .click {
        flex-direction: column;
    }
}
#company .content .click .btn-green {
    margin-right: 20px;
}
@media (max-width: 500px) {
    #company .content .click .btn-green {
        margin: 0 0 15px;
    }
}

#blocks {
    padding: 50px 0;
}
#blocks .row {
    align-items: center;
}
#blocks:nth-of-type(odd) img {
    margin: 0;
}
#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 {
    margin-left: auto;
    display: block;
    width: 100%;
    max-width: 530px;
    height: auto;
    aspect-ratio: 530/530;
    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;
}