.pricing {
    padding-top: 20px
}

.card-pricing {
    padding: 10px;
    background-color: #20437C;
    color: #fff;
    border-radius: 30px;
    height: 100%;
    display: inline-block;
    position: relative;
}

.card-pricing.style2 {
    background-color: #21293E
}

.card-pricing .text-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.card-pricing .text-desc {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.card-pricing .price {}

.card-pricing .price p {
    position: absolute;
    background: orange;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
    line-height: 1.2;
    place-content: center;
    align-content: center;
    top: -35px;
    margin: 0;
    padding: 25px 30px;
}

.card-pricing .garis-vertical {
    border-left: solid 2px white;
    height: 100%;
}

@media only screen and (max-width: 576px) {
    .pricing {
        padding-top: 30px;
    }

    .card-pricing .text-title {
      padding-top: 25px;
      width: 100%;
      text-align: center;
    }

    .card-pricing .garis-vertical {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .pricing {
        padding-top: 30px;
    }
}
