/**********vission and mission********/
 
.section-title {
  font-family: "Inter-Bold";
}
.vision{
  background: #26221E;
  padding: 15px 0;
  min-height: 347px;
}
.mission{
  background: #2E7D32;
  padding: 15px 0;
  min-height: 347px;
}
.vision .section-title,
.mission .section-title{
  color: #fff;
}
.vision p,
.mission p {
  font-family: "Inter-Medium";
  margin-top: 1rem;
  color: #fff;
  font-size: 24px;
}

/**********vision and mission***********/
/*****what we do starts here*********/
.objectives {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.objectives .section-body {
  margin-top: 2rem;
}
.objectives .section-body .objective-content:first-child {
  border-top: 1px solid #ed6809;
}
.objective-content {
  align-items: center;
  border-bottom: 1px solid #ed6809;
  padding: 1rem 0rem;
}
 
.objective-content p {
  padding-left: 2rem;
  margin-bottom: 0;
}

/***********what we do ends here*****/
.objective-content p,
.stratigies p,
.stratigies b {
  font-family: "Inter-Medium";
  font-size: 18px;
}
/**********stratigies starts here********/
.stratigies{
  background: #F2FFE8;
  padding: 40px 0;
}
.stratigies .section-body{
  border: 1px solid #25812E;
  border-radius: 15px;
  padding: 20px 18px;
  background: #F6FFEF;
  margin-top: 15px;
}
 
.stratigies p:last-child {
  margin-bottom: 0;
}
/**********stratigies ends here********/


/* .objective-content{
  transition: all 0.8s ease-in-out;
}
.objective-content:hover img {
  transform: scale(1.05);
} */
 @media (min-width: 1024px) {
  .vision h1,
  .mission h1 {
    font-size: 40px;
  }
  .vision p,
  .mission p { 
    font-size: 26px;
  }
  .objective-content{
    display: flex;
  }
 }
@media only screen and (min-width: 250px) and (max-width: 767px) and (orientation: portrait) {
 
  .objective-content p {
    padding-left: 0rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .objective-content {
    padding: 0rem 1rem;
  }
  .objective-content img {
    padding-top: 1rem;
  }
}
