#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;
    margin: 0;
}
#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;
}

#categories {
    padding: 50px 0 100px;
}
#categories .topHeader {
    margin: 0 auto 100px;
    max-width: 800px;
}
#categories .topHeader 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;
}
#categories .topHeader h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#categories .topHeader p {
    color: #585858;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#categories .wrap {
    max-width: 511px;
    margin: 0 auto;
    display: block;
}
#categories .wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 511/380;
    border-radius: 5px;
    margin-bottom: 20px;
}
#categories .wrap .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
#categories .wrap .header h3 {
    color: #000;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.23px;
    margin: 0;
}
#categories .wrap .header .btn {
    min-width: 0;
    width: fit-content;
}
#categories .wrap .header p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#projects {
    background: #F8F8F8;
    padding: 100px 0;
}
#projects .header {
    max-width: 800px;
    margin: 0 auto 100px;
}
#projects .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;
}
#projects .header h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#projects .header p {
    color: #585858;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#projects a {
    text-decoration: none;
}
#projects .wrap {
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    background: #FFF;
    padding: 10px;
}
#projects .wrap .content {
    padding: 15px 10px 10px;
}
#projects .wrap .content h3 {
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.17px;
}
#projects .wrap .content p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
