JSFiddle - React, Tailwind, and code Playground

by KIRAN VARTHI

HTML

<div class="serv_op">
    <img src="img/certificado.jpg" />
   <div class="serv_titulo_op">CERTIFICADOS</div>
 <div class="serv_text_op">Estamos certificados por la SUPER INTENDENCIA DEVIGILACIA  Y SEGURIDAD PRIVADA </div>
    </div>  

    <div  class="serv_op">
   <img src="img/certificado2.jpg" />
<div class="serv_titulo_op">UN AÑO DE GARANTÍA</div>
<div class="serv_text_op">En Security On siempre estamos pensando en su bienestar y en el de su establecimiento, por eso te ofrecemos  un año de garantía por defecto de fábrica.</div>

    </div>

CSS

.serv_op{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;    
    border-radius: 20px;
    border: 1px solid #999; 
    height:330px;
    text-align:center;
    background:#E2E2E1;
    float: left;
    width:350px;
    margin: 0 10px 0 0;
}
.serv_op img { width: 300px; height: 200px; background: #fff; margin: 20px; }