.sk-enterprise-performance-section {
    background: linear-gradient(312.81deg, #001136 32.81%, #002986 81.5%);
    padding: 44px 0 72px;
    position: relative;
    overflow: hidden;
}
.sk-enterprise-performance-section:before {
    content: '';
    background: #001136;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    position: absolute;
    display: n;
}
.sk-enterprise-performance-section:after {
    content: '';
    background: linear-gradient(to bottom, #002986 50%, #001F61 135%);
    width: 100%;
    height: 100%;
    right: 100%;
    top: 0;
    position: absolute;
    display: none;
}
.sk-performance-feature-card .icon {
    height: 40px;
    width: 40px;
    margin: auto;
    background: linear-gradient(90deg, rgba(0, 48, 157, 1) 0%, rgba(35, 76, 198, 1) 50%, rgba(0, 40, 130, 1) 100%);
    border-radius: 8px;
    border: 1px solid rgba(244, 244, 255, 0.5);
}
.sk-enterprise-performance-heading h2 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: center;
    color: #F4F4FF;
    margin-bottom: 40px;
}
.sk-performance-feature-card h4 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #F4F4FF;
    margin-bottom: 10px;
}
.sk-performance-feature-card p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #EAEAEA;
    max-width: 175px;
    margin: 0 auto;
}
.sk-performance-feature-card {
    padding: 64px 0;
    z-index: 99;
    position: relative;
}
.sk-enterprise-performance-features {
    border-top: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(246, 246, 247, 0.07) 0%, rgba(223, 231, 255, 0.07) 100%);
    border-image-slice: 1;
    border-bottom: 1px solid;
}
.sk-enterprise-performance-features .col-md-3 {
    border-right: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(246, 246, 247, 0.07) 0%, rgba(223, 231, 255, 0.07) 100%);
    border-image-slice: 1;
}
.sk-enterprise-performance-features .col-md-3:last-child {
    border-right: none;
}
.sk-performance-cta {
    text-align: center;
    margin-top: 54px;
}
.sk-performance-cta h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 57.6px;
    text-align: center;
    color: #F4F4FF;
    margin-bottom: 12px;
}
.sk-performance-cta p {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #F4F4FF;
    margin-bottom: 24px;
}
.sk-enterprise-performance-features {
    position: relative;
}
.gradient-box {
    position: absolute;
    width: 300px;
    height: 300px;
    background: #234CC6;
    box-shadow: 0 0 100px rgba(35, 76, 198, 0);
    border-radius: 9999px;
    filter: blur(85.35px);
    z-index: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease, opacity 0.4s ease, left 0.4s ease, top 0.4s ease;
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    .sk-enterprise-performance-section:after {
        display: block;
    }
}
@media screen and (min-width: 1200px) {
 .sk-enterprise-performance-heading h2 {
      font-size: 32px;
      line-height: 57.6px;
    }
}