.gCatalogSectionsL2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
}

.gCatalogSectionsL2Item{
    display: flex;
    flex-grow: 1;
    flex-basis: 50%;
    max-width: 50%;
    flex-direction: column;
    padding-right: 20px;
    padding-bottom: 20px;
}

.gCatalogSectionsL2Item .sectionImage{
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    justify-content: flex-start;
    height: 120px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.gCatalogSectionsL2Item .sectionImage svg{
    max-height: 120px;
    width: 120px;
}

.gCatalogSectionsL2Item .gCatalogSectionsL2ItemName{
    padding-bottom: 15px;
    font-weight: 400;
    color: #283d47;
    font-size: 20px;
}

.gCatalogSectionsL2Item  .sDescription{
    padding-bottom: 15px;
}

.gCatalogSectionsL2Item a{
    display: flex;

}

.gCatalogSectionsL2Item .sectMore{
    text-decoration: underline;
}

.gCatalogSectionsL2Item .sectIcon{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.gCatalogSectionsL2Item .sectIcon svg{
    width: 350px;
}

.gCatalogSectionsL2Item .sectionImagePic img{
    max-width: 100%;

}

.gCatalogSectionsL2ItemNameLeftCont{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 20px;
}
.gCatalogSectionsL2ItemNameLeftCont .sectionName{
    display: flex;
    justify-content: flex-start;
    font-weight: 400;
    color: #283d47;
    font-size: 25px;
    flex-grow: 0;
}
.gCatalogSectionsL2ItemNameLeftCont .sectionIconData{
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}
.gCatalogSectionsL2ItemNameLeftCont .sectionIconData svg{
    width: 350px;
}

.gCatalogSectionsL2ItemNameLeftCont+.sDescription h3{
    font-size: 20px;
    margin-top: 5px;
}


@media screen and (max-width: 700px) {
    .gCatalogSectionsL2Item{
        flex-basis: 100%;
        max-width: none;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .gCatalogSectionsL2{
        flex-direction: column;
        padding-bottom: 0px;
    }
    .gCatalogSectionsL2Item .gCatalogSectionsL2ItemName{
        margin-top: -15px;
    }
    /*.gCatalogSectionsL2Item .sectIcon svg{*/
        /*width: 250px;*/
    /*}*/
}