.indice-pbr-sed{
   background:#8BC53F;
   padding:70px 20px 80px;
   text-align:center;
	color:#35434C;
	font-family:Montserrat;
	margin-top: -10px;
}

.indice-pbr-sed h1{
    color:#fff;
    font-family:Montserrat;
    font-size:48px;
    font-weight:700;
    margin-bottom:40px;
}

.indice-pbr-sed p,
.indice-pbr-sed ol{
   font-family:Montserrat;
   max-width:900px;
   margin:0 auto 30px;
   color:#35434C;
   font-size:20px;
   line-height:1.8;
   text-align:justify;
}

.indice-pbr-sed ol{
    padding-left:25px;
}

.indice-pbr-sed h2{
    color:#006B4B;
    font-family:Montserrat;
    font-size:58px;
    font-weight:700;
    margin-bottom:15px;
}

.indice-pbr-sed hr{
 display:none;
}

.pbr-sed-grid{
    display:flex;
    justify-content:center;
    margin-top:50px;
}

.pbr-sed-grid a{
    display:block;
    transition:.25s;
}

.pbr-sed-grid a:hover{
    transform:translateY(-3px);
}

.pbr-sed-grid img{
    width:230px;      /* 380 Ajusta según el tamaño de tu imagen */
    max-width:100%;
    height:auto;
    display:block;
	 padding: 10px;
}

@media(max-width:768px){

    .indice-pbr-sed{

        padding:50px 15px;
    }

    .indice-pbr-sed h1{

        font-size:34px;
    }

    .indice-pbr-sed p,
    .indice-pbr-sed ol{

        font-size:17px;
    }

    .pbr-sed-card{

        width:100%;
        max-width:380px;
    }

    .pbr-sed-card img{

        width:70px;
    }

}