.events_organizers {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.events_organizers_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.events_organizers_image_container {
  display: flex;
  flex-direction: column;
}
.events_organizers_image_container img {
  width: 250px;
  margin: 0px 0px 20px 0px;
}
.events_organizers_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin: 100px 20px 60px 70px;
}
.events_organizers_orange_title {
  color: #ff551a;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 500;
}
.events_organizers_title {
  font-size: 28px;
  font-weight: 700;
}
.events_organizers_text {
  max-width: 520px;
  font-size: 20px;
  font-weight: 400;
}
.events_organizers_btn_container {
  margin-top: 40px;
  display: flex;
}
.events_organizers_orange {
  width: 225px;
  height: 50px;
  border-radius: 10px;
  background-color: #ff551a;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin-right: 25px;
}
.events_organizers_border {
  width: 225px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #ff551a;
  outline: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}
.events_organizers_orange:hover {
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #ff551a;
}
.events_organizers_border:hover {
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #ff551a;
}

@media only screen and (max-width: 1150px) {
  .events_organizers {
    margin-top: 20px;
  }
  .events_organizers_image_container {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .events_organizers_image_container img {
    width: 100%;
  }
  .events_organizers_container {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .events_organizers_box {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 25px 17px 25px 17px;
  }
  .events_organizers_orange_title {
    font-size: 16px;
  }
  .events_organizers_title {
    font-size: 18px;
  }
  .events_organizers_text {
    max-width: 290px;
    font-size: 14px;
  }
  .events_organizers_btn_container {
    margin-top: 13px;
    width: 100%;
  }
  .events_organizers_orange {
    width: 155px;
    height: 40px;
    font-size: 16px;
    margin-right: 9px;
  }
  .events_organizers_border {
    width: 155px;
    height: 40px;
    font-size: 16px;
  }
  .images_container {
    width: 95%;
  }
}
