      .certiTitle{
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
        font-size:40px;
        line-height:40px;
        letter-spacing:-0.047em;
        color:#274988;
      }
      
      .certiSubtitle{
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
        font-size:18px;
        line-height:18px;
        letter-spacing:0.03em;
      }

      .certiText{
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
        font-size:17px;
        line-height:20px;
        letter-spacing:-0.01em;
        padding-bottom:14px;
      }
      
       
 
      .certiWrapper{
        display:flex;
        padding:29px 0;
        width:100%;
        /*background-color:brown;*/
      }
      
      .certi{
        display:flex;
        width:100%;
        background-color:white;
        justify-content:center;
        box-shadow:0 0 50px #D5DCF5;
      }
      
      .certiContainer{
        display:flex;
        width:100%;
        max-width:1148px;
        justify-content:space-between;
        /*background-color:purple;*/
      }
      
      .certiSpace{
        display:flex;
        position:relative;
        width:455px;
        height:450px;
        /*background-color:darkblue;*/
      }
      
      .certiPicture{
        display:flex;
        position:absolute;
        width:455px;
        height:509px;
        background-color:black;
        top:50%;
        transform:translateY(-50%);
        left:0;
        border-radius:15px;
      }
      
      .certi img{
        width:100%;
        object-position:center;
        object-fit:cover;
        border-radius:15px;
      }
      
      .certiParrafo{
        display:flex;
        flex-direction:column;
        width:100%;
        max-width:601px;
        gap:22px;
        /*background-color:lightblue;*/
        justify-content:center;
      }
      
      .certiCofepris{
        display:flex;
        width:232px;
        height:56px;
        /*background-color:black;*/
      }

      .certiCofepris img{
        width:100%;
        object-position:center;
        object-fit:cover;
      }


      @media(max-width:1200px){


        .certiContainer{
          width: 100%;
          padding: 0 20px;
          gap:30px;
        }

        .certiSpace{
          width: 330px;
          flex-shrink: 0;
        }

        .certiPicture{
          width: 100%;
        }

        .certiPicture img{
          object-position: left;
        }



      }


            @media(max-width:856px){

              .certiContainer{
                flex-direction: column;
                align-items: center;
              }

              .certiSpace{
                order: 2;
                width: 80%;
                height: 100px;
              }

              .certiPicture{
                height: 390px;
                background-color: orange;
                transform: translateY(0%);
                top: 0;
              }

              .certiParrafo{
                text-align: center;
                align-items: center;
              }

              .certi{
                padding: 40px 0;
              }

              .certiWrapper{
                padding-top: 0;
                padding-bottom: 290px;
              }




            }
      


            @media(max-width:700px){


              .certiTitle{
                font-size: 28px;
                line-height: 28px;
              }

        .certiSubtitle{
          font-size: 16px;
          line-height: 16px;
        }

        .certiParrafo{
          gap:20px;
        }

        .certiText{
          font-size: 16px;
          line-height: 19px;
        }
        


            }