.main-section {
  width: 100%;
  min-height: 800px;
  padding: 0 0.5%;
  position: relative;
  border-radius: 0px 0px 57px 57px;
  background: url("../images/about-page-hero.svg") no-repeat center / cover;
  margin: 0;
  padding: 0 2%;
  display: flex;
  align-items: center;
}
.main-section > div {
  width: 100%;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.main-section > div .about-image-page {
  width: 100%;
  height: 200px;
  background-color: transparent;
  margin: 50px 0;
}
.main-section h1 {
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 95vw;
}
.main-section p {
  font-size: clamp(15px, 3vw, 20px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  width: 95vw;
  max-width: 670px;
  margin: 50px 0;
}
.main-section > div div {
  border-radius: 25px 25px 0 0;
  line-height: 80px;
  font-size: clamp(20px, 4vw, 36px);
  font-weight: 500;
  color: #d62130;
  text-align: center;
  width: 95vw;
  background-color: #fff;
  max-width: 400px;
  height: 70px;
}
.partner {
  margin-top: 40px;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.scroller {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
}
.wrap {
  display: inline-block;
}
.wrap > div {
  width: 200px;
  height: 50px;
  display: inline-block;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.who {
  width: 100%;
  min-height: 870px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 55px;
}
.about-content {
  width: 500px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background: #fff url("../images/about.svg") no-repeat center;
  border-radius: 25px;
  padding: 20px;
  box-shadow: 0 0 10px #696969;
  margin: 10px;
}
.who > div:first-child {
  background: #fff url("../images/about-1.svg") no-repeat center;
}
.who > div:nth-child(3) {
  background: #fff url("../images/about-2.svg") no-repeat center;
}
.who > div:last-child {
  background: #fff url("../images/about-3.svg") no-repeat -86px center;
}
.about-content h1 {
  font-size: clamp(20px, 3vw, 36px);
  font-weight: 500;
  color: #d62130;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.who > div:nth-child(3) h1 div {
  top: -105px;
  left: 50%;
  height: 125px;
  position: absolute;
}
.who > div:last-child h1 div {
      width: 20%;
margin-left: 10px;
}
.who > div:last-child h1  {
justify-content: flex-start;

}
.about-content p {
  font-size: clamp(11px, 2vw, 20px);
  font-weight: 400;
  color: #70707c;
  font-size: clamp(11px, 1vw, 20px);
  font-weight: 400;
  color: #70707c;
}
.about-content p:first-of-type {
  margin-bottom: 30px;
}
.about-content span {
  font-weight: 800;
  color: #d62130;
}
.values{
  width: 95vw;
  min-height: 250px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
      margin: 0 auto;
}
.values>div:first-child{
  width: 270px;
  height: 80px;
}
.values>div{
      margin: 40px 0;
}
.global-of-box {
  max-width: 350px;
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 13px;
}
.global-of-box > div:first-child {
  width: 70px;
  height: 90%;
  border-radius: 5px;
}
.global-of-box > div:last-child {
  width: 90%;
  height: 90%;
  padding: 0 5px;
}
.global-of-box h1 {
  font-size: 14px;
  font-weight: 600;
}
.global-of-box p {
  font-size: 12px;
  font-weight: 400;
  color: #9291a5;
}
.global-image-box {
  display: none;
  width: 100%;
  height: 210px;
  margin: 30px 0;
}
.talk-sec{
  width: 100%;
  min-height: 1100px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.talk-sec>div:first-child{
  width: 100%;
  max-width: 400px;
  height: 360px;
  align-self: flex-start;
}
.talk-sec>div:last-child{
  width: 100%;
  max-width: 600px;
  height: 360px;
  align-self: flex-end;
}
.talk {
  padding: 30px;
  background-size: cover;
  width: 90vw;
  margin: 0 auto;
  border-radius: 25px;
  height: 270px;
  background: url("../images/talk.svg") no-repeat center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.talk h1 {
  font-size: clamp(18px, 3vw, 32px);
  font-weight: 500;
  max-width: 390px;
  color: #d62130;
}
.talk p {
  font-size: clamp(11px, 1.5vw, 20px);
  font-weight: 500;
  color: #70707c;
  width: 100%;
  max-width: 570px;
}
.talk button {
  font-size: 18px;
  font-weight: 500;
  width: 30vw;
  height: 55px;
  background-color: #ef363b;
  color: #fff;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  margin-top: 20%;
}
@media (max-width:1000px) {
  .about-content{
    width: 95vw;
    margin: 30px 10px;
  }
  .who{
    padding: 0;
  }
    .talk a {
    order: 1;
  }
  .talk button {
    width: 70vw;
    margin: 0;
  }
  .talk h1,
  .talk h1 {
    width: 95%;
    text-align: center;
  }
}