.together-world{
  padding: 120px 0;
}
.together-world-main-head h2 {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  margin: 0;
  letter-spacing: -0.02em;
  color: #12205e;
  padding: 0 0 24px 0;
  text-align: center;
}
.together-world-main-details p {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  color: #12205e;
  max-width: 623px;
}
.together-world-main {
  padding: 72px 0 0 0;
  display: flex;
  justify-content: center;
}
.together-world-wrapper {
  margin: 0 16px;
}
.together-world-img img {
  width: 174px;
  height: 174px;
  object-fit: cover;
  border-radius: 50%;
}
.together-world-details p {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  padding: 21px 0 0 0;
  text-align: center;
  color: #19366f;
}
.together-world-img {
  margin: 0 auto;
}

@media screen and (max-width: 1399px) {
  .together-world-img img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 1199px) {
  .together-world-img img {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 991px) {
  .together-world-main {
    overflow: auto;
    justify-content: flex-start;
  }
  .together-world-main::-webkit-scrollbar {
    display: none;
  }
  .together-world-img img {
    width: 144px;
    height: 144px;
  }
  .together-world-inner {
    flex: 0 0 176px;
    max-width: 176px;
  }
}

@media screen and (max-width: 767px) {
  .together-world-main {
    padding: 40px 0 0 30px;
  }
  .together-world-main-head h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .together-world-img {
    display: flex;
    justify-content: center;
  }
  .together-world-main-details p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 25px;
  }
  .together-world-details p {
    font-size: 14px;
    line-height: 16px;
  }
  .together-world-details p br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .together-world-inner {
    flex: 0 0 40vw;
    max-width: 40vw;
  }
  .together-world-main-head h2 {
    padding: 0 25px 16px;
  }
  .together-world-wrapper {
    margin: 0 10px;
  }
}
@media screen and (max-width: 425px) {
  .together-world-img img {
    width: 136px;
    height: 136px;
    aspect-ratio: 16/16;
  }
}