
#something-sec{
    /* height: 57.9375rem !important; */
    background-color: #D01F3120;
    position: relative;
    padding: 2rem;
    height: fit-content;
    overflow: hidden;
    border-radius: 1rem;
    padding: 10.83rem 7rem;
    /* padding: 16.83rem; */
}

#something-img{
    width: 100%;
}



.img-sec-div{
    width: 35.0625rem;
    height: 33.125rem;
    /* flex-shrink: 0; */
    border-radius: 1.5625rem;
    background: var(--red-5, rgba(208, 31, 49, 0.05));
    position: relative;
}


.im1{
    position: absolute;
    top: -20%;
    left: 4%;
}

.im3{
    position: absolute;
    top: -10%;
    right: -6%;
}

.im2{
    position: absolute;
    top: 30%;
    left: 4%;
}


.im4{
    position: absolute;
    top: 40%;
    right: -6%;
}

.im5{
    position: absolute;
    left: 50%;
    right: 50%;
    top: 65%;
    transform: translateX(-50%);
}


#image0_208_1290,
#image1_208_1290,
#image2_208_1290,
#image3_208_1290,
#image4_208_1290{
    animation: fadeIn ease 100s !important;
}

@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }


.thumb-icon{
    position: absolute;
    top: -32%;
    right: -6%;
}

.line-icon{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pep-img{
    width: 95%;
    height: 42rem;
}

.line-icon{
    width:34%
}

.mob-image{
    display: none;
}

.h2-bold{
    color: var(--blue-100, #203267);
    /* Web/H2 */
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.75rem; /* 115.385% */
}

.somthing-list{
    list-style: none;
}

.somthing-list li{
    list-style-image: url('../images/li_icon.svg');
    color: var(--dark-70, rgba(10, 16, 32, 0.70));

    /* Web/Base/Regular */
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem; /* 175% */
    padding: 1rem 0;
}

.pep-img-mob{
    display: none;
}

@media (max-width:991px) {
    .h2-bold{
        color: var(--blue-100, #203267);

        /* Mobile/H2 */
        font-size: 1.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2.5rem; /* 133.333% */
    }
   
    
    .somthing-list li{
        color: var(--dark-70, rgba(10, 16, 32, 0.70));

        /* Web/Base/Regular */
        font-family: Roboto;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.75rem; /* 175% */
        }

    .thumb-icon {
        /* position: absolute;
        top: -2%;
        right: -9%;
        width: 50%; */
        position: absolute;
        top: -17%;
        right: -13%;
        width: 49%;
    }
    .img-sec{
        order: 2;
    }
    .text-section{
        order: 1;
    }
    
    #something-sec{
        height: 100%;
        padding: 1rem;
    }
    .line-icon{
        bottom: 36%;
        top: inherit;

    }

}

@media (max-width:768px) {
    .mob-image{
        display: block;
    }
    .web-image{
        display: none;
    }
}

@media (max-width:786px) {
    .thumb-icon{
        top: -6%;
    }
    .pep-img{
        display: none;
    }
    .pep-img-mob{
        width: 100%;
        display: block;
    }
}

@media (max-width:416px) {
    .thumb-icon{
        top: -3%;
    }    
}

@media (max-width:393px) {
    .line-icon{
        bottom: 15%;
        top: inherit;
    }
}

