﻿.home-slo-container {
}

.home-slo-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-slo {
    padding-bottom: 65px;
}

.home-slo-top h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'interB';
    font-style: italic;
    font-size: 41px;
    padding-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    position: relative;
}

.home-slo-img.flex-center {
    width: 22%;
}

.home-slo-top h3:before {
    content: attr(title);
    position: absolute;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, #00AA6C 0%, #195452 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 4px;
}

.home-slo-top h3:after {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 5px #fff;
    left: 0;
    z-index: 1;
    padding-right: 4px;
}

.home-slo-top span {
    line-height: 138.688%;
    display: block;
    font-size: 16px;
    color: #141414;
    max-width: 492px;
    text-align: right;
    font-family: 'interSB';
}

.home-slo-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 0;
    row-gap: 0;
}

.home-slo-item {
    position: relative;
    display: flex;
    align-items: center;
}

.home-slo-img img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    filter: invert(36%) sepia(13%) saturate(3%) hue-rotate(337deg) brightness(98%) contrast(79%);
}

.home-slo-content h3 {
    margin: 0;
    font-size: 17px;
    line-height: 143.5%;
    font-family: 'Montserrat-ExtraBold';
    color: var(--default-color-1);
    user-select: none;
    text-transform: unset;
    position: relative;
}

.home-slo-content span {
    color: #656565;
    font-size: 13px;
    display: block;
    line-height: 145%;
    margin-top: 7px;
    font-family: 'Montserrat-Regular';
    margin-right: 15px;
}

.home-slo-content {
    flex: 1 1 0;
    margin-left: 15px;
}
/* Mobile & tablet */
@media (max-width: 1023px) {
    .home-slo {
        padding-bottom: 15px;
    }

    .home-slo-list .home-slo-item:last-child() {
        grid-column: span 2 / span 2;
    }

    .home-slo-item {
        padding: 0 0;
        display: block;
    }

    .home-slo-img img {
        width: 35px;
        margin-bottom: 23px;
    }

    .home-slo-content {
        margin: 0;
        text-align: justify;
    }

    .home-slo-img.flex-center {
        width: 100%;
        height: auto;
        /* display: none; */
    }

    .home-slo-item::before {
        height: 100%;
    }

    .home-slo-content h3 {
        font-size: 13px;
        margin-top: 22px;
    }

    .home-slo-content span {
        font-size: 12px;
        margin-top: 6px;
        margin-right: 0;
    }

    .home-slo-container {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .home-slo-top {
        flex-direction: column;
    }

        .home-slo-top h3 {
            width: 100%;
        }

        .home-slo-top span {
            max-width: unset;
            text-align: left;
        }

    .home-slo-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 25px;
        row-gap: 30px;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
}

/* Mobile */
@media (max-width: 739px) {
    .home-slo-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 20px;
        margin-top: 12px;
    }

        .home-slo-list .home-slo-item:last-child h3 {
            /* text-align: center; */
        }

        .home-slo-list .home-slo-item:last-child {
            /* grid-column: span 2 / span 2; */
        }

    .home-slo-item::before {
        display: none;
    }

    .home-slo-top h3 {
        font-size: 23px;
        padding-right: 0;
        line-height: 154%;
    }

    .home-slo-container {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-top: 10px;
    }

    .home-slo-top span {
        font-size: 15px;
        max-width: 100%;
        text-align: left;
        font-family: 'interSB';
        line-height: 161%;
        color: #333;
    }

    .home-slo-img {
        /* display: none; */
    }

    .home-slo-content h3 {
        margin-top: 0;
    }
}
