.group-structure {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.gr-str {
  padding-right: 0px;
  padding-left: 0px;
}
.group-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 174px;
  padding-bottom: 20px;
}
.group-image img {
  max-width: 174px;
  width: 100%;
  height: 100%;
}
.companies {
  display: flex;
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
}
.right {
  display: flex;
}
.padding-bottom {
  padding-bottom: 50px;
}
.root {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header {
  display: flex;
  width: 600px;
  height: 50px;
  border: 4px solid #385d8a;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
  font-weight: 900;
  color: #385d8a;
  font-size: 1.5em;
  font-family: 'Montserrat', sans-serif;
}
.con-line {
  display: flex;
  width: 500px;
  height: 20px;
}
.line {
  width: 250px;
  height: 20px;
  border-right: 2px solid #558ed5;
}
.con-org {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.org {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  height: 100px;
  border: 2px solid #558ed5;
}
.org-right {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  height: 100px;
}
.org-number {
  display: flex;
  align-items: center;
  width: 60px;
  height: 96px;
  border-right: 2px solid #558ed5;
  justify-content: center;
  background-color: #558ed5;
  color: white;
  font-size: 0.7em;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.org-text {
  display: flex;
  align-items: center;
  width: 130px;
  height: 100px;
  justify-content: center;
  font-size: 0.7em;
  text-align: center;
  font-weight: bold;
  color: #737373;
  font-family: 'Montserrat', sans-serif;
}
.con-line-middle {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  height: 100px;
}
.line-middle {
  width: 100px;
  height: 50px;
}
.line-middle-1 {
  border-right: 2px solid #558ed5;
  border-bottom: 2px solid #558ed5;
}
.line-middle-2 {
  border-bottom: 2px solid #558ed5;
}
.line-middle-3 {
  border-right: 2px solid #558ed5;
}
@media only screen and (max-width: 900px) {
  .header {
    width: 300px;
    height: 50px;
    font-size: 1em;
  }
  .con-line {
    width: 250px;
    height: 10px;
  }
  .line {
    width: 125px;
    height: 10px;
  }
  .org {
    width: 100px;
    height: 50px;
  }
  .org-right {
    width: 100px;
    height: 50px;
  }
  .org-number {
    width: 30px;
    height: 46px;
    font-size: 0.4em;
  }
  .org-text {
    width: 65px;
    height: 50px;
    font-size: 0.4em;
  }
  .con-line-middle {
    width: 100px;
    height: 50px;
  }
  .line-middle {
    width: 50px;
    height: 25px;
  }
}
