.product-box {
    padding: 1.5rem;
}

.product-box__icon {
    display: inline-block;
    width: 45px;
    height: 33px;
    background-size: contain;
    background-repeat: no-repeat;

}

.product-box__heading {
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.2;

}

.product-box--web {
    background-color: rgb(32, 171, 142);
}

.product-box--server {
    background-color: #00204A;
}

.product-box--cloud {
    background-color: rgb(249, 187, 19);
}

.product-box--network {
    background-color: rgb(59, 106, 192);
}

.product-box--apm {
    background-color: rgb(17, 153, 158);
}

.product-box--rum {
    background-color: rgb(248, 88, 96);
}

.carousel-innner {
    min-height: 350px;
}

.carousel-item.active {
    min-height: 350px;
}

.hoverct::after {
    border-color: rgb(255, 253, 206) transparent transparent !important;
    border-style: solid;
    border-width: 16px 16px 0px;
    content: '';
    height: 0px;
    left: 61px;
    position: absolute;
    width: 0px;
}


.pricing-features li a {
    text-decoration: none !important;
    border-bottom: 1px dotted #cccccc;
}


.hoverct ul li {
    line-height: 1.2;
    font-size: 13px;
    margin-bottom: .25rem;
}

.hoverct {
    padding: 0px;
    bottom: 24px;
    left: -125px;
}

@media (min-width: 320px) {
    .hoverct-width {
        min-width: 280px;
        max-width: 300px;

    }
}

@media (min-width: 576px) {
    .hoverct-width {
        min-width: 320px;
        max-width: 360px;

    }
}


.hoverct::after {
    bottom: -21px;
    left: 50%;
    border-width: 10px 10px 10px;
}

.hoverct-container {
    padding: 8px 16px;
}

.hoverct-container > h5 {
    font-size: 1.0625rem;
}