body {
    background-color: #99dbf2;
}
.home {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 204, 255, 0.2)),
        url('../img/gestion_residuos/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;
}

.main_icon {
    width: 216px;
    height: 216px;
    border-radius: 28px;
    background: linear-gradient(0deg, #00F88F, #00F88F);
}

.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;
}

.subtitle span {
    color: #AC5CFF;
}

.list_info {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
}

.options .card {
    box-shadow: 0px 4px 2px 0px #00000040;
    background-color: #000D4F;
    border-radius: 30px;
    height: 470px;
}

.options .card img {
    width: 381px;
    height: 381px;
}

.options .card .title {
    font-weight: 800;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
    font-family: var(--default-bold-font);
    color: #00F88F;
    margin-top: 0px;
}