#orgs {
  padding: 4.17vw 12.76vw;
  position: relative;
}

#orgs::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 56.51vw;
  top: 0;
  left: 0;
  background-image: url("../../img/orgs/orgs-bg.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: -1;
}

#orgs .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 5.73vw;
}

#orgs .left-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.56vw;
}

#orgs .left-side img {
  width: 28.91vw;
  height: auto;
}

#orgs .right-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.3vw;
}

#orgs .right-side__org {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 1.82vw;
  padding: 1.04vw;
  height: 12.5vw;
  background: white;
  border-radius: 1.04vw;
  width: 100%;
}

#orgs .right-side__org img {
  width: 11.72vw;
  height: 10.26vw;
  margin: auto 0;
}

#orgs .right-side__org > img:nth-child(2) {
  display: none;
}

#orgs .right-side__org div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#orgs .right-side__org > div {
  height: 100%;
  padding-top: 0.52vw;
}

#orgs .right-side__org-name {
  font-family: TT Travels Medium;
  font-weight: 500;
  font-size: 1.5vw;
  line-height: 100%;
  letter-spacing: 0;
  color: #525253;
  margin-bottom: 0.52vw;
}

#orgs .right-side__org-name + span {
  font-family: TT Travels Regular;
  font-weight: 400;
  font-size: 1.08vw;
  line-height: 100%;
  letter-spacing: 0;
  color: #4dacd4;
  margin-bottom: 0.78vw;
}

#orgs .right-side__org a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.52vw;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 1vw;
  line-height: 100%;
  letter-spacing: 0;
  color: #264a59;
}

#orgs .right-side__org a img {
  width: 1.04vw;
  height: 1.04vw;
}

#orgs .right-side__org button {
  border: none;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 0.62vw;
  line-height: 140%;
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
  padding: 0.62vw 1.25vw;
  border-radius: 1.67vw;
  background: linear-gradient(90deg, #96ca08 0%, #4dacd4 100%);
  color: white;
  margin-top: auto;
}

@media (max-width: 575.5px) {
  #orgs {
    padding: 4.69vw 4.69vw 10.94vw;
  }

  #orgs::before {
    display: none;
  }

  #orgs .left-side {
    display: none;
  }

  #orgs .right-side {
    row-gap: 3.13vw;
    width: 100%;
  }

  #orgs .right-side__org {
    column-gap: 4.69vw;
    padding: 3.13vw;
    height: 37.5vw;
    border-radius: 3.13vw;
  }

  #orgs .right-side__org img {
    width: 28.44vw;
    height: 30vw;
  }

  #orgs .right-side__org > img:nth-child(1) {
    display: none;
  }

  #orgs .right-side__org > img:nth-child(2) {
    display: block;
  }

  #orgs .right-side__org > div {
    padding-top: 1.56vw;
  }

  #orgs .right-side__org-name {
    font-size: 4.06vw;
    line-height: 100%;
    margin-bottom: 0.63vw;
  }

  #orgs .right-side__org-name + span {
    font-size: 2.81vw;
    line-height: 3.44vw;
    margin-bottom: 1.56vw;
  }

  #orgs .right-side__org-name + span br {
    display: none;
  }

  #orgs .right-side__org a {
    column-gap: 1.56vw;
    font-size: 2.81vw;
    line-height: 3.44vw;
  }

  #orgs .right-side__org a img {
    width: 2.97vw;
    height: 2.97vw;
  }

  #orgs .right-side__org button {
    font-size: 1.72vw;
    line-height: normal;
    padding: 1.88vw 3.75vw;
    border-radius: 4.69vw;
  }
}
