
.main-section {
  width: 100%;
  min-height: 900px;
  padding: 100px 0.5%;
  position: relative;
  border-radius: 0px 0px 57px 57px;
  background: url("../images/blog-back.webp") no-repeat center / cover;
  margin: 0;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.main-section > video {
  width: 70%;
  height: 70%;
  object-fit: fill;
  border-radius: 24px;
}
.main-section > div {
  width: 100%;
  min-height: 120px;
    margin: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.main-section h1 {
  font-size: 36px;
  font-weight: 600;
  color: #efefef;
}
.main-section p {
  font-size: 20px;
  font-weight: 500;
  color: #dedede;
}

.case-study {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.case-study > div {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 3%;
}
.case-study > div > a {
  width: 370px;
  margin: 0 10px 30px 10px;
  height: 400px;
  border-radius: 14px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 10px #b2b2b2;
  flex-direction: column;
}
.case-study > div > a >div:last-child{
  display: flex;
  justify-content: space-evenly;
    width: 100%;
  height: 50%;
  flex-direction: column;

}

.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;
overflow: hidden;
}
.case-image {
  width: 100%;
  height: 50%;
}
.case-image > img {
  border-radius: 14px 14px 0 0;
      object-fit: fill;

}

.mind{
  width: 100%;
  min-height: 550px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.mind-image{
width: 50%;
min-width: 500px;
margin: 10px;
height: 95%;
}
.mind-content{
  width: 38%;
  min-width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 10px;
}
.mind-content h1{
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  color:#fff ;
}
.mind-content p{
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 400;
  color:#fff ;
      margin: 20px 0;
}
.mind-content a{
width: 100%;
  height: 50px;

}
.mind-content button{
width: 100%;
  height: 100%;
  background-color: #135387;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  color: #fff;
}
.mind-content-image{
  width: 100%;
  height: 295px;
}

@media (max-width: 1000px) {
.main-section video{
      width: 90vw;
    height: 60vh;
}
  .mind-image ,.mind-content a{
    width: 90vw;
    min-width: 90vw;
            margin: 50px auto;

  }
  .main-section h1 , .main-section p ,.mind-content h1 ,.mind-content p{
      text-align: center;
    margin: 20px 0;
  }
  .main-section > div{
          padding: 100px 0;
  }
  
}