.hero {
    position: relative;
    width: 100%;
    min-height: 682px;
    height: 100vh;
    background-position: top center;
    background-size:cover;
    background-repeat:no-repeat;
}

.hero-content {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    width: 100%;
}


.ourway-section img {
    width: 278px;
    height: 260px;
    object-fit: cover;
    border-radius: 20px;
}

.section-image-group img:nth-child(1) {
    /* height: 570px; */
}
.section-image-group img {
    object-fit: cover;
    object-position: 50% 30%;
    border-radius: 20px;
}
.section-image-group {
    --gap: 15px;
    margin: calc(-1* var(--gap)) 0 0 calc(-1* var(--gap));
    width: calc(100% + var(--gap));
}

.section-image-group > [class*="col-"] {
    padding: var(--gap) 0 0 var(--gap);
}
.feature-box {
    display: flex;
    flex-direction: column;
}
.feature-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.stats-container {
    gap: 2.5rem !important;
}
.ourway-card h3 {
    padding-bottom: 12px !important;
}
.recycle-section img {
    border-radius: 20px;
    max-height:590px;
    object-fit:cover;
    object-position:bottom;
}

.section-space-tb--about {
    padding-top: 90px;
    padding-bottom: 30px;
}
.section-space-t--about {
    padding-top: 120px;
}
.rating-box__content{
    width: 100%;
}


@media only screen and (max-width: 768px) {

   .section-image-group div:not(:first-child) img {
        /* height: 170px; */
    }
    /* .section-image-group div:nth-child(3) img {
        height: 200px;
    } */
    .feature-icon {
        height: 45px;
        width: max-content;
    }
    .recycle-section img {
        /* height: 340px !important; */
        object-fit: cover;
    }
    .ourway-section img {
        width: 100%;
    }
}

@media only screen and (max-width: 905px)
{
    .rating-section .rating-box {
        flex-direction: column !important; 
        align-items:center !important;
        text-align: left;

    } 
    .rating-section .rating-box .rating-box__content{
        flex-direction: column;
        align-items: flex-start;
    } 
    .rating-section .rating-box .num-1 {
        line-height: 1 !important;
    } 
    .rating-section .rating-box .rating-label {
        margin-top: 0 !important;
        padding-top: 0 !important;
    } 
}

