.green-boxes-section {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}
.green-box-item {
    padding: 2.5%;
    box-sizing: border-box;
    background-color: #E7F1F3;
    border: 1px solid #0F7788;
    width: 23.875%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    border-radius: 20px;
}
.green-box-item:nth-of-type(4n) {
    margin-right: 0%!important;
}
.green-box-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.green-box-icon img {
    max-height: 50px;
}
.green-box-item h2 {
    font-family: var(--wp--preset--font-family--inter);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    margin-top: 30px;
}
@media only screen and (max-width:1050px) { 
    .green-box-item:nth-of-type(4n) {
        margin-right: 1.5%!important;
    }
    .green-box-item {
        width: 32.33%;
    }
    .green-box-item:nth-of-type(3n) {
        margin-right: 0!important;
    }
}
@media only screen and (max-width:780px) { 
    .green-box-item:nth-of-type(3n) {
        margin-right: 1.5%!important;
    }
    .green-box-item {
        width: 49.25%;
    }
    .green-box-item:nth-of-type(2n) {
        margin-right: 0!important;
    }
}
@media only screen and (max-width:780px) { 
    .green-box-item {
        width:100%;
        margin-right: 0!important;
        margin-bottom: 4%;
    }
}
.green-box-item a {
    text-decoration: none!important;
    color: #12141d;
}
.green-box-item a:hover {
    text-decoration: none!important;
  color: #0F7788;
}
.green-boxes-section.two-collumn .green-box-item {
    width: 49.25%;
}
.green-boxes-section.two-collumn .green-box-item:nth-of-type(2) {
   margin-right: 0;
}
@media only screen and (max-width:780px) { 
    .green-boxes-section.two-collumn .green-box-item {
        width: 100%;
        margin-right: 0;
    }
}