.pk-service-layout-info-box {
    max-width: 350px;
    width: auto;
    margin: 0 auto 30px !important;
}

.pk-service-layout-info-box .inner {
    background-size: cover;
    background-position: 100% 0;
    padding: 50px 35px 29px;
    box-shadow: inset 0 0 92px rgba(0,0,0,.1);
}

.pk-service-layout-info-box .inner .title {
    min-height: 72px;
    margin-bottom: 18px;
    padding-right: 45px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.pk-service-layout-info-box .inner .service-price {
    display: inline-block;
    min-width: 108px;
    margin-bottom: 31px;
    padding: 12px 5px 11px 14px;
    background-color: #22b7d2;
    font-weight: 900;
    color: #fff;
}

.pk-service-layout-info-box .inner .service-price .price-label {
    margin-bottom: 1px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
}

.pk-service-layout-info-box .inner .service-price .price-value {
    text-indent: -2px;
    font-size: 24px;
}

.pk-service-layout-info-box .inner .content ul {
    list-style: none;
    padding: 0;
}

.pk-service-layout-info-box .inner .content ul li {
    position: relative;
    padding-left: 7px;
    margin-bottom: 2px;
    font-size: 13px;
}

.pk-service-layout-info-box .inner .content ul li:before {
    position: absolute;
    content: "";
    display: block;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #555;
    border-radius: 50%;
}

.ultra-bold {
    font-weight: 900;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .pk-service-layout-info-box .inner {
        padding: 30px 20px;
    }
    
    .pk-service-layout-info-box .inner .title {
        min-height: auto;
        padding-right: 0;
    }
}
