.gThisSections {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-grow: 1;
    max-width: 950px;
    padding-bottom: 30px;
    justify-content: center;
    margin: 0 auto;
    box-sizing: border-box;
}

.gThisSectionsItem {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 1 0 calc(33.333% - 20px);
    justify-content: stretch;
    max-width: calc(33.333% - 20px);
    box-sizing: border-box;
}

.gThisSectionsItem a {
    display: flex;
    flex-grow: 1;
    text-decoration: none;
    background: #2e3133;
    justify-content: center;
    margin: 10px;
    flex-direction: column;
    padding: 15px;
    box-sizing: border-box;
}

.gThisSectionsItem .gThisSectionsItemName {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.7rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    padding-top: 15px;
}

.gThisSectionsItem a:hover {
    background: #ffae00;
}

.gThisSectionsItem:hover .gThisSectionsItemName {
    color: #2e3133;
}

.gThisSectionsItemWrapper {
    padding: 10px 10px;
}

.gThisSectionsItem a .sectionImage {
    padding: 30px;
    width: 100%;
    height: auto;
}

.gThisSectionsItem a .sectionImage path {
    fill: #FFAE00;
}

.gThisSectionsItem a:hover .sectionImage path {
    fill: #2e3133;
}

@media screen and (max-width: 1193px) {
    .gerberThisContWrapper {
        min-height: auto !important;
    }
    .gThisSectionsItem a .sectionImage {
        padding: 15px;
    }
    .gThisSectionsItem .gThisSectionsItemName {
        font-size: 14px;
    }
    .gThisSectionsItemWrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .gThisSectionsItem a {
        padding-top: 0px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 700px) {
    .gThisSectionsItem {
flex: 1 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .gThisSectionsItem a .sectionImage {
        padding: 15px;
    }
    .gThisSectionsItem .gThisSectionsItemName {
        font-size: 16px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 400px) {
    .gThisSectionsItem a {
        margin: 2px;
    }
    .gThisSectionsItem {
        flex: 1 0 calc(50% - 10px);
        max-width: calc(50% - 10px);

    }
    .gThisSectionsItem .gThisSectionsItemName {
        font-size: 11px;
        padding-bottom: 5px;
    }
    .gThisSectionsItem a .sectionImage {
        padding: 15px;
justify-content: center;
    }
}

@media screen and (max-width: 667px) and (orientation: landscape) {
    .gThisSectionsItem {
        flex: 1 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }
}