@charset "utf-8"; 

.pt_box {
    position: relative;
    background-color: #f8f9f9;
    padding: 140px 0 90px;
}

.pt_box .pt_container {
    max-width: 1370px;
}

.pt_box .title_box{
    text-align:center;
    margin-bottom: 100px;
}
.pt_box .title_box h5{
    font-family: "Poppins", sans-serif;
    font-size:72px;
    color:#222222;
    font-weight:700;
    margin-bottom:47px;
}

.pt_box .swiper_box {
    position: relative;
}

.pt_box .swiper {
    padding: 20px;
}

.pt_box .swiper-slide {
    transition-timing-function: linear !important;
}

.pt_box .img_box {
    width: 220px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
}

.pt_box .img_box img {
    width: 100%;
}

.pt_box .logo_button  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.pt_box .logo_button.logo_prev {
    left: -5%;
}

.pt_box .logo_button.logo_next {
    right: -5%;
}



@media (max-width:991px) {

    .pt_box {
        padding: 60px 0;
    }

    .pt_box .title_box {
        margin-bottom: 30px;
    }

    .pt_box .title_box h5 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .pt_box .img_box {
        width: auto;
    }

    .pt_box .swiper {
        overflow: visible;
        padding: 0;
    }


    .pt_box .swiper-pagination {
        position: static;
        margin-top: 30px;
    }

    .pt_box .swiper-pagination-progressbar {
        height: 2px !important;
        background-color: #f1f1f1 !important;
    }

    .pt_box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background-color: #d8d9d9;
    }

}