@media screen and (max-width: 992px) {
    .cegcsoportunk {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .cegcsoportunk-mobile {
        display: none;
    }
}

.cegcsoportunk {
    z-index: 998;
    position: fixed;
    width: 100vw;
    bottom: 0;
    background: white;
    padding: 1em 0;
    color: #1d9a9f;
    border-top: #1d9a9f solid 1px;
}
.cegcsoportunk__title {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.cegcsoportunk__title h3{
    color: inherit;
    font-weight: 500;
    font-size: 1.75rem;

}

.cegcsoportunk__content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.cegcsoportunk__content .col-2 {
    text-align: center;
    vertical-align: middle;
}

.thisone {
    width: 80px !important;
}

.cegcsoportunk__content a img {
    width: 125px;
    height: auto;
}
