.accelerate_sec .coreinsights_list {
    max-width: 1200px;
    margin: auto;
}

.coreinsights_list .coreinsights_list_col {
    float: left;
}

.coreinsights_list .coreinsights_list_col.first {
    width: 895px;
}

.coreinsights_list .coreinsights_list_col.last {
    width: 290px;
    margin-left: 15px;
}

.coreinsights_list_col.first .coreinsights_list_item {
    float: left;
    width: 289px;
    margin-right: 14px;
}

.coreinsights_list_col.first .coreinsights_list_item:nth-child(4) {
    width: 592px;
    height: 274px;
}

.coreinsights_list .coreinsights_list_col.last .coreinsights_list_item:first-child {
    height: 418px;
}

.coreinsights_list_col.first .coreinsights_list_item:nth-child(3),
.coreinsights_list_col.first .coreinsights_list_item:nth-child(5),
.coreinsights_list_col.first .coreinsights_list_item:nth-child(6),
.coreinsights_list_col.first .coreinsights_list_item:last-child {
    margin-right: 0;
}

.coreinsights_list_col .coreinsights_list_item {
    position: relative;
    background: #f1f8ff;
    margin-bottom: 14px;
    height: 130px;
}

.coreinsights_list_col .coreinsights_list_item .item_details {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 5px 10px 0;
}

.coreinsights_list_col .coreinsights_list_item:before {
    content: '';
    width: 100%;
    height: 46px;
    position: absolute;
    background: #ff6801;
    transition: all 0.5s;
    left: 0;
    bottom: 0;
}

.coreinsights_list_col .coreinsights_list_item.blue:before {
    background: #253f78;
}

.coreinsights_list_col .coreinsights_list_item.red:before {
    background: rgb(216, 59, 81);
}

.coreinsights_list_col .coreinsights_list_item h6 {
    margin-top: auto;
    padding: 8px 0;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.coreinsights_list_col .coreinsights_list_item p {
    line-height: 23px;
    color: #1b1b1b;
    font-size: 15px;
}

.coreinsights_list_col .coreinsights_list_item h6:after {
    width: 20px;
    height: 15px;
    transform: rotate(90deg);
    position: absolute;
    right: -7px;
    top: 14px;
    content: "";
    display: block;
    background: url(../images/solution-detail-coreinsights/arrow.svg) no-repeat;
    background-size: 20px !important;
}

.coreinsights_list_col .coreinsights_list_item:hover h6:after {
    transform: rotate(-90deg);
}

.coreinsights_list_col .coreinsights_list_item .desc {
    opacity: 0.6;
    position: absolute;
    top: 8px;
}

.coreinsights_list_col .coreinsights_list_item:hover:before {
    height: 100%;
    animation-duration: 800ms, 800ms;
    animation-timing-function: ease, ease;
    animation-fill-mode: both, both;
    animation-play-state: running, running;
    animation-iteration-count: 1, 1;
}

.coreinsights_list_col .coreinsights_list_item:hover h6 {
    margin-top: 0;
    animation-name: keyframe13, keyframe14;
    animation-duration: 1200ms, 1200ms;
    animation-timing-function: ease, ease;
    animation-fill-mode: both, both;
    animation-play-state: running, running;
    animation-iteration-count: 1, 1;
    padding-bottom: 4px;
}

.coreinsights_list_col .coreinsights_list_item:hover .desc {
    opacity: 1;
    animation-name: keyframe21, keyframe22;
    animation-duration: 1500ms, 1500ms;
    animation-timing-function: ease, ease;
    animation-fill-mode: both, both;
    animation-play-state: running, running;
    animation-iteration-count: 1, 1;
    display: block;
    position: relative;
    top: 0;
}

.coreinsights_list_col .coreinsights_list_item:hover .desc p {
    color: #fff !important;
}

.business_impact_sec .business_impact_main {
    border-top: 1px dotted #1b1b1b;
}

.business_impact_list .impact_list_item {
    width: 16.6667%;
    float: left;
    text-align: center;
}

.business_impact_list .impact_list_item h6 {
    padding: 0;
    font-size: 17px;
}

.business_impact_list .impact_list_item .desc p {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0;
}

.business_impact_list .impact_list_item .circle-fill span {
    border: 5px solid #253f78;
    display: block;
    width: 24px;
    border-radius: 100%;
    height: 24px;
    margin: 13px auto;
}

.business_impact_list .impact_list_item .circle-svg {
    display: none;
    margin: auto;
    width: 50px;
    height: 50px;
}

.business_impact_list .impact_list_item .circle-svg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.business_impact_list .impact_list_item:hover .circle-svg {
    animation-name: keyframesvg1, keyframesvg2;
    animation-duration: 400ms, 400ms;
    animation-timing-function: ease, ease;
    animation-fill-mode: both, both;
    animation-play-state: running, running;
    animation-iteration-count: 1, 1;
    display: block;
}

.business_impact_list .impact_list_item:hover .circle-fill {
    display: none;
}


@keyframes keyframesvg2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes keyframesvg1 {
    0% {
        transform: translate(-25px, 0px) rotate(180deg) scale(1, 1);
    }

    100% {
        transform: translate(0, 0) rotate(180deg) scale(1, 1);
    }
}

@keyframes keyframe11 {
    0% {
        transform: rotate(0deg) scale(1, 0);
    }

    100% {
        transform: rotate(0deg) scale(1, 1);
    }
}

@keyframes keyframe20 {
    0% {
        transform-origin: 0px 390px;
    }

    100% {
        transform-origin: 0px 390px;
    }
}

@keyframes keyframe13 {
    0% {
        transform: translate(0px, 25px) rotate(0deg) scale(1, 1);
    }

    33.3333% {
        transform: translate(0px, 25px) rotate(0deg) scale(1, 1);
    }

    100% {
        transform: translate(0, 0) rotate(0deg) scale(1, 1);
    }
}

@keyframes keyframe14 {
    0% {
        opacity: 0;
    }

    33.3333% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes keyframe21 {
    0% {
        transform: translate(0px, 25px) rotate(0deg) scale(1, 1);
    }

    46.6667% {
        transform: translate(0px, 25px) rotate(0deg) scale(1, 1);
    }

    100% {
        transform: translate(0, 0) rotate(0deg) scale(1, 1);
    }
}

@keyframes keyframe22 {
    0% {
        opacity: 0;
    }

    46.6667% {
        opacity: 0;
    }

    100% {
        opacity: 0.8;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .coreinsights_list .coreinsights_list_col.first {
        width: 100%;
    }

    .coreinsights_list_col.first .coreinsights_list_item {
        float: left;
        width: 100%;
        margin: 0 0 10px;
    }

    .coreinsights_list_col .coreinsights_list_item {
        height: auto;
        margin: 0 0 10px;
    }

    .coreinsights_list_col .coreinsights_list_item:before {
        height: 42px;
        bottom: auto;
        top: 0;
    }

    .coreinsights_list_col .coreinsights_list_item .item_details {
        height: auto;
        padding: 5px 10px 15px;
    }

    .coreinsights_list_col .coreinsights_list_item h6 {
        margin: 0 0 6px;
        padding: 2px 0 10px;
    }

    .coreinsights_list_col .coreinsights_list_item .desc {
        opacity: 1;
        position: relative;
        top: 0;
        margin-bottom: 0;
    }

    .coreinsights_list_col.first .coreinsights_list_item:nth-child(4) {
        width: 100%;
        height: auto;
    }

    .coreinsights_list .coreinsights_list_col.last {
        width: 100%;
        margin-left: 0;
    }

    .coreinsights_list .coreinsights_list_col.last .coreinsights_list_item:first-child {
        height: auto;
    }

    .coreinsights_list_col .coreinsights_list_item.mobile-orange::before {
        background: #ff6801;
    }

    .business_impact_list .impact_list_item {
        width: 33.333%;
    }

    .business_impact_list .impact_list_item .desc p {
        line-height: 24px;
        font-size: 16px;
    }
}

@media all and (max-width: 767px) {


    .business_impact_list .impact_list_item {
        width: 100%;
    }

    .business_impact_list .impact_list_item .desc p {
        line-height: 24px;
        font-size: 16px;
    }

    .morethan_platform_overview {
        display: block;
    }

    .business_impact_list .impact_list_item {
        width: 100%;
    }

    .morethan_platform_overview .morethan_platform_img,
    .morethan_platform_overview .morethan_platform_content {
        width: 100%;
    }

    .morethan_platform_overview .morethan_platform_content {
        margin: 15px 0 0;
    }

    .page_global_sec .morethan_platform_overview p:last-child {
        padding-bottom: 0;
    }
}