#about .items {
    align-items: center;
}

#about .items .left h1 {
    font-weight: 700;
    font-size: 2rem;
    font-family: pjs;
    color: #000;
}

#about .items .left p {
    font-weight: 500;
    font-size: 1rem;
    font-family: pjs;
    color: #000000;
    margin-top: 15px;
}

#about .items .right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#about {
    padding: 50px 0
}

#about h2 {
    font-weight: 700;
    font-size: 1.2rem;
    font-family: pjs;
    color: #000;
    margin-top: 50px;
}

#about .ctn {
    margin-top: 30px;
    padding-bottom: 50px;
}

#about .ctn .partners .col {
    text-align: center;
}

#about .ctn .partners .item p {
    color: #355bdc;
    font-weight: 600;
    font-size: 1rem;
    font-family: pjs;
    margin-bottom: 15px;
    padding: 5px 15px;
    border-radius: 8px;
    cursor: pointer;
}

#about .ctn .partners .item.active p,
#about .ctn .partners .item:hover p {
    background: #ca6673;
    background: -webkit-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: -moz-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CA6673", endColorstr="#4796E3", GradientType=0);
    color: #fff;
}

#about .ctn .partners .item.active p {
    color: #fff;
}

#about .ctn .partners .swiper-partners {
    margin-top: 30px;
    position: relative;
}

#about .ctn .partners .swiper-partners .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

#about .ctn .partners .swiper-partners .wrapper .img {
    width: 150px;
    height: 150px;
    margin: 0 15px;
}

#about .ctn .partners .swiper-partners .wrapper .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#about .ctn .partners .swiper-partners .button-prev,
#about .ctn .partners .swiper-partners .button-next {
    width: 50px;
    height: 50px;
    border: solid 1px #666666;
    margin-left: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #666666;
    z-index: 9999;
    background: transparent;
}

#about .ctn .partners .swiper-partners .button-prev i,
#about .ctn .partners .swiper-partners .button-next i {
    font-size: 1.3rem;
}

#about .ctn .partners .swiper-partners .button-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#about .ctn .partners .swiper-partners .button-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-navigation {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

@media (orientation: portrait) {
    #about .items .left h1 {
        font-size: 1.5rem;
    }

    #about .items .left p {
        font-size: .8rem;
    }

    #about h2 {
        font-size: 1rem;
    }

    #about .ctn .partners .item p {
        font-size: .8rem;
    }

    #about .ctn .partners .swiper-partners .button-prev,
    #about .ctn .partners .swiper-partners .button-next {
        width: 30px;
        height: 30px;
        margin: 0;
    }

    #about .ctn .partners .swiper-partners .button-prev i,
    #about .ctn .partners .swiper-partners .button-next i {
        font-size: 1rem;
    }
    #about .ctn .partners .swiper-partners .wrapper{
        flex-wrap: wrap;
    }
    #about .ctn .partners .swiper-partners .wrapper .img{
        width: 100px;
        height: 100px;
    }
    #about .ctn .partners .swiper-partners .swiper-slide{
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}