.join-us-col-item{
  background-color: var(--white_color);
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.jusc-icon {
    margin-bottom: 10px;
}
.jusc-icon svg {
  width: 35px;
  fill: var(--light_blue__color);
}
.jusc-content h4 {
  margin-bottom: 3px;
  font-weight: 600;
  color: var(--secondary_color);
}
.jusc-content p {
    margin-bottom: 0px;
}
@media(min-width: 768px){
  .join-us-col-item:nth-child(2n+2){
    margin-right: 0px;
  }
  .join-us-col-item {
    flex-basis: 49%;
    margin-right: 2%;
  }
  .join-us-col-item {
    padding: 40px;
  }
}

@media(max-width: 767px){
  .join-us-col-item {
    flex-basis: 100%;
    margin-right: 0%;
  }
    .join-us-col-item {
    padding: 30px 20px;
  }