.success-error-msg .success {
    font-family: "acumin-pro-condensed";
    font-weight: 800;
    font-style: normal;
    display: block;
    color: #647d3b;
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px
}
.success-error-msg .error {
    font-family: "acumin-pro-condensed";
    font-weight: 800;
    font-style: normal;
    display: block;
    color: #ec5840;
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px
}
.posting-row {
    padding: 38px 42px 36.5px 46px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    box-shadow: 2px 6px 8px 0 rgba(0,0,0,.16);
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
}
.posting-row h2 {
  margin: 10px 0 40px;
  width: 100%;
}
.details-white-box>div h2+.info {
  border-left: unset;
  padding-left: 0;
}
.posting-row .info {
    width: 25%;
    padding:0 2rem;
}
.posting-row .info:nth-child(3) {
  border-left: solid 2px #f4f2f0;
  border-right: solid 2px #f4f2f0;
}
.posting-row .gray-text {
    display: block;
    font-family: "acumin-pro-condensed";
    font-weight: 800;
    font-style: normal;
    font-size: 17px;
    line-height: 1;
    color: #505050;
    margin-bottom: 16px;
}
.posting-row .name-location {
  color: #505050;
}
@media screen and (max-width: 767px) {
  .posting-row {
    padding: 38px 15px;
  }
  .posting-row h2 {
    text-align: center;
  }
  .posting-row .info {
    padding: 0 20px 10px;
    border-bottom: solid 2px #f4f2f0;
    margin: 10px 0;
    border-left: unset;
    width: 100%;
  }
  .details-white-box>.posting-row h2+.info {
    padding-left: 20px;
  }
  .posting-row .info:nth-child(3) {
    border-left: unset;
    border-right: unset;
  }
  .posting-row .links {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 48rem) and (max-width: 980px) {
  .posting-row .info {
    width: 33.3%;
  }
  .posting-row .links {
    margin-top: 1.5rem;
  }
}