.net9-fl{
margin-top:20px;
margin-bottom:20px;
display:flex;
flex-direction:row;
justify-content:space-between;
align-items:stretch
}
.fl-left{
width:50%;
}
.fl-right{
width:47%;

}
.fl-right img{
width:100%;
height:100%;
object-fit:cover;
}
.img-w-100{
width:100%;
height:300px;
object-fit:cover;
}
p.p-vspacing{
margin-top:10px;
margin-bottom:10px;
}

@media only screen and (max-width: 767px) {
.net9-fl{
flex-direction:column;
}
.fl-left, .fl-right{
width:100%;
}
}
