.experiencia__container{
    border-left: 2rem solid #04f6e7;
    border-right: 2rem solid  #04f6e7;

    padding-bottom: 5rem;

}

.experiencia__row__title{
    padding-top:5rem;
    padding-bottom:5rem;
}

.experiencia_title{
    text-align: center;
    font-size: 24px;
    color: black;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;

    border-left: 0.5rem solid #04f6e7;
    border-right: 0.5rem solid  #04f6e7;
    
    margin-left: 3rem ;
    margin-right: 3rem ;
}

.experiencia__card__col{
    margin-bottom: 0;
}

.experiencia__card__title{
    font-size: 18px;
    font-family: "Telegraf";
    font-weight: 800;
    font-style: normal;

    text-align: center;
    margin-bottom: 2.5rem;
}

.experiencia__card__paragraph{
    font-size: 17px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;

    text-align: center;

    padding-left: 4rem;
    padding-right: 4rem;
}

.experiencia__card__tick{

  display: flex;         
  justify-content: center; /* horizontal alignment */
  align-items: center;    /* vertical alignment */
  height: auto;
  margin-bottom: 3rem;
  

}

.experiencia__card__tick__line { 
    fill: none; 
    stroke: black; 
    stroke-width: 4px; 
    stroke-linecap: round; 
}

@media (max-width: 576px) {
    .experiencia__container{
        border-left: 1rem solid #04f6e7;
        border-right: 1rem solid  #04f6e7;

        padding-bottom: 0;

    }

    .experiencia__row__title{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .experiencia_title{
        
        font-size: 17px;

        border-left: 0.25rem solid #04f6e7;
        border-right: 0.25rem solid  #04f6e7;
        
        margin-left: 0.2rem ;
        margin-right: 0.2rem ;
    }

    .experiencia__card__col{
        margin-bottom: 2rem;
    }

    .experiencia__card__title{
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .experiencia__card__paragraph{
        font-size: 17px;

        padding-left: 1rem;
        padding-right: 1rem;
    }

    .experiencia__card__tick{

        margin-bottom: 2rem;
    

    }

    /* .experiencia__card__tick__line { 
        fill: none; 
        stroke: black; 
        stroke-width: 4px; 
        stroke-linecap: round; 
    } */

}