.risk-management {
  position: relative;
  height: 350px;
  background-color: #1a1a1a;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /*! margin-top: 60px; */
  /*! margin-bottom: 60px; */
}

.risk-management img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.risk-management::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.95) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}

.title-risl-management {
  position: relative;
  z-index: 2;
  color: #c88e21;
  font-size: 2.2rem;
  font-weight: 900;
  padding: 0 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  direction: rtl;
}

.title-risl-management i {
  font-size: 1.5rem;
  color: #f4b94b;
  opacity: 0.8;
}

.geDiagramContainer {
  max-width: 100%;
  border: 1px solid transparent;
  margin-left: 4%;
  margin-top: 200px;
  touch-action: inherit !important;
}

.risk-management-container {
  overflow: auto;
  margin-bottom: 90px;
  /* margin-top: -160px; */
}

.more-risk {
  font-weight: bold;
  margin-bottom: 22px;
  margin-top: 44px;
  color: white;
  transition: 0.4s;
  cursor: pointer;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
}

.more-risk:hover {
  color: #df9c1e;
}

.rick_title_container {
  height: 135px;
  background-color: #0000009e;
  width: 933px;
  margin-left: 29px;
  position: absolute;
  margin-top: 14px;
  border-style: solid;
  border-color: #e39e1b;
  border-width: 3px;
}

@media only screen and (max-width: 1500px) {
  .title-risl-management {
    font-size: 1.8rem;
  }

  .rick_title_container {
    margin-left: 29px;
    width: 735px;
  }

  .geDiagramContainer {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .title-risl-management {
    font-size: 1.5rem;
    flex-direction: column;
    gap: 10px;
  }
}

@media only screen and (min-width: 2560px) {
  .geDiagramContainer {
    max-width: 100%;
    border: 1px solid transparent;
    margin-left: 26%;
    margin-top: 200px;
    touch-action: inherit !important;
  }
}