.centeredFeature{
    margin: 80px 0;
    position: relative;
}
.centeredFeature__inner{
    padding: 240px 0;
    position: relative;
}
@media (max-width: 1199px){
    .centeredFeature__inner{
        padding: 200px 0;
    }
}
.centeredFeature__text{
    text-align: center;
    max-width: 46%;
    margin: 0 auto;
    color: #8247FF;
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px){
    .centeredFeature__text{
        max-width: 800px;
    }
}

.centeredFeature__text h4{
    margin-bottom: 115px;
}
@media (max-width: 1199px){
    .centeredFeature__text h4{
        margin-bottom: 40px;
    }
}

.centeredFeature__buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/*.centeredFeature__text [class^="btn-"]{*/
/*    margin: 0 20px;*/
/*}*/

[class^="centeredFeature__image"]{
    /* overflow: hidden; */
    position: absolute;
}
[class^="centeredFeature__image"] img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1000px;
}

.centeredFeature__image1{
    height: 249px;
    width: 249px;
    top: 1px;
    left: 206px;
}
@media (max-width: 1199px){
    .centeredFeature__image1{
        height: 97px;
        width: 97px;
        top: 70px;
        left: 0;
    }
}
.centeredFeature__image1::after {
	content: '';
	display: block;
	position: absolute;
	border-radius: 1000px;
	height: 160px;
	width: 160px;
	border: 30px solid #FFD96E;
	top: 50%;
	right: 50%;
	z-index: -1;
}
@media (max-width: 1199px){
    .centeredFeature__image1::after {
        height: 67px;
        width: 67px;
        border: 12px solid #FFD96E;
        top: 50%;
        right: 50%;
    }
}

.centeredFeature__image2{
    height: 131px;
    width: 131px;
    top: 73px;
    right: 240px;
    z-index: 1;
}
@media (max-width: 1199px){
    .centeredFeature__image2{
        height: 51px;
        width: 51px;
        top: 0px;
        right: 85px;
        z-index: 1;
    }
}

.centeredFeature__image3{
    height: 305px;
    width: 305px;
    top: 140px;
    right: 25px;
}
@media (max-width: 1199px){
    .centeredFeature__image3{
        height: 120px;
        width: 120px;
        top: 20px;
        right: 0;
    }
}
.centeredFeature__image3::after {
	content: '';
	display: block;
	position: absolute;
	border-radius: 1000px;
	height: 100px;
	width: 100px;
	border: 20px solid #F4646C;
	top: 70%;
	right: -10%;
	z-index: 1;
}
@media (max-width: 1199px){
    .centeredFeature__image3::after {
        height: 50px;
        width: 50px;
        border: 10px solid #F4646C;
        top: 70%;
        right: -10%;
    }
}

.centeredFeature__image4{
    height: 278px;
    width: 278px;
    bottom: 273px;
    left: -27px;
    z-index: 1;
}
@media (max-width: 1199px){
    .centeredFeature__image4{
        height: 109px;
        width: 109px;
        bottom: 25px;
        left: 0;
    }
}
.centeredFeature__image4::after {
	content: '';
	display: block;
	position: absolute;
	border-radius: 1000px;
	height: 50px;
	width: 50px;
	border: 10px solid #8247FF;
	top: 40%;
	right: -32%;
	z-index: 1;
}
@media (max-width: 1199px){
    .centeredFeature__image4::after {
        height: 25px;
        width: 25px;
        border: 5px solid #8247FF;
        top: 35%;
        right: -37%;
    }
}

.centeredFeature__image5{
    height: 156px;
    width: 156px;
    bottom: 196px;
    left: 187px;
}
@media (max-width: 1199px){
    .centeredFeature__image5{
        height: 61px;
        width: 61px;
        bottom: 0;
        left: 77px;
    }
}

.centeredFeature__image6{
    height: 270px;
    width: 270px;
    bottom: 130px;
    right: 170px;
}
@media (max-width: 1199px){
    .centeredFeature__image6{
        height: 105px;
        width: 105px;
        bottom: 70px;
        right: 0;
    }
}
.centeredFeature__image6::after {
	content: '';
	display: block;
	position: absolute;
	border-radius: 1000px;
	height: 110px;
	width: 110px;
	border: 20px solid #FFAB6C;
	top: 70%;
	right: 60%;
	z-index: 1;
}
@media (max-width: 1199px){
    .centeredFeature__image6::after {
        height: 55px;
        width: 55px;
        border: 10px solid #FFAB6C;
        top: 65%;
        right: 55%;
    }
}

.centeredFeature__image7{
    height: 180px;
    width: 180px;
    bottom: 0;
    left: 472px;
}
@media (max-width: 1199px){
    .centeredFeature__image7{
        display: none;
    }
}
.centeredFeature__image7::after {
	content: '';
	display: block;
	position: absolute;
	border-radius: 1000px;
	height: 110px;
	width: 110px;
	border: 20px solid #F4646C;
	top: 35%;
	right: 60%;
	z-index: -1;
}