.section_why_glow_green {}
.section_why_glow_green .why_glow_green_container {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding: 85px 50px 95px 50px;
}
.section_why_glow_green .why_glow_green_container .why_glow_green {}
.section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container {}
.section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content {}
.section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content h3 {
    color: #000;
    font-family: radialregular;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:50px;
    margin-top:50px;
}
.section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container {
    display:flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    gap:25px;
}
.section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container .image_container {
    display: flex;
    width:135px;
    min-width:135px;
}
.section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container .image_container img {
    width:100%;
    height:100%;
}
.section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container .reason_content_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: flex-start;
}
.section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container .reason_content_container h4 {
    font-family: manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
    text-align: left;
}

.section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container .reason_content_container p {
    text-align: left;
    font-family: manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.section_why_glow_green .why_glow_green_container .cta_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    margin-top:50px;
}
.section_why_glow_green .why_glow_green_container .cta_container .cta_button {
    margin-top: 15px;
}

@media screen and (max-width: 1024px) {
    .section_why_glow_green {
        padding:20px 25px 0 25px;
    }
    .section_why_glow_green .why_glow_green_container {
        padding:0 25px 25px 25px !important;
    }
    .section_why_glow_green .why_glow_green_container .cta_container {
        margin-top:15px;
    }
    .section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content h3 {
        font-size: 36px;
        line-height: 42px;
    }
    .section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 35px;
        justify-items: flex-start;
    }
    .section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container .image_container img {
        max-height:125px;
    }
}
@media screen and (max-width: 960px) {
    .section_why_glow_green .why_glow_green_container {
        width: 100%;
    }
    .section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container {
        justify-content: flex-start;
    }

    .section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container .image_container {
        width: 135px;
        min-width: 135px;
    }
}

@media screen and (max-width: 640px) {
   .section_why_glow_green .why_glow_green_container {
           padding: 50px 25px;
   }
}
@media screen and (max-width: 490px) {
    .section_why_glow_green .why_glow_green_container {
        padding: 0 0 25px 0  !important;
    }
    .section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content h3 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .section_why_glow_green .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 50px;
    }
    .section_why_glow_green .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container .image_container {
        width: 20%;
        min-width: 90px;
    }
    .section_why_glow_green .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container .image_container img {
        width: 100%;
        height: 100%;
    }
    .section_why_glow_green .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container .reason_content_container h4 {
        font-size: 18px;
        line-height: 23px;
    }
    .section_why_glow_green .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container .reason_content_container  p {
        font-size: 14px;
        line-height: 19px;
    }
    .section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container {
        gap:15px;
        align-items: flex-start;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container .image_container {
        width:120px;
        height:120px;
        margin-bottom:10px;
    }
    .section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container .reason_content_container {
        justify-items: center;
        align-content: center;
        align-items: center;
    }
    .section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container .reason_content_container p {
        font-size:15px;
        text-align: center;
    }
    .section_why_glow_green .why_glow_green_container .why_glow_green .why_glow_green_content_container .why_glow_green_content .reason_containers .reason_container .reason_content_container h4 {
        text-align: center;
    }
}




