.frame-with-number{width: 100%; min-height: 250px; padding: 40px; 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-number .number{position: absolute; top: -20px; right: -20px; width: 80px; height: 80px; background: #3D806A; color: #FFF; font-size: 3rem; font-weight: 700; 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-number .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-number .content p + p{margin-top: 10px;}
.wp-block-columns .wp-block-column:first-child .frame-with-number{margin-bottom: 30%;}
.wp-block-columns .wp-block-column:last-child .frame-with-number{margin-top: 30%;}
.wp-block-columns .wp-block-column:not(:last-child):not(:first-child) .frame-with-number{margin-top: 15%; margin-bottom: 15%;}
@media screen and (max-width: 1549px){
.frame-with-number .content p, 
.frame-with-number .content span{font-size: 1.2rem !important;} 
}
@media screen and (max-width: 1199px){
.frame-with-number .content p, 
.frame-with-number .content span{font-size: 1rem !important;} 	  
}
@media screen and (max-width: 767px){
.wp-block-columns .wp-block-column:first-child .frame-with-number{margin-bottom: 0;}
.wp-block-columns .wp-block-column:last-child .frame-with-number{margin-top: 0;}
}