.home-third4 {
    padding: 60px 0;
    overflow: hidden;
    background-color: var(--SECONDARY_MINOR_COLOR);
}
.home-third4__container {
    max-width: var(--CONTAINER_WIDTH) !important;
    margin: 0px auto;
    padding: 0 20px;
}

.home-third4 .title {
    color: var(--SECONDARY_MAJOR_COLOR);
    font-family: var(--TITLE_FONT);
}

.home-third4 .card-wrapper {
    display: flex;
    flex-direction: column;
}

.home-third4 .card {
    border: none;
    box-shadow: 0px 0px 49px -13px rgba(0, 0, 0, 0.2);
    flex: 1 1 auto;
    transition: all 0.3s ease 0s;
    background-color: var(--SECONDARY_MINOR_COLOR);
}

.home-third4 .card-body p {
    margin-bottom: 0px;
    color: var(--TEXT_COLOR);
}

.home-third4 .card-row {
    justify-content: space-around;
}
