.expertise-container {
    display: grid;
    place-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 13vw;
}

.expertise-items {
    color: #859197;
    position: absolute;
    display: flex;
    z-index: 1001;
    top: -7vw;
    width: 80vw;
    /* right: -10vw; */
    justify-content: center;
    font-size: 1.8vw;
}

.expertise-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    text-align: center;
    border-right: .1vw solid var(--livui-turquoise);
}

.expertise-item:first-child {
    border-right: none
}

.expertise-item img {
    height: 7vw;
    margin-bottom: 2vw;
}

.expertise-controls {
    display: none;
}

@media only screen and (min-width: 1441px) {
    .expertise-item.clone {
        display: none;
    }
    
    .expertise-item:not(.clone):nth-child(2) {
        border: none !important;
    }
}

@media only screen and (max-width: 1440px) {
    .expertise-item.clone {
        display: none;
    }
    
    .expertise-item:not(.clone):nth-child(2) {
        border: none !important;
    }
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
    .expertise-clouds,
    .expertise-palms {
        display: none;
    }
    
    .expertise-items {
        top: auto;
        bottom: 4vw;
        right: 0;
        width: auto;
        font-size: 4.3vw;
    }

    .expertise-container {
        height: 41vw;
    }
    
    .expertise-container:before {
        content: "";
        background: linear-gradient(to left, transparent 0%, #fff 50%);
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 65%;
        z-index: 1020;
    }
    
    .expertise-container:after {
        content: "";
        background: linear-gradient(to right, transparent 0%, #fff 50%);
        position: absolute;
        left: 65%;
        bottom: 0;
        top: 0;
        right: 0;
        z-index: 1020;
    }

    .expertise-item {
        display: flex !important;
        width: 100vw;
        padding: 0 4vw;
        border-right: .5vw solid var(--livui-turquoise);
    }

    .expertise-item img {
        height: auto;
        width: 14vw;
        margin-bottom: 2vw;
    }

    .expertise-controls {
        display: flex;
        justify-content: space-between;
        position: absolute;
        z-index: 1030;
        width: 80%;
    }
    
    .expertise-controls-button  {
        margin: 0 1vw;
        cursor: pointer;
        opacity: 1;
    }
    
    .expertise-controls-button img {   
        width: 12vw;
    }
}

@media only screen and (max-width: 768px) {
    .expertise-clouds,
    .expertise-palms {
        display: none;
    }
    
    .expertise-items {
        top: auto;
        bottom: 4vw;
        right: 0;
        width: auto;
        font-size: 4.3vw;
    }

    .expertise-container {
        height: 41vw;
    }
    
    .expertise-container:before {
        content: "";
        background: linear-gradient(to left, transparent 0%, #fff 50%);
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 65%;
        z-index: 1020;
    }
    
    .expertise-container:after {
        content: "";
        background: linear-gradient(to right, transparent 0%, #fff 50%);
        position: absolute;
        left: 65%;
        bottom: 0;
        top: 0;
        right: 0;
        z-index: 1020;
    }

    .expertise-item {
        width: 100vw;
        padding: 0 4vw;
        border-right: .5vw solid var(--livui-turquoise);
    }

    .expertise-item img {
        height: auto;
        width: 14vw;
        margin-bottom: 2vw;
    }

    .expertise-controls {
        display: flex;
        justify-content: space-between;
        position: absolute;
        z-index: 1030;
        width: 80%;
    }
    
    .expertise-controls-button  {
        margin: 0 1vw;
        cursor: pointer;
        opacity: 1;
    }
    
    .expertise-controls-button img {   
        width: 12vw;
    }
}

@media only screen and (max-width: 600px) {
    .expertise-clouds,
    .expertise-palms {
        display: none;
    }
    
    .expertise-items {
        top: auto;
        bottom: 4vw;
        right: 0;
        width: auto;
        font-size: 4.3vw;
    }

    .expertise-container {
        height: 41vw;
    }
    
    .expertise-container:before {
        content: "";
        background: linear-gradient(to left, transparent 0%, #fff 50%);
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 65%;
        z-index: 1020;
    }
    
    .expertise-container:after {
        content: "";
        background: linear-gradient(to right, transparent 0%, #fff 50%);
        position: absolute;
        left: 65%;
        bottom: 0;
        top: 0;
        right: 0;
        z-index: 1020;
    }

    .expertise-item {
        width: 100vw;
        border-right: none;
    }

    .expertise-item img {
        height: auto;
        width: 14vw;
        margin-bottom: 2vw;
    }

    .expertise-controls {
        display: flex;
        justify-content: space-between;
        position: absolute;
        z-index: 1030;
        width: 80%;
    }
    
    .expertise-controls-button  {
        margin: 0 1vw;
        cursor: pointer;
        opacity: 1;
    }
    
    .expertise-controls-button img {   
        width: 12vw;
    }
}

@media only screen and (max-width: 430px) {
    .expertise-container:before {
        content: "";
        background: linear-gradient(to left, transparent 0%, #fff 50%);
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 70%;
        z-index: 1020;
    }
    
    .expertise-container:after {
        content: "";
        background: linear-gradient(to right, transparent 0%, #fff 50%);
        position: absolute;
        left: 70%;
        bottom: 0;
        top: 0;
        right: 0;
        z-index: 1020;
    }

    .expertise-item {
        width: 100vw;
        border-right: none;
    }

    .expertise-item img {
        height: auto;
        width: 14vw;
        margin-bottom: 2vw;
    }

    .expertise-controls {
        display: flex;
        justify-content: space-between;
        position: absolute;
        z-index: 1030;
        width: 80%;
    }
    
    .expertise-controls-button  {
        margin: 0 1vw;
        cursor: pointer;
        opacity: 1;
    }
    
    .expertise-controls-button img {   
        width: 12vw;
    }
}

@media (hover: none) {
    .expertise-controls-button:hover  {
        opacity: .75;
    }
}
