.carousel-control-prev:hover, .carousel-control-next:hover {
    opacity: 1;
    color: #272262;
}

.functions {
    background-color: white;
    border-radius: 50px;
    box-shadow: 0px 15px 20px 10px rgba(178,217,238,0.75);
}

.functions-mobile {
    background-color: white;
    border-radius: 50px;
    box-shadow: 0px 15px 20px 10px rgba(178,217,238,0.75);
}

#mobile-item .col-8 {
    padding: 0;
}

.functions-title {
    margin-top: 75px;
    margin-bottom: 30px;
}

.functions-title-mobile {
    margin-top: 30px;
    margin-bottom: 30px;
}

.carousel-inner {
    padding: 0;
}

@media screen and (min-width: 1600px) {
    #function-item {
        height: 100%;
        width: 540px;
    }
    .functions-mobile {
        display: none;
    }
}
@media screen and (max-width: 1600px) {
    #function-item {
        width: 450px;
        .text3x-large {
            font-size: 3rem;
        }
    }
    .functions-mobile {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    #function-item {
        width: 340px;
    }
    .carousel-inner img {
        height: 100px;
    }
}
@media screen and (max-width: 1000px) {
    #function-item {
        width: 250px;
    }
    .carousel-inner img {
        height: 100px;
    }
}
@media screen and (max-width: 800px) {
    .functions {
        display: none;
    }
    .functions-mobile {
        display: block;
    }
    .carousel-inner img {
        height: 100%;
    }
    #mobile-item {
        height: 450px;
    }
}

#mobile-indicators {
    position: initial;
    margin: 0;
}

#mobile-indicators .active {
    background-color: #4DA6D6;
}

#mobile-indicators li {
    background-color: white;
    border: 1px solid #4DA6D6;
    width: 20px;
    height: 19px;
    border-radius: 50%;
}

.functions-list {
    position: initial;
    display: block;
    margin: 0;
}

.functions-list .active {
    background-color: transparent;
    opacity: 1 !important;
    .divider-orange {
        opacity: 1 !important;
    }
}

.functions-list .row .divider-orange {
    opacity: 0;
}

.functions-list .row {
    opacity: 0.3;
}

.functions-list .row:hover {
    opacity: 1;
    cursor: pointer;

    .divider-orange {
        opacity: 1 !important;
    }
}