.text-image {
    padding: 45px 0;
    position: relative;
    /* overflow: hidden; */
}
.page-id-450 .text-image {
    padding: 0;
}


.text-image .text-image-wrapper {
    display: flex;
    align-items: center;
    gap: 30px 60px;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
}

.text-image *::marker {
    color: #FFBC40;
}

.text-image .image-wrapper {
    flex: 1 auto;
    width: 40%;
    display: flex;
    justify-content: center;
    position: relative;
    /* max-width: 300px; */
    margin: 0 auto;
    padding: 20px;
}

.text-image .image-wrapper .img::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 53%;
    top: 47%;
    transform: translateY(-50%) translateX(-50%);
    border: 1px dashed #E81F76;
    border-radius: 50%;
    width: 100%;
    height: auto;
    z-index: 0;
    aspect-ratio: 1;
}
.text-image .image-wrapper .img {
    position: relative;
    display: flex;
    align-self: baseline;
}
.text-image .image-wrapper .img img{
    position: relative;
    z-index: 2;
}

.text-image .image-wrapper .image-logo {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    max-width: 193px;
    width: 46%;
}
.text-image .image-wrapper .image-logo svg{
    width: 100%;
}


.text-image+.text-image .image-wrapper .image-logo .fill-dot {
    fill: #000;
}

.text-image+.text-image+.text-image .image-wrapper .image-logo .fill-dot {
    fill: #fff;
}

.text-image+.text-image .image-wrapper .image-logo svg {
    transform: rotateZ(30deg);
}

.text-image+.text-image+.text-image .image-wrapper .image-logo svg {
    transform: none;
}

.text-image+.text-image .image-wrapper .image-logo {
    top: 40%;
    display: flex;
}

.text-image+.text-image+.text-image .image-wrapper .image-logo {
    left: 75%;
    top: 80%;
    display: flex;
}

.text-image .image-wrapper img {
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
    z-index: 1;
}

.text-image .text-wrapper ul,
.text-image .text-wrapper ol {
    padding-left: 16px;
}

.text-image .text-wrapper h2 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 17px;
}

.text-image .text-wrapper h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 150px;
    height: 3px;
    background: #E81F76;
}
.text-image .text-wrapper p{
    margin-bottom: 15px;
}
.text-image .text-wrapper {
    width: 60%;
    flex: 1 auto;
    color: #161616;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.text-image .text-wrapper li {
margin-bottom: 15px;
}
@media (max-width:1600px) {
    .text-image .image-wrapper .image-logo{
        left: 10%;
    }
}
@media (max-width:1440px) {
    .text-image .image-wrapper .img {
        position: -webkit-sticky;
        position: sticky;
        top: 130px;
        
    }
    .text-image .text-image-wrapper {
        align-items: stretch;
    }
}
@media (min-width:768px) {
    .text-image.block-reverse .text-image-wrapper {
        flex-direction: row-reverse;
    }
}

@media (max-width:768px) {
    .text-image .text-image-wrapper {
        flex-wrap: wrap;
    }
}

@media (max-width:479px) {
 
    .text-image .container{
        padding: 0;
    }
    .text-image .text-image-wrapper{
        padding: 0 15px
    }
}