#hero {
    padding: 80px 0 30px;
}
#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;
    }
}
#hero img {
    width: 100%;
    object-position: right;
    aspect-ratio: 1620/522;
    object-fit: cover;
    height: auto;
}

#contentImage {
    padding: 50px 0;
}
#contentImage .content {
    max-width: 460px;
}
@media (max-width: 1200px) {
    #contentImage .content {
        max-width: 100%;
    }
}
#contentImage .content h2 {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}
#contentImage .content h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#contentImage .content p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.16px;
}
#contentImage .content .click {
    margin-top: 40px;
}
#contentImage .wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
@media (max-width: 767px) {
    #contentImage .wrap {
        flex-direction: column;
    }
}
#contentImage .wrap .left,
#contentImage .wrap .right {
    width: 49%;
}
@media (max-width: 767px) {
    #contentImage .wrap .left,
    #contentImage .wrap .right {
        width: 100%;
    }
}
#contentImage .wrap .left img {
    width: auto;
    height: 100%;
    max-height: 616px;
    aspect-ratio: 465/616;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    margin-left: auto;
}
@media (max-width: 1200px) {
    #contentImage .wrap .left img {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    #contentImage .wrap .left img {
        margin: 0 auto 30px;
    }
}
#contentImage .wrap .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#contentImage .wrap .right img {
    width: 100%;
    height: auto;
    aspect-ratio: 507/337;
    max-width: 507px;
}
#contentImage .wrap .right img:nth-of-type(2) {
    width: 100%;
    height: auto;
    aspect-ratio: 507/239;
    max-width: 507px;
}
@media (max-width: 767px) {
    #contentImage .wrap .right img {
        margin: 0 auto;
    }
}
#contentImage .wrap .right .content {
    margin-top: 30px;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#contentImage .wrap .right .content h3 {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.27px;
}
#contentImage .wrap .right .content .click .btn {
    width: fit-content;
}

#imageContent .content {
    padding-left: 50px;
}
@media (max-width: 1200px) {
    #imageContent .content {
        padding: 0;
    }
}
#imageContent img {
    margin: 0 auto;
    display: block;
}


#why {
    padding: 50px 0;
}
#why .header {
    max-width: 1100px;
    margin: 0 auto;
}
#why .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;
}
#why .header h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#why .header p {
    color: #585858;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#imageContent {
    padding: 50px 0;
    background: #F8F8F8;
}
#imageContent .row {
    align-items: center;
}
#imageContent .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 {
    color: #67943B;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
}
#imageContent .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 {
    margin-top: 40px;
    display: flex;
}
@media (max-width: 500px) {
    #imageContent .content .click {
        flex-direction: column;
    }
}
#imageContent .content .click .btn:first-of-type {
    margin-right: 10px;
}
@media (max-width: 500px) {
    #imageContent .content .click .btn:first-of-type {
        margin: 0 0 15px;
    }
}
#imageContent img {
    width: 100%;
    max-width: 530px;
    aspect-ratio: 530/393;
    object-fit: cover;
}

#blocks {
    padding: 50px 0;
}
#blocks .row {
    align-items: center;
}
#blocks:nth-of-type(even) 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;
}
@media (max-width: 1200px) {
    #blocks img {
        margin: 0 auto;
        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;
}

#gallery {
    padding: 100px 0;
    background: #F8F8F8;
}
#gallery .header {
    max-width: 800px;
    margin: 0 auto 100px;
}
#gallery .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;
}
#gallery .header h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#gallery .header p {
    color: #585858;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
#gallery .slick-slide {
    margin: 0 10px;
}
