 .modulo-puesto{
	padding-top:100px;
     padding-bottom:100px;
}

.modulo-puesto__intro {
    display: flex;
    justify-content: space-between;
    margin-bottom: 29px;
    gap: 43px;
    border-bottom: 1px solid #647f34;
    padding-bottom:20px;
  }
  .modulo-puesto__intro h2 {
    font-family: "Open Sans";
        font-size: 52px;
        font-style: normal;
        font-weight: 400;
        line-height: 64px; /* 123.077% */
        letter-spacing: -2.5px;
  }
  
  .modulo-puesto__intro .texto {
    font-family: "Open Sans";
    color: #393A38;
    max-width: 385px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.306px;
}
.modulo-puesto__contenido {
    display: flex;
    gap: 50px;
    align-items: end;
    margin-top:40px;
}

.modulo-puesto__contenido h3{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -2.35px;
}
.modulo-puesto__contenido .puesto{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    padding-top:5px;
    padding-bottom: 10px;
    border-bottom:1px solid #668136;
    margin-bottom: 30px;
    line-height: 16px;
    letter-spacing: -2%;
}

.modulo-puesto__contenido .contenido{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1.7%;
}
.modulo-puesto__contenido .col-content {
    max-width: 800px;
}

@media(min-width:800px){
    .modulo-puesto__contenido .col-img {
        padding-right: 80px;
        border-right: 1px solid #668136;
    }	
}

@media(max-width:800px){
    .modulo-puesto__contenido {
        flex-direction: column;
       align-items: center;
    }
    .modulo-puesto__intro {
        flex-direction: column;
        gap:32px;
    }
    .modulo-puesto__intro .texto{
        margin-top: 0px;
    }
    .modulo-puesto__intro h2{
        font-size: 36px;
    }
}