.preims {
    padding-top: 93rem;
    padding-bottom: 98rem;
    background-color: #fff;
}
.preims .sec_title {
    margin-top: 5rem;
}
.preims__tab__links {
    display: flex;
    align-items: center;
}
.preims__tab__link {
    background: none;
    border: none;
    font-size: 20rem;
    font-weight: 300;
    padding: 8rem 22rem;
    margin-right: 8rem;
    border-left: 1px solid #39393840;
    cursor: pointer;
}
.preims__tab__link:last-child {
    margin-right: 0;
}
.preims__tab__link:nth-child(1) {
    border-left: none;
}
.preims__tab__link.active {
    color: #00A3D4;
}
.preims__tab__content {
    margin-top: 19rem;
}
.preims__tab__content__item img {
    border-radius: 12rem;
    width: 100%;
}
.preims__tab__content__item p {
    font-weight: 300;
    margin-top: 22rem;
    font-size: 18rem;
    line-height: 140%;
}

.preims__tab__content__item__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-bottom: 38.7%;
    border-radius: 12rem;
    filter: saturate(0);
    transition: filter 0.2s linear;
}

.preims__tab__content__item__img:hover {
    filter: saturate(1);
}


@media screen and (max-width: 550px) {
    .preims {
        padding-top: 46rem;
        padding-bottom: 49rem;
    }
    .preims__tab__link {
        padding-left: 0;
        padding-right: 0;
        font-size: 13rem;
        border-left: none;
        margin-right: 14rem;
        text-transform: uppercase;
    }
    .preims__tab__content {
        margin-top: 16rem;
    }
    .preims__tab__content__item__img {
        padding-bottom: 82%;
    }
    .preims__tab__content__item p {
        font-size: 15rem;
    }
}