.special-section {
  /* background-color: #000008; */
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1.5)),
    url("../Images/background_03.jpg");
  /* background-color: black; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px;
  width: 100%;
}

.special-heading {
  width: 70%;
  margin: 0 auto;
}

.speacialize-wrapper {
  display: flex;
  align-items: center;
}

.special-heading h3 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-bottom: 20px;
}

.special-heading .special-para {
  color: #fff;
  font-size: 18px;
  opacity: 0.9;
  letter-spacing: 0.2px;
  text-align: center;
}

.special-wrapper {
  padding: 50px 0px;
}

.we-left-section {
  display: flex;
  align-items: center;
  width: 100%;
}

.left-special-icon {
  width: 400px;
  height: 350px;
}

.outer-section {
  padding: 10px;
  width: 100%;
}

.special-single-section {
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.odd {
  border: 1px dotted rgb(103, 200, 255);
  box-shadow: 0px 0px 30px 20px rgba(2, 115, 180, 0.1);
}

.odd:hover {
  /* border: 1px dotted rgb(0, 120, 189);  */
  box-shadow: 0px 0px 60px 10px rgba(0, 212, 212, 0.4) !important;
}

.even {
  border: 1px dotted rgb(237, 20, 86);
  /* border: 1px dotted rgb(114, 4, 37); */
  box-shadow: 0px 0px 10px 10px rgba(255, 0, 76, 0.1);
}

.even:hover {
  /* border: 1px dotted rgb(139, 0, 42); */
  box-shadow: 0px 0px 60px 10px rgba(202, 0, 84, 0.4);
}

.single-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.special-icon {
  width: 60px;
  margin: 0 auto;
  display: flex;
}

.special-single-heading {
  text-align: center;
  color: #fff;
  font-size: 25px;
  padding: 10px;
  margin: 0;
}

.special-single-sub {
  text-align: center;
  color: #fff;
  opacity: 0.8;
  margin: 0;
  padding-bottom: 3px;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.we-left-wrapper {
  display: flex;
  justify-content: center;
}

/* Media queries */

@media only screen and (max-width: 991px) {
  .special-section {
    padding: 20px;
  }

  .special-heading h3 {
    font-size: 30px;
  }

  .special-heading {
    width: 100%;
  }

  .we-left-main-wrapper {
    display: none;
  }
}

@media (max-width: 1199px) {
  .special-single-section {
    height: 270px;
  }
  .left-special-icon {
    width: 300px;
    height: 250px;
  }
}

@media (min-width: 1200px) and (max-width: 1920px) {
  .special-single-section {
    height: 270px;
  }
}
