.storyImg img{
   width: 50%;
       aspect-ratio: 3 / 2;
       object-fit: contain;
}

.coreSolutionsRight img{
     width: 50%;
       aspect-ratio: 3 / 2;
       object-fit: contain;
}

.logoImg{
    max-width: 120px;
}

#solutions h3{
    font-size: 17px;
}

#solutions p{
    font-size: 15px;
}

.storyImg img.dureLogo{
    width: 100%;
    aspect-ratio: inherit;
    height: auto;
}

.storyImg .text-3xl{
    height: 78px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media(min-width:320px) and (max-width:767px) {
   
    .storyImg img {
    width: 70%;
    }

    .storyImg .text-3xl{
        height: 60px;
    }
}