.main-section {
  width: 100%;
  height: 800px;
  background: url("../images/Group\ --a.webp") no-repeat center / cover;
  display: flex;
  justify-content: center;
}
.main-section > div {
  width: 385px;
  height: 150px;
  position: relative;
  top: 15%;
}
.analysis {
  width: 90%;
  margin: 50px auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}

.analysis > div {
  width: 230px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px #e5e5e5;
  margin: 20px;
}
.analysis span:first-child {
  font-size: 32px;
  font-weight: 700;
}
.analysis span:first-child::before {
  content: "+  ";
  font-size: 32px;
  font-weight: 700;
}
.analysis span:last-child {
  font-size: 18px;
  font-weight: 400;
  color: #b0b0b0;
}

.who {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 40px;
  margin-top: 150px;
}
.who > div:first-child {
  width: 50%;
  min-width: 300px;
  background: #ffffff url("../images/Group.webp") no-repeat right bottom / 428px
    320px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 24px;
  padding: 0 20px;
  margin: 15px;
  box-shadow: 0 0 10px #e5e5e5;
}
.who h1 {
  font-size: 32px;
  font-weight: 600;
}
.who span {
  color: #ef363b;
  font-weight: 600;
}
.who p {
  color: #878787;
  font-size: clamp(10px, 1.5vw, 20px);
  font-weight: 400;
  height: 35%;
  line-height: 30px;
}
.who > div:last-child {
  width: 500px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.who > div:last-child > div {
  width: 230px;
  height: 200px;
  margin-bottom: 20px;
}
.who > div:last-child img {
  object-fit: cover;
  border-radius: 27px;
}

.who > div:last-child > div:first-child {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
.our-mission {
  width: 100%;
  height: 1000px;
  background: url("../images/our-miss.webp") no-repeat center / cover;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 5%;
}
.our-mission > div {
  min-width: 500px;
  max-width: 650px;
  min-height: 350px;
  background-color: #fff;
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 25px;
  box-shadow: 0 0 10px #e5e5e5;
}
.our-mission > div > div {
  width: 300px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-mission h1 {
  font-size: clamp(15px, 7vw, 32px);
  font-weight: 600;
  color: #a42e31;
}
.our-mission span {
  width: 100px;
  height: 100%;
}
.our-mission p {
  font-size: clamp(14px, 3vw, 20px);
  font-weight: 400;
  color: #797979;
}
.our-mission > div:last-child {
  align-self: flex-end;
}
.our-values {
  width: 100%;
  min-height: 900px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.our-values h1 {
  font-size: 32px;
  font-weight: 500;
  color: #ef363b;
  height: 100px;
  
}
.value-boxes {
  width: 100%;
  min-height: 700px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.value-boxes > div {
  width: 400px;
  min-height: 325px;
  background-color: #fff;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 20px;
  border-radius: 20px;
    box-shadow: 0 0 10px #e5e5e5;

}
.value-boxes>div>div{
    height: 80px;
    display: flex;
    align-items: center;
}
.value-boxes span {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.value-boxes p {
    color: #797979;
  font-size: clamp(14px, 3vw, 20px);
  font-weight: 400;
}

.value-boxes h4 {
  font-size: clamp(15px, 7vw, 30px);
  font-weight: 500;
}

.partner {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  overflow-x: hidden;
}
.scroller {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
}
.wrap {
  display: inline-block;
}
.wrap > div {
  width: 200px;
  height: 32px;
  display: inline-block;
}

.talk {
  width: 100%;
  height: 310px;
  background: linear-gradient(to right, #fffbfb 0%, #ffdddd 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.talk h1 {
  font-size: clamp(18px, 3vw, 32px);
  font-weight: 500;
  text-align: center;
}
.talk button {
  font-size: 18px;
  font-weight: 500;
  width: 155px;
  height: 55px;
  background-color: #ef363b;
  color: #fff;
  border-radius: 12px;
  border: none;
  cursor: pointer;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 600px) {
  .main-section > div {
    width: 100%;
    padding: 0 10px;
  }
  .our-mission > div {
    width: 90%;
    min-width: 90%;
  }
  .our-mission > div > div {
    width: 100%;
  }
  .our-mission > div:last-child {
    align-self: center;
  }
  .our-mission {
    padding: 0;
    align-items: center;
  }
  .our-mission span {
    width: 30%;
  }
}
@media (max-width: 1150px) {
  .who > div:first-child {
    width: 95%;
    min-width: 95%;
    height: 350px;
    margin: 0 0 50px 0;
  }
  .who > div:last-child {
    width: 80%;
    min-width: 80%;
  }
  .who {
    padding: 0 5px;
  }
}
