.bs-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 48px;
    background: #FF2194 !important;
    color: #FFF !important;
}

.text-danger {
    color: #e80429 !important;
}

.text-50 {
    font-size: 7rem;
    font-weight: 700;
    line-height: 8rem;
}
@media (min-width: 1300px) {
    .text-50 {
        font-size: 10rem;
        font-weight: 700;
        line-height: 11rem;
    }
}

.benefits {
    color: #000;
}
.benefits img {
    margin-bottom: 1rem !important;
}
.benefits h3 {
    font-weight: 700;
}
@media (min-width: 1200px) {
    .benefits .texts{
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}
    