.img-responsive-what-is-sow{
width: 100% !important;
}
.display-flex{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 5%;
position: relative;
}
.display-flex-no-wrap{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
gap: 5%;
position: relative;
}
.what-is-sow{
padding: 80px 0px;
}
.flex-column{
width: 45%;
min-width: 300px;
margin: 10px 0px;
}
.content-image{
position: relative;
display: flex;
justify-content: center;
}
.active .content-image .sticker-lhs{
transform: rotate(3deg);
}
.active .content-image .key-graphic{
transform: translate(-3px, 3px) scaleX(-1) ;
}
.active .content-image > img{
transform: scale(0.99);
}
.content-image > img{
max-height: 250px;
border-radius: 10px;
width: 75%;
object-fit: cover;
transition: all 0.5s ease-in-out;
}
.sticker-lhs{
transition: all 0.5s ease-in-out;
position: absolute;
top: -50px;
right: 0px;
width: 25% ;
height: 25%;
min-width: 100px;
min-height: 100px;
display: inline-block;
}
.sticker-lhs img{
object-fit: contain;
width: 100% !important;
}
.content-image .key-graphic{
position: absolute;
top: -15%;
left: 0;
transition: all 0.5s ease-in-out;
height: 130%;
display: inline-block;
transform: scaleX(-1) ;
width: 100%;
max-width: 30%;
}
.key-graphic img{
object-fit:contain;
height: 100%;
width: 100%;
}