.about-third4 {
    padding: 60px 0;
    background-color: var(--SECONDARY_MINOR_COLOR);
}

.about-third4__container {
    max-width: var(--CONTAINER_WIDTH) !important;
    margin: 0px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .about-third4__row {
        display: flex;
        margin: 0 -20px;
    }
}

.about-third4__row-item {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .about-third4__row-item {
        padding: 0 20px;
        flex: 1 0 33.333%;
    }
}

.about-third4__row-item:last-child {
    margin: 0;
}

.about-third4__card {
    position: relative;
    z-index: 1;
}

.about-third4__text {
    border: 3px solid var(--SECONDARY_MAJOR_COLOR);
    padding: 20px;
    border-radius: 12px;
    font-size: 20px;
    color: var(--TEXT_COLOR);
    min-height: 100px;
}

.about-third4__number {
    position: absolute;
    z-index: -1;
    bottom: 50px;
    right: 0;
    font-size: 120px;
    opacity: 0.2;
    color: var(--SECONDARY_MAJOR_COLOR);
}

@media (min-width: 576px) {
    .about-third4__number {
        font-size: 160px;
    }
}
