.item-pk {
    box-shadow: -11px 20px 45px rgba(8,20,53,.07);
    border: 1px solid #e0e5ee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 187px;
    box-shadow: 0 4px 29px rgba(94,104,111,.2);
    border-radius: 30px;
    color: white;
    position: relative;
    margin: 20px 0;
}

.item-pk-price {
    position: absolute;
    height: 47px;
    background: #fff;
    box-shadow: 0 4px 29px rgba(94,104,111,.14);
    border-radius: 15px;
    width: 86%;
    top: 160px;
    left: 7%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #111827;
    font-weight: 600;
}

.content-title {
    line-height: 1.4;
    font-size: 22px;
    font-weight: 500;
    margin: 5px 0;
}

.content-p {
    line-height: 1.4;
    font-size: 15px;
}

.phone-item {
    margin: 10px auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    width: 280px;
    text-align: center;
    font-size: 16px;
}

.img-rule-content {
    font-family: Roboto;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(117 116 116);
}

@media (max-width: 640px) {
    .phone-item {
        width: 100%;
    }
}