.text-icon {
    position: relative;
    background: #F7FBFF;
    padding: 35px 0 45px;
}

.text-icon-heading {
    text-align: center;
    margin-bottom: 25px;
}

.text-icon-heading .sub-heading {
    margin-bottom: 4px;
}

.text-icon-heading p {
    padding: 0 0 16px 0;
}

.text-icon-small-images {
	width: 510px;
	height: 351px;
	position: absolute;
	left: 666px;
	bottom: 269px;
}

.text-icon-small-images [class^="text-icon-small-images-item"] {
    position: absolute;
	width: 132px;
	height: 132px;
}

.text-icon-small-images [class^="text-icon-small-images-item"] img {
    position: relative;
    width: 100%;
    height: 100%;
	border-radius: 50%;
	border: 4px solid #74B4FF;
    z-index: 2;
}

.text-icon-small-images .text-icon-small-images-item-1 {
    top: 0;
    left: 0;
}

.text-icon-small-images .text-icon-small-images-item-2 {
    top: 30px;
    left: 226px;
}

.text-icon-small-images .text-icon-small-images-item-3 {
    bottom: 0;
    right: 0;
}

.text-icon-small-images [class^="text-icon-small-images-item"] svg {
    position: absolute;
    z-index: 1;
}

.text-icon-small-images .text-icon-small-images-item-1 svg {
    top: 100px;
    left: 65px;
}

.text-icon-small-images .text-icon-small-images-item-2 svg {
    top: 95px;
    left: -94px;
}

.text-icon-small-images .text-icon-small-images-item-3 svg {
    top: 0;
    right: 53px;
}

.text-icon-image {
    height: 100px;
    width: 100px;
    border-radius: 25px;
    border: 1px solid #CCD6E3;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    box-shadow: 0 8px 25px rgba(12,53,101,0.1);
}

.text-icon-image i {
    border-radius: 20px;
    width: 84px;
    height: 84px;
    background: rgb(12,53,101);
    background: linear-gradient(13deg, rgba(12,53,101,1) 0%, rgba(6,94,197,1) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 54px;
}

.text-icon-item-content {
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #CCD6E3;
    box-shadow: 0 8px 25px rgba(12,53,101,0.1);
    padding: 30px 19px 20px 19px;
    text-align: center;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

.text-icon-arrow {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, 0) rotate(114deg);
}

.text-icon-item {
    margin-bottom: 67px;
    position: relative;
}

.text-icon-item::after {
    content: "+";
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(12,53,101,0.1);
    border: 1px solid #CCD6E3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #065EC5;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 12px;
    bottom: -40px;
    line-height: 1em;
    padding-bottom: 4px;
    padding-left: 1px;
    font-weight: 400;
}

.text-icon-item:last-child:after {
    display: none;
}

.text-icon-item:last-child {
    margin-top: 88px;
    margin-bottom: 0;
}

.text-icon-item:nth-child(3):after {
    content: "=";
}

.text-icon-item-content h3 {
    line-height: 1.5em;
    padding-bottom: 8px;
    font-size: 24px;
}

.text-icon-item-content .btn {
    margin-top: 10px;
    width: fit-content;
}

.text-icon-item:last-child .text-icon-item-content {
    padding: 16px 19px 20px 19px;
}



@media(min-width: 768px) {
    .text-icon-heading {
        text-align: left;
        padding: 0 55px;
        margin-bottom: 35px;
    }

    .text-icon-item-content {
        text-align: left;
        margin-top: 0;
        margin-left: 45px;
        padding: 22px 30px 25px 30px;
    }

    .text-icon-image {
        position: absolute;
        left: 0;
        top: 0;
    }

    .text-icon-item {
        padding-top: 45px;
        margin-bottom: 20px;
    }

    .text-icon-arrow {
        left: unset;
        bottom: -60px;
        transform: translate(0, 0) rotate(114deg);
        right: 5px;
    }

    .text-icon-item:after {
        left: unset;
        transform: unset;
        margin-left: 0;
        bottom: -39px;
        right: 8px;
    }

    .text-icon-item-content h3 {
        margin-left: 35px;
    }

    .text-icon-item:last-child {
        margin-top: 20px;
        width: 325px;
        margin-left: auto;
    }

    .text-icon-item:last-child .text-icon-item-content h3 {
        margin-left: 0;
        text-align: center;
    }

    .text-icon-item-content .btn {
        margin-top: 10px;
        margin: 10px auto 0;
    }

    .text-icon-item:last-child .text-icon-item-content {
        margin: 0;
    }
    
    .text-icon-left-images {
        width: 1564px;
        height: 768px;
        position: absolute;
        left: -172px;
        bottom: 0;
        transform: scale(0.469);
        transform-origin: left bottom;
    }

    .text-icon-man-image {
        position: relative;
        z-index: 2;
    }

    .text-icon {
        padding: 65px 0 175px;
    }
}

@media(min-width: 1200px) {
    .text-icon-wrapper {
        display: flex;
        align-items: flex-start;
    }

    .text-icon-heading {
        width: 490px;
        padding: 0 0 630px;
        margin-bottom: 0;
    }

    .text-icon-list {
        width: calc(100% - 490px);
        padding-left: 50px;
    }

    .text-icon {
        padding: 100px 0 124px;
    }

    .text-icon-item:last-child {
        width: 385px;
    }

    .text-icon-item-content h3 {
        margin-left: 35px;
    }

    .text-icon-item-content {
        padding: 22px 30px 20px 30px;
    }

    .text-icon-item {
        margin-bottom: 25px;
    }

    .text-icon-item:after {
        bottom: -44px;
        right: 11px;
    }

    .text-icon-arrow {
        right: 10px;
        bottom: -66px;
    }

    .text-icon-left-images {
        left: -254px;
        transform: scale(0.7);
    }
}

@media (min-width: 1400px) {
    .text-icon-left-images {
        transform: scale(0.8);
    }
}

@media (min-width: 1900px) {
    .text-icon-left-images {
        left: -324px;
        transform: scale(1);
    }
}
@media (min-width: 320px) and (max-width: 768px) {
.text-icon-item-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
}