.img-text-flex{display:flex;flex-flow:row nowrap;margin-bottom:60px;justify-content:center;gap:30px;}
.img-text-flex-item{}
.img-text-flex-item.info{min-width:70%;width:70%;}
.img-text-flex-item.img{min-width:200px;}
.image-circle{display:inline-block;width:200px;height:200px;border-radius:100px;background-position:center;border:1px solid #C0C0C0;}
.image-rounded{display:inline-block;width:250px;height:200px;border-radius:5px;background-position:center;border:1px solid #C0C0C0;}
a.get-quote{color:#2F2D2D;font-size:0.8em;font-weight:bold;text-decoration-color:#FF0000;}
a.get-quote+span{color:#FF0000;font-size:1.2em;margin-left:5px;}


@media screen and (min-width:100px){ 
.img-text-flex{gap:5px;flex-flow:column nowrap;}
.img-text-flex-item{text-align:center;}
}

@media screen and (min-width:481px){

}

@media screen and (min-width:641px){ 
.img-text-flex{gap:30px;flex-flow:row nowrap;}
.img-text-flex-item{text-align:left;}

}
@media screeen and(min-width:800px){ 
}

@media screen and (min-width:1025px){
}

@media screen and (min-width:1281px){ 
}

