.home-five8 {
}

.home-five8__container {
    max-width: var(--CONTAINER_WIDTH);
    margin: 0px auto;
    padding: 30px 20px 40px 20px;
}
@media (min-width: 768px) {
    .home-five8__container {
        padding: 40px 20px 60px 20px;
    }
}
.home-five8__titling {
    text-align: center;
    margin-bottom: 20px;
    color: var(--SECONDARY_MAJOR_COLOR);
}
@media (min-width: 768px) {
    .home-five8__titling {
        margin-bottom: 40px;
    }
}
.home-five8__title {
    font-weight: bold;
    font-size: 22px;
    line-height: 60px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .home-five8__title {
        font-size: 48px;
    }
}
.home-five8__subtitle {
    font-weight: normal;
    font-size: 16px;
    line-height: 135.2%;
}
@media (min-width: 768px) {
    .home-five8__subtitle {
        font-size: 18px;
    }
}
.home-five8__acordions {
}
.home-five8__acordion {
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
}
.home-five8__acordion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--EXTRA_COLOR);
    border-radius: 3px 0 0 3px;
}
.home-five8__acordion.active .home-five8__acordion-title {
    margin-bottom: 30px;
}
.home-five8__acordion-title {
    transition: all 0.3s ease 0s;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
}
@media (min-width: 768px) {
    .home-five8__acordion-title:hover {
        color: var(--EXTRA_COLOR);
    }
}
.home-five8__acordion-subtitle {
    height: 0;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}
