.section-circles-circle {
    width: 300px;
    height: 300px;
    background: #BF1F1F;
    border-radius: 50%;
    color: #fff;
    transition: box-shadow .2s;
}

    .section-circles-circle:hover {
        color: #fff;
    }

.section-circles-icon {
    font-size: 100px;
}

    .section-circles-icon {
        height: 130px;
    }
    .section-circles-icon img {
        height: 110px;
    }

.section-circles-text {
    font-size: 26px;
}

.circles-tab-content {
    background: hsla(194, 95%, 16%, 0.09);
    border-radius: 100px;
}
.circles-tab-content-inner {
    padding: 100px;
}
.circles-tab-link.active::after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    background: #bf1f1f;
    bottom: -110px;
    left: 50%;
    margin-left: -40px;
    border: 10px solid #ffffff;
}

.circles-tab-content.mobile {
    margin-top: 70px;
}

@media only screen and (max-width: 1199px) {
    .section-circles-circle {
        width: 250px;
        height: 250px;
    }
    .section-circles-icon {
        height: 80px;
    }
    .section-circles-icon img {
        height: 80px;
    }
    .section-circles-text {
        font-size: 20px;
    }
    .circles-tab-content {
        border-radius: 70px;
    }

    .circles-tab-content-inner {
        padding: 80px 60px;
    }
}

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

    .section-circles-circle {
        width: 180px;
        height: 180px;
    }
    .section-circles-text {
        font-size: 18px;
    }
    .circles-tab-content {
        border-radius: 40px;
    }

    .circles-tab-content-inner {
        padding: 80px 40px;
    }
}

@media only screen and (max-width: 575px) {
    .circles-tab-content-inner {
        padding: 80px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .circle-tabs-open-container {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .circles-tab-content.mobile {
        display: none;
    }
}