.ga-portal > div > div:nth-of-type(2) .sec-cont .path,
.ga-portal > div > div:nth-of-type(2) .sec-cont .path2,
.ga-portal > div > div:nth-of-type(1) .sec-cont .path,
.ga-portal > div > div:nth-of-type(1) .sec-cont .path2 {
    display: none
}

.ga-portal .sec-cont {
    border: 0
}

.portal-logo {
    bottom: auto;
    top: 10%;
}

.sec-cont .srvc-title {
    flex-direction: column
}

.sec-cont .srvc-title span {
    display: block;
    font-size: 70%
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .ga-portal > div > div[class^="col-"] {
        height: 50% !important;
    }

    .portal-logo {
        bottom: auto;
        top: 44%;
    }

}
