.careers {
  margin-top: 50px;
  margin-bottom: 50px;
}
.join-team-row {
  background: url("../images/careers-1-list-1.jpg");
  background-position: center center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.join-team-row.rtl{
  transform: scaleX(-1);
}
.join-team-row.rtl >div{
  transform: scaleX(-1);
  
}

.careers .job-container {
  position: relative;
  background: #f6f4f7;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  border-left: 10px solid #f6f4f7;
}
.careers .job-container p {
  margin-bottom: 0.1rem;
}
.careers .job-container .fa-chevron-right {
  position: absolute;
  right: 30px;
  color: #00a460;
  font-size: 25px;
}
.careers .country-location {
  color: #b0b0b0;
  font-style: italic;
}
.careers .job-title {
  width: calc(85% - 40px);
}
.careers .country-location {
  width: calc(85% - 40px);
}
.careers .job-container:hover {
  background: #58585a;
  cursor: pointer;
  color: white;
  border-left: 10px solid #00a460;
}
.careers .job-container:hover .fa-chevron-right {
  color: white;
}
@media only screen and (max-width: 991px) {
  .careers .careers-grid {
    margin-top: 30px;
  }
  .careers .job-col {
    padding: 0;
  }
}
