.top-content .carousel {
    box-shadow: 0 0 15px 0 #444;
}

.top-content .carousel-control-prev {
    left: -110px;
    border-bottom: 0;
}

.top-content .carousel-control-next {
    right: -110px;
    border-bottom: 0;
}

.top-content .carousel-indicators {
    bottom: -80px;
}

.top-content .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
}

.carousel-indicators li {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: black;
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.carousel-indicators .active {
    width: 48px;
    height: 48px;
    margin: 10px;
    background-color: black;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='gray' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='gray' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

@media (min-width: 992px) and (max-width: 1199px) {
    .top-content .carousel-control-prev {
        left: -92px;
    }
    .top-content .carousel-control-next {
        right: -92px;
    }
    .section-1-box .section-1-box-icon {
        width: 60px;
        height: 60px;
        font-size: 32px;
        line-height: 60px;
    }
}

.carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
}