.p-location__slider{
    width: 880px;
}
.p-location__slider--wrapper{
    position: relative;
    max-width: 1214px;
}
.p-location__slider .item{
    height: 587px;
    overflow: hidden;
}
.p-location__slider img{
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.p-location__title{
    font-size: 32px;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-location__title::before{
    background-image: url('../images/common/logo.png');
    flex: 0 0 42px;
    height: 32px;
    margin-top: -4px;
    margin-right: 9px;
}
.p-location__box{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-radius: 20px;
    padding: 0 120px 58px;
    overflow: inherit !important;
}
.p-location__heading{
    background-color: #0076C2;
    border-radius: 20px;
    width: 100%;
    padding: 30px 98px;
    font-size: 16px;
    color: #fff;
}
.c-list-style1.--cus{
    position: relative;
    top: -42px;
}
@media(max-width: 1024px){
    .p-location__slider{
        width: 100%;
        max-width: 700px;
    }
    .p-location__slider .swiper-wrapper{
        padding-bottom: 20px;
    }
    .p-location__box{
        padding: 0 50px 20px;
    }
    .p-location__slider .item{
        height: 440px;
    }
}
@media(max-width: 768px){
    .p-location__title{
        font-size: 17px;
    }
    .p-location__title::before{
        flex: 0 0 22px;
        height: 17px;
        margin-right: 5px;
        margin-top: -3px;
    }
    .p-location__box{
        padding: 0 20px;
    }
    .p-location__heading{
        padding: 15px 25px;
        border-radius: 10px;
        font-size: 13px;
    }
    .c-list-style1.--cus{
        top: -25px;
    }
    .p-location__slider .item{
        height: 350px;
    }
}
@media(max-width: 500px){
    .p-location__slider .item{
        height: 250px;
    }
}