.home {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 204, 255, 0.2)),
        url('../img/remediacion_digital/main.png') center / cover no-repeat;
    height: 100vh;
    padding: 0;
}
.home .solutions_home {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .title {
    margin: 0;
}

.background_section {
    background: url('../img/background/solutions_background.png') center / cover no-repeat;
    background-size: 900vh;
}

.remediacion {
    background: linear-gradient(0deg, #4D60FF, #4D60FF);
}

.main_icon {
    width: 216px;
    height: 216px;
    border-radius: 28px;
    background-color: #00DBDA;
}

.main_icon img {
    width: 216px;
    height: 216px;
}

.subtitle {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    font-family: var(--default-bold-font);
    color: #000;
}

.target_section {
    margin-top: 6rem;
}

.target_section .title {
    margin-top: 2rem;
}

.number {
    width: 65px;
    height: 64px;
    border-radius: 50%;
    background: #4D60FF;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: -32px;
    left: 40%;
    box-shadow: 0px 4px 10px 0px #00000040;
}

.number div {
    font-weight: 800;
    font-family: var(--default-bold-font);
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    color: #fff;
}

.options .card {
    box-shadow: 0px 4px 10px 5px #00000026;
    border-radius: 20px;
}

.options .title {
    font-family: var(--nav-font);
    font-weight: 600 !important;
    font-size: 22px !important;
    margin-bottom: 0px !important;
    line-height: 32px;
    text-align: center;
    color: #000D4F;
}

.text-body {
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.25px;
    color: #000D4F;
}

.target_section .title, .target_section .content {
    color: #000;
    font-weight: 400;
    font-size: 35px;
    line-height: 30px;
    letter-spacing: 0.25px;
}

.mt-6 {
    margin-top: 6rem;;
}

.card-body.middle {
    height: 152px;
}