.container-job {
  margin-bottom: 7rem;
}


.container-job>div:nth-child(1) {
  width: 50%;
}

.container-job>div:nth-child(2) {
  width: 30%;
}

/* section job */
.job-description button {
  font-family: 'Articulat-Regular';
  background-color: transparent;
  border: none;
  margin: 0.75rem 0;
  color: #9393B8;
  transition: 0.2s;
  text-align: left;
  cursor: pointer;
  font-size: 35px;
}

.job-description button:hover {
  color: black;
  transition: 0.2s;
}

.job-description-button-active {
  color: black !important;
}

.job-image {
  width: 40%;
  padding: 2rem 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.job-image img {
  width: 100%;
}



/* end */

@media screen and (min-width:768px) and (max-width:1000px) {
  .container-job>div:nth-child(2) {
    width: 40%;
  }
}

@media screen and (max-width:768px) {
  .container-job>div:nth-child(1){
    width: 100%;
  }
  .container-job>div:nth-child(2){
    width: 100%;
  }
}

@media screen and (min-width:100px) and (max-width:1300px) {
  .job-description button{
    font-size: 23px;
  }
}