#offersBox {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

#offersContainer {
  height: auto;
  display: block;
  width: 80%;
  margin: 0 auto;
}

.jobOffer {
  height: auto;
  margin-right: 20.5px;
  margin-left: 20.5px;
}
.jobOfferContainer {
  height: 30px;
  width: 100%;
}
.offerTitleContainer {
  height: 25px;
  width: 100%;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  color: black;
  display: flex;
  align-items: flex-start;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.jobDescriptionContainer::-webkit-scrollbar-track {
  background: #dedede;
}
.jobDescriptionContainer::-webkit-scrollbar-thumb {
  background: #b5b5b5;
}
.jobDescriptionContainer::-webkit-scrollbar {
  width: 3px;
}
.jobDescriptionContainer {
  width: calc(100% - 18px);
  color: black;
  height: 270px;
  overflow-y: auto;
  font-family: "Gotham";
  font-style: normal;
  font-size: 14px;
  padding-right: 18px;
  line-height: 18px;
}

.linkedinOffer img {
  width: 24px;
}

.postularse {
  width: 132px;
  height: 35px;
  border-bottom: 2px solid #ed1b2e;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  background-image: url("../../files/arrow.svg");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 44%;
  padding-top: 10px;
  cursor: pointer;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jobDescriptionContainer {
    max-height: 166px;
  }
  .offerTitleContainer {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 22px;
  }
  .jobOffer {
    margin-right: 4px;
    margin-left: 4px;
  }
  #offersContainer {
    min-height: unset;
    width: 90%;
  }
  #offersBox {
    min-height: unset;
    margin-bottom: 30px;
  }
}
