#experience {
  background-color: #faf0e6;
}
.img-effect-container{
  overflow: hidden;
}
.mission_card {
  position: relative;
  width: 75%;
  background-color: white;
  padding-left: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.mission_card::before {
  content: "MISSION";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #681e77;
  color: white;
  font-size: 10px;
  font-weight: bold;
}

.vision_card {
  position: relative;
  width: 75%;
  background-color: white;
  padding-left: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.vision_card::before {
  content: "VISION";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fe5e00;
  color: white;
  font-size: 10px;
  font-weight: bold;
}

.experience_right_section {
  position: relative;
  @media (max-width:640px) {
    width: 100%;
  }
  .number-counter{
    @media (max-width:640px) {
      width: 100%;
    }
  }
}

.experience_left_counter {
  position: static;
  top: 0;
  bottom: 0;
  left: -20%;
  align-items: center;
  .number_column {
    background-color: white;
    padding: 20px 15px;
    width: 300px;
    overflow: hidden;
    @media (max-width:640px) {
      width: 100%;
      padding: 15px 10px;
    }
    .experience_card {
      max-width: 100%;
      flex: 1;
      @media (max-width:768px) {
        flex: 1;
      }
    }
    h4 {
      color: #fe5e00;
      text-align: center;
      font-family:  "Lato", serif;
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      @media (max-width:640px) {
        font-size: 24px;
      }
    }
    p {
      color: #000;
      text-align: center;
      font-family:  "Lato", serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      @media (max-width:640px) {
        font-size: 18px;
      }
    }
  }

  .counter_image {
    width: 80px !important;
    height: 80px;
    @media (max-width:768px) {
      width: 50px !important;
      height: 50px;
    }
    object-fit: contain;
  }
}
@media (max-width:1199px) {
  .mission_card,.vision_card{
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .mission_card::before,.vision_card::before{
    left: -12% !important;
  }
}
@media (max-width:991px) {
  .mission_card::before,.vision_card::before{
    left: -8% !important;
  }
  .mission_card,.vision_card{
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 640px) {
  .mission_card::before,.vision_card::before{
    left: -6% !important;
  }
  .mission_card {
    position: relative;
    padding-left: 0.5rem !important;
    p {
      padding-left: 2.6rem;
    }
  }
  .vision_card {
    position: relative;
    padding-left: 0.5rem !important;
    padding-left: 3rem;
    p {
      padding-left: 2.6rem;
    }
  }
  .vision_card {
    padding: 40px 10px 40px 10px;
    width: 95%;
    margin-left: auto;
  }
  .mission_card {
    padding: 40px 10px 40px 10px;
    width: 95%;
    margin-left: auto;
  }
  .vision_card::before,
  .mission_card::before {
    width: 70px;
    height: 70px;
    top: 50%;
    left: -4%;
    transform: translateY(-50%);
  }
}

@media (max-width: 425px) {
  .vision_card {
    padding: 30px 10px 30px 10px;
  }
  .vision_card::before,
  .mission_card::before {
    top: 50%;
    left: -9% !important;
    transform: translateY(-50%);
  }
  .mission_card {
    p {
      padding-left: 2.5rem;
      font-size: 13px;
    }
  }
  .vision_card {
    p {
      padding-left: 2.5rem;
      font-size: 13px;
    }
  }
}
@media (min-width: 641px) and (max-width: 992px) {
  .vision_card::before,
  .mission_card::before {
    width: 100px;
    height: 100px;
    top: 50%;
    bottom: 0;
    left: -7%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .experience_left_counter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -35%;

    .counter_image {
      width: 60px !important;
      height: 60px;
    }
  }
}

@media (min-width: 992px) {
  .mission_card::before {
    content: "MISSION";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    left: -15%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #681e77;
    color: white;
    font-size: 20px;
    font-weight: bold;
  }
  .vision_card::before {
    content: "VISION";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    left: -15%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fe5e00;
    color: white;
    font-size: 20px;
    font-weight: bold;
  }
}

#experience .container {
  img {
    width: 100%;
  }
}

#experience .container {
  .experience_container {
    width: 100%;
  }
}
