.home-four1 {
    background: center/cover no-repeat;
}

.home-four1__container {
    max-width: var(--CONTAINER_WIDTH) !important;
    margin: 0px auto;
    padding: 80px 20px;
}

@media (min-width: 992px) {
    .home-four1__container-box {
        display: flex;
        margin: 0 -20px;
    }
}

.home-four1__container-item {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .home-four1__container-item {
        padding: 0 20px;
        flex: 1 0 50%;
    }
}

.home-four1__container-item:last-child {
    margin: 0;
}

.home-four1__box {
    position: relative;
    z-index: 1;
    padding: 20px 30px;
}

.home-four1__box::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: var(--SECONDARY_MAJOR_COLOR);
}

.home-four1__titling {
    margin-bottom: 10px;
    color: var(--SECONDARY_MINOR_COLOR);
}

@media (min-width: 992px) {
    .home-four1__titling {
        display: flex;
        justify-content: space-between;
        margin: 10px -20px 10px -20px;
    }
}

@media (min-width: 992px) {
    .home-four1__titling-item {
        padding: 0 20px;
    }

    .home-four1__titling-item:first-child {
        flex: 1 1 auto;
    }

    .home-four1__titling-item:last-child {
        flex: 1 0 240px;
        display: flex;
        justify-content: flex-end;
        align-self: flex-start;
    }
}

.home-four1__tltle {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    cursor: default;
    font-family: var(--TITLE_FONT);
}

@media (min-width: 768px) {
    .home-four1__tltle {
        font-size: 25px;
    }
}

.home-four1__btn {
    display: flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    text-align: center;
    transition: all 0.3s ease 0s;
    text-decoration: var(--TEXT_DECORATION);
    background-color: var(--PRIMARY_MAJOR_COLOR);
    color: var(--PRIMARY_MINOR_COLOR);
}

@media (min-width: 768px) {
    .home-four1__btn:hover {
        background-color: var(--PRIMARY_MINOR_COLOR);
        color: var(--PRIMARY_MAJOR_COLOR);
    }
}

.home-four1__text {
    font-size: 16px;
    cursor: default;
    color: var(--SECONDARY_MINOR_COLOR);
}
