.pricing-table {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 40px 0;
    width: 100%;
    display: table;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.col {
    /* flex: 1 1 8%; */
    /* padding: 0.5em 10px; */
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.med-3 {
    width: 25%;
}

.med-4 {
    width: 33%;
}

.med-6 {
    width: 50%;
    align-items: center;
    text-align: center;
}
.med-9 {
    width: 75%;
}

@media screen and (max-width: 580px) {
    .row {
        padding: 14px 0 7px;
        display: block;
    }
}

.btn {
    padding: 20px;
}

button a {
    color: #fed80b !important;
}


.yellow {
    color: #fed80b;
}

.block_d486c817f2814b85a775548cf3858ca7 p {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
}