#hero .overlay-img {
  background: url("../img/cancer-type-banner.png");
  position: absolute;
  top: 0;
  right: -15%;
  height: 100%;
  width: 100%;
  background-position: left;
  transform: scaleX(1) !important;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

#cancerTypes .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
#cancerTypes .head h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 31.52px;
  text-align: center;
  color: #3F397C;
}
#cancerTypes .head P {
  font-size: 21px;
  font-weight: 400;
  line-height: 27.3px;
  text-align: justify;
  margin-top: 25px;
}
#cancerTypes .boxes {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 50px 80px;
  background: #F5F4FF;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#cancerTypes .boxes a {
  text-decoration: none;
  width: 19%;
  margin-bottom: 20px;
}
#cancerTypes .boxes a .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#cancerTypes .boxes a .box .box-inner {
  background: #FFFFFF;
  height: 170px;
  width: 170px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cancerTypes .boxes a .box .box-inner img {
  width: 100px;
}
#cancerTypes .boxes a .box .title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 991px) {
  #cancerTypes .boxes {
    padding: 20px;
  }
  #cancerTypes .boxes a {
    width: 30%;
  }
  #cancerTypes .boxes a .box-inner {
    width: 120px !important;
    height: 120px !important;
  }
  #cancerTypes .boxes a .box-inner img {
    width: 60px !important;
  }
}
@media (max-width: 600px) {
  #cancerTypes .boxes {
    padding: 20px;
  }
  #cancerTypes .boxes a {
    width: 50%;
  }
  #cancerTypes .boxes a .box-inner {
    width: 120px !important;
    height: 120px !important;
  }
  #cancerTypes .boxes a .box-inner img {
    width: 60px !important;
  }
}

/*# sourceMappingURL=cancer-types.css.map */
