.main-section {
  width: 100%;
  min-height: 800px;
  padding: 0 0.5%;
  position: relative;
  border-radius: 0px 0px 57px 57px;
  background: url("../images/serivce-page.svg") no-repeat center / cover;
  margin: 0;
  padding: 0 2%;
  display: flex;
  align-items: center;
}
.main-section>div{
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.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;
}
.case-study {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 60px;
}
.case-study > h1 {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
  color: #d62130;
  height: 75px;
  text-align: center;
}
.case-study > p {
  margin: 0 10px 35px 10px;
      text-align: center;
}
.case-study > div {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.service {
  width: 370px;
  margin: 0 10px 30px 10px;
  height: 360px;
  border-radius: 14px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  box-shadow: 0 0 10px #b2b2b2;
  flex-wrap: wrap;
  padding: 10px;
}
.service h3 {
  font-size: 18px;
  font-weight: 500;
  width: 60%;
}
.service p {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  width: 100%;
  margin: 10px 0;
}
.case-image {
  width: 100%;
  height: 65%;
}
.case-image > img {
  border-radius: 14px 14px 0 0;
}
.case-study a {
  text-align: center;
  line-height: 30px;
  width: 110px;
  height: 33px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #d62130;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.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%;
}
.warehousing {
  background: transparent;
  box-shadow: 0 0 5px #bebcbc;
  width: 90vw;
  margin: 0 auto;
  border-radius: 25px;
  min-height: 270px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px auto;
  padding: 20px;
}
.warehousing > div:first-child {
  width: 500px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.warehousing h1 {
  font-size: clamp(18px, 3vw, 32px);
  font-weight: 500;
  max-width: 390px;
  color: #d62130;
}
.warehousing p {
  font-size: clamp(11px, 1.5vw, 20px);
  font-weight: 500;
  color: #70707c;
  width: 100%;
  margin: 50px 0;
  max-width: 570px;
}
.warehousing button {
  font-size: 15px;
  font-weight: 600;
  width: 110px;
  height: 40px;
  background-color: #ef363b;
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.warehousing-image {
  width: 350px;
  height: 200px;
}
@media (max-width: 760px) {

  .talk a {
    order: 1;
  }
  .talk button {
    width: 70vw;
    margin: 0;
  }
  .talk h1,
  .talk h1 {
    width: 95%;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .warehousing > div:first-child,
  .warehousing-image {
    width: 100%;
  }


}
