.about-third8 {
    position: relative;
}
@media (min-width: 768px) {
    .about-third8 {
        position: relative;
    }
}
.about-third8__deco {
}
@media (min-width: 768px) {
    .about-third8__deco {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
    }
}
.about-third8__left-bg {
    flex: 1 1 50%;
}
.about-third8__right-bg {
    flex: 1 1 50%;
    background-color: var(--SECONDARY_MAJOR_COLOR);
    opacity: 0.1;
}
.about-third8__container {
    max-width: var(--CONTAINER_WIDTH);
    margin: 0px auto;
}
@media (min-width: 768px) {
    .about-third8__container {
        display: flex;
    }
}
.about-third8__info-block {
    padding: 60px 20px;
}
@media (min-width: 768px) {
    .about-third8__info-block {
        flex: 1 1 50%;
    }
}
.about-third8__titling {
    margin-bottom: 20px;
    overflow: hidden;
}
.about-third8__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 10px;
    color: var(--SECONDARY_MAJOR_COLOR);
}
@media (min-width: 768px) {
    .about-third8__title {
        font-size: 30px;
    }
}
.about-third8__subtitle {
    font-size: 15px;
    line-height: 28px;
    color: var(--TEXT_COLOR);
}
.about-third8__counter-box {
    margin-bottom: 20px;
    overflow: hidden;
}
.about-third8__counter-box:last-child {
    margin-bottom: 0;
}
.about-third8__number {
    font-weight: 800;
    font-size: 30px;
    line-height: 150%;
    color: var(--SECONDARY_MAJOR_COLOR);
}
@media (min-width: 768px) {
    .about-third8__number {
        font-size: 60px;
    }
}

.about-third8__number-text {
    font-size: 15px;
    line-height: 167%;
}
.about-third8__list-block {
    padding: 60px 20px;
    position: relative;
}
@media (min-width: 768px) {
    .about-third8__list-block {
        flex: 1 1 50%;
    }
}
.about-third8__list-block::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-color: var(--SECONDARY_MAJOR_COLOR);
}
@media (min-width: 768px) {
    .about-third8__list-block::before {
        display: none;
    }
}

.about-third8__list-item {
    display: flex;
    margin-bottom: 50px;
    overflow: hidden;
}
.about-third8__list-item:last-child {
    margin-bottom: 0;
}
.about-third8__icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    background-color: var(--EXTRA_COLOR);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--PRIMARY_MINOR_COLOR);
    margin-right: 30px;
}
.bi {
}
.bi-alarm-fill {
}
.about-third8__list-content {
}
.about-third8__list-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}
.about-third8__text {
    font-size: 15px;
    line-height: 167%;
}
