#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;
    }
}

#imageContent,
#imageContent2 {
    padding: 50px 0;
    background: #F8F8F8;
}
#imageContent .row,
#imageContent2 .row {
    align-items: center;
}
#imageContent .content h2,
#imageContent2 .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;
}
#imageContent .content h2 strong,
#imageContent2 .content h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
}
#imageContent .content p,
#imageContent2 .content p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.16px;
}
#imageContent .content .click,
#imageContent2 .content .click {
    margin-top: 40px;
    display: flex;
}
@media (max-width: 500px) {
    #imageContent .content .click,
    #imageContent2 .content .click {
        flex-direction: column;
    }
}
#imageContent .content .click .btn:first-of-type,
#imageContent2 .content .click .btn:first-of-type {
    margin-right: 10px;
}
@media (max-width: 500px) {
    #imageContent .content .click .btn:first-of-type,
    #imageContent2 .content .click .btn:first-of-type {
        margin: 0 0 15px;
    }
}
#imageContent img,
#imageContent2 img {
    width: 100%;
    max-width: 530px;
    aspect-ratio: 530/393;
    object-fit: cover;
}

#imageContent .content ul,
#imageContent2 .content ul {
    margin: 0 0 20px;
    padding-left: 20px;
}
#imageContent .content ul li,
#imageContent2 .content ul li {
    margin-bottom: 5px;
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#blocks,
#blocks2 {
    padding: 50px 0;
}
#blocks .row,
#blocks2 .row {
    align-items: center;
}
#blocks:nth-of-type(odd) img,
#blocks2:nth-of-type(odd) img {
    margin: 0;
}
#blocks .content,
#blocks2 .content {
    max-width: 685px;
}
#blocks .content h3,
#blocks2 .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;
}
#blocks .content h3 strong,
#blocks2 .content h3 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,
#blocks2 .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,
#blocks2 .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,
#blocks2 .content .click {
    display: flex;
    margin-top: 40px;
}
@media (max-width: 500px) {
    #blocks .content .click,
    #blocks2 .content .click {
        flex-direction: column;
    }
}
#blocks .content .click .btn:first-of-type,
#blocks2 .content .click .btn:first-of-type {
    margin-right: 10px;
}
@media (max-width: 500px) {
    #blocks .content .click .btn:first-of-type,
    #blocks2 .content .click .btn:first-of-type {
        margin: 0 0 10px;
    }
}
#blocks img,
#blocks2 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,
    #blocks2 img {
        margin: 0 auto!important;
        display: block;
    }
}

#blockHeader,
#blockHeader2 {
    padding: 50px 0;
}
#blockHeader .header,
#blockHeader2 .header{
    max-width: 1000px;
    margin: 0 auto;
}
#blockHeader h2,
#blockHeader2 h2{
    margin: 0;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#blockHeader h2 strong,
#blockHeader2 h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#blocks:nth-of-type(odd),
#blocks2:nth-of-type(odd) {
    background: #F8F8F8;
}

#process {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
}
#process .content {
    max-width: 445px;
}
@media (max-width: 1200px) {
    #process .content {
        max-width: 100%;
    }
}
#process .content h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}
#process .content p {
    color: #D9D9D9;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#process .wrap {
    border-bottom: 1px solid #616161;
    margin-right: 30px;
}
#process .wrap p {
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.22px;
}
#process .wrap p:first-of-type {
    color: #A0D46D;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#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;
}

#ready {
    padding: 20px;
    background: #000;
}
#ready .wrap {
    background-size: cover;
    background-position: center;
    padding: 30px;
    border-radius: 20px;
    min-height: 570px;
    display: flex;
}
@media (max-width: 576px) {
    #ready .wrap {
        padding: 30px 15px;
    }
}
#ready .wrap .inner {
    border-radius: 5px;
    background: #FFF;
    padding: 75px;
    max-width: 600px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 991px) {
    #ready .wrap .inner {
        max-width: 100%;
        padding: 50px 15px;
    }
}
#ready .wrap .inner h2 {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 30px;
}
#ready .wrap .inner p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.16px;
}
#ready .wrap .inner .click {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}
#ready .wrap .inner .click .btn:first-of-type {
    margin-right: 10px;
}
@media (max-width: 695px) {
    #ready .wrap .inner .click .btn:first-of-type {
        margin: 0 0 10px;
    }
}