#callback-block {
    background: #33822b;
}

#callback-block .prodcard-body .howworks:after,
#callback-block .prodcard-body .howworks:before {
    position: relative;
    font-family: "Font Awesome 5 Pro";
    font-size: 70px;
    top: 0;
    left: 10px;
    color: #fff;
    opacity: 0.2;
    content: "\f128";
    display: block;
}

.callback-content {
    background: #fff;
}

.card-illustration {
    width: 30%;
    max-width: 300px;
}

.benefit-card {
    border-radius: 0px;
    max-width: 400px;
}

.benefit-card-text {
    font-size: 16px;
}

.gray-bg {
    background-color: #252830;
}

.yellow-circle-big {
    border-radius: 50%;
    font-size: 40px;
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #efd50f;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    line-height: 60px;
}

#products-description {
    text-align: left;
}

#products-description li {
    list-style-type: circle;
}

#products-description li::marker {
    color: #33822b;
}

.pack .card-body {
    max-width: 350px;
}

.pack .card-footer {
    padding: 0px;
    border-top: 0px;
}

.pack-description-list .li {
    font-size: 18px;
}

.pack-picker {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.prodcard-btn-container table {
    font-size: 14px;
}

.most-popular-badge {
    position: absolute;
    right: 0px;
    top: -20px;
    background: #eed40e;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: #000;
    padding: 5px 16px;
    font-size: 14px !important;
}

#select-basic-prod {
    display: flex;
    justify-content: center;
}

.product-selector-tile {
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;
    max-width: 250px;
    cursor: pointer;
}

.product-selector-tile div {
    width: 100%;
    color: #252830;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
}

.product-selector-tile img {
    max-width: 100px;
    max-height: 100px;
    padding: 0;
}

.btn-check:checked+label .product-selector-tile {
    border: 2px solid #eed40e;
    color: #fff;
    background-color: #252830;
}

.btn-check:checked+label .product-selector-tile div {
    color: #fff;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.howworks.text-white a {
    color: #eed40e;
}


