.img-text-flex{display:flex;flex-flow:row nowrap;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;}

.border-radius-5{border-radius:5px;}
.border-radius-10{border-radius:10px;}

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

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

}

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

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

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

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

