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

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

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

}

.gCatalogElementsItem .gCatalogElementsItemName{
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 20px;
}

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

.gCatalogElementsItem a{

}

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

.gCatalogElementsItem .sectIcon{

}

.gCatalogElementsItem .sectionImagePic img{
    max-width: 100%;
}


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