.frame-with-icon{margin-top: 50px; width: 100%; min-height: 150px; padding: 50px 15px 15px; display: block; position: relative; border-radius: 15px; -webkit-box-shadow: 12px 12px 20px 0px rgba(0,0,0,.16); -moz-box-shadow: 12px 12px 20px 0px rgba(0,0,0,.16); box-shadow: 12px 12px 20px 0px rgba(0,0,0,.16); background: #FFFCF7; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;}
.frame-with-icon .icon{position: absolute; top: 0; left: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width: 80px; height: 80px; background: #04422F; border-radius: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;}
.frame-with-icon .icon img{width: 50%; height: 50%; border-radius: 0 !important;}
.frame-with-icon .content{width: 100%; height: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-direction: normal; -webkit-box-orient: vertical; -moz-box-direction: normal; -moz-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
.frame-with-icon .content p + p{margin-top: 10px;}
@media screen and (max-width: 1549px){
.frame-with-icon .content p, 
.frame-with-icon .content span{font-size: 1rem !important;} 	  
}
@media screen and (max-width: 1199px){
.frame-with-icon .icon{width: 60px; height: 60px;}
}