.price-elementor-widget {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.price-elementor-widget .price-item {
    width: 314px;
    /*padding: 50px 30px;*/
    /*box-shadow: 0 4px 34px 4px rgba(22, 145, 214, 0.05);*/
    /*border-radius: 10px;*/
    /*background: #fff;*/
}

.price-elementor-widget .price-item .content{
    padding: 50px 30px;
    box-shadow: 0 4px 34px 4px rgba(22, 145, 214, 0.05);
    border-radius: 10px;
    background: #fff;
}

.price-elementor-widget .price-item  h3 {
    color: #486C9D;
    font-family: "CamphorStd", Sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 31px;
    text-align: center;
    margin: 0 0 45px 0;
    position: relative;
    padding-bottom: 45px;
}
.price-elementor-widget .price-item  h3 .price{
    color: #000;
}
.price-elementor-widget .price-item h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 180px;
    background: #F05A28;
    left: 0;
    right: 0;
    margin: auto;
}
.price-elementor-widget .price-item  p {
    text-align: center;
    font-family: "CamphorPro", Sans-serif;
    font-size: 19px;
    margin: 0;
}

@media screen and (max-width: 992px) {
    .price-elementor-widget {
        justify-content: space-evenly;
    }
    .price-elementor-widget .price-item .content{
        margin: 15px 0;
    }
}

@media screen and (max-width: 480px) {
    .price-elementor-widget {
        flex-wrap: nowrap;
        justify-content: unset;
    }
    .price-elementor-widget .price-item h3 {
        font-size: 16px;
        margin: 0 0 25px 0;
        padding-bottom: 45px;
        line-height: 24px;
    }
    .price-elementor-widget .price-item p {
        font-size: 14px;
    }

    .price-elementor-widget .price-item .content {
        max-width: 250px;
        margin: 0 auto!important;
    }

    .price-widget-container-slider {
        padding-bottom: 50px;
    }
    .price-widget-container-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #486c9d;
        background-color: transparent;
        opacity: 1;
    }
    .price-widget-container-slider .swiper-pagination-bullet-active {
        border: 1px solid #486c9d;
        background: #486c9d;
        opacity: 1;
    }
}