.img-text-wrap{
    display:flex;
    justify-content: start;
    align-items: center;
    gap:0.4em;
}
.two-img{
    display:flex;
    justify-content:space-between;
    align-items:start;
    gap:60px;
}
.two-img strong,
.two-img .paragraph{
    font-size:14px !important;
}

.two-img li{
    width:100%;
    display:flex;
    flex-direction:column;
}

.two-img li > img{
    margin-bottom:0.3em;
}