.trademarks {
    padding-top: 42px;
    padding-bottom: 42px;
}

.trademarks__content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 105px;
}

.trademarks__pic-link:hover {
    scale: 1.05;
}

/* Swiper Container Styles */
.trademarks__swiper-container {
    display: none;
    position: relative;
    width: 60%;
}

.trademarks__swiper {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.trademarks__swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.trademarks__swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    flex-shrink: 0;
}

.trademarks__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
}

.trademarks__title__mobile {
    display: none;
}

.trademarks__pic {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trademarks__pic>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1919px) and (min-width: 1440px) {
    .trademarks {
        padding: 42px 80px;
    }

    .trademarks__swiper {
        padding: 0 50px;
    }
}

@media screen and (max-width: 1439px) and (min-width: 960px) {
    .trademarks {
        padding: 22px 44px;
    }

    .trademarks__title {
        font-weight: 700;
        font-size: 14px;
    }

    .trademarks__title__mobile {
        display: none;
    }

    .trademarks__swiper-container {
        width: 70%;
    }

    .trademarks__swiper {
        height: 26px;
        padding: 0 40px;
    }

    .trademarks__pic {
        height: 26px;
    }

    .trademarks__pic>img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media screen and (min-width: 680px) and (max-width: 959px) {
    .trademarks__content {
        gap: 32px;
    }

    .trademarks {
        padding: 22px 18px;
    }

    .trademarks__swiper-container {
        width: 80%;
    }

    .trademarks__title {
        font-weight: 700;
        font-size: 14px;
    }

    .trademarks__title__mobile {
        display: none;
    }

    .trademarks__swiper {
        height: 26px;
    }

    .trademarks__pic {
        height: 26px;
    }

    .trademarks__pic>img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media screen and (max-width: 679px) {
    .trademarks {
        padding: 22px 29px;
    }

    .trademarks__swiper-container {
        width: 100%;
    }

    .trademarks__swiper {
        height: 20px;
    }

    .trademarks__title {
        display: none;
    }

    .trademarks__title__mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 18px;
        line-height: 140%;
        width: 100%;
        margin-bottom: 16px;
    }

    .trademarks__pic {
        height: 20px;
    }

    .trademarks__pic>img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}