
.main-section {
  width: 100%;
  height: 85vh;
  margin-top: 60px;
  padding: 0 0.5%;
}
.main-section > video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.our-service {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.our-service h1 {
  font-size: 32px;
  font-weight: 500;
  color: #ef363b;
  height: 100px;
}
.our-service p {
  font-size: 20px;
  font-weight: 400;
  color: #878787;
  width: 75%;
  text-align: center;
  height: fit-content;
  margin-bottom: 50px;
}
.our-service > div {
  width: 100%;
  height: 70%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.our-service > div > a {
  width: 390px;
  height: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 10px #b2b2b2;
  border-radius: 20px;
  margin: 15px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
.our-service h3 {
  font-size: 20px;
  font-weight: 600;
  color: #a42e31;
  text-align: center;
}
.service-image {
  width: 70%;
  height: 60%;
}
.our-service button {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  border: none;
  background-color: #ef363b;
  width: 163px;
  height: 56px;
  margin-top: 30px;
}
.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;
}
.features {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.features > div {
  width: 360px;
  height: 150px;
  background-color: #fff;
  border-radius: 29px;
  box-shadow: 0 0 10px #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 15px 30px 15px;
}
.features-image{
    width:70px;
    height: 70px;
}
.features h4{
    font-size: 20px;
    font-weight: 400;
}
.case-study {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.case-study h1 {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
  color: #ef363b;
  height: 100px;
  text-align: center;
}

.case-study>p {
  height: 100px;
  font-size: 20px;
  font-weight: 400;
  color: #878787;
  text-align: center;
}
.case-study > div {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.case-study > div > div {
  width: 370px;
  margin: 0 10px 30px 10px;
  height: 360px;
  border-radius: 14px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: 0 0 10px #b2b2b2;
}
.case-study > div h3 {
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 0 10px;
  width: 80%;
}
.case-study > div p {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  padding: 0 0 10px 10px;
}
.case-image {
  width: 100%;
  height: 240px;
}
.case-image > img {
  border-radius: 14px 14px 0 0;
}
.case-study button {
  width: 163px;
  height: 56px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #ef363b;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}