#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;
    }
}
#hero img {
    width: 100%;
    object-position: right;
    aspect-ratio: 1620/522;
    object-fit: cover;
    height: auto;
}

#types {
    padding: 100px 0;
}
#types .header {
    margin: 0 auto 100px;
    max-width: 800px;
}
#types .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;
}
#types .header h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#types .header p {
    color: #585858;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#types .inner {
    max-width: 511px;
    margin: 0 auto;
    display: block;
}
#types .inner img {
    width: 100%;
    height: auto;
    aspect-ratio: 511/380;
    object-fit: cover;
}
#types .inner .title {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 576px) {
    #types .inner .title {
        flex-direction: column;
    }
}
#types .inner .title h3 {
    color: #000;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.23px;
    margin: 0;
}
@media (max-width: 576px) {
    #types .inner .title h3 {
        margin-bottom: 10px;
    }
}
#types .inner .title .click .btn {
    width: fit-content;
}
#types .inner .title .content p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#components {
    background: #F8F8F8;
    padding: 100px 0;
}
#components .header {
    max-width: 800px;
    margin: 0 auto 100px;
}
#components .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;
}
#components .header h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#components .header p {
    color: #585858;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#components .wrap {
    border-radius: 5px;
    background: #FFF;
    padding: 10px;
    max-width: 369px;
    margin: 0 auto;
    display: block!important;
}
#components .wrap img {
    width: 100%;
    aspect-ratio: 369/282;
    object-fit: cover;
    border-radius: 5px;
}
#components .wrap .content {
    padding: 0 15px 30px;
}
#components .wrap .content h3 {
    color: #000;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.23px;
    margin: 20px 0;
}
#components .wrap .content p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#components .wrap .content .btn {
    min-width: 0;
    width: fit-content;
}


#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 .click {
    display: flex;
}
#ready .click .btn {
    width: fit-content;
    min-width: 0;
}

#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;
    }
}

#brands {
    padding: 100px 0;
    background-size: cover;
    background-repeat: none;
}
#brands .header {
    margin: 0 auto 100px;
    max-width: 800px;
}
#brands .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;
}
#brands .header h2 strong {
    color: #A0D46D;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#brands .header p {
    color: #D9D9D9;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#brands .inner img {
    width: 100%;
    max-width: 393px;
    height: auto;
    aspect-ratio: 393/196;
    margin: 0 auto 20px;
    display: block;
}
#brands .inner .text {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.23px;
}

#brands .inner a{
    text-decoration: none;
}
