

.icon-container {
  bottom: 20px !important;
}

.about-page-main {
  width: 100vw;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.line-about {
  width: 100%;
  height: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #8a0921;
}

.up-section-about {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* height: 81vh; */
}

.home-page-video-area {
  width: 100%;
  height: 100%;
}

.home-page-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.down-section-about-parent {
  padding: 60px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.down-section-about-child {
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.production-Across-area {
  background-image: url('../images/about/image7.png');
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
  background-size: cover;
  height: auto;
  width: 100vw;
  background-position: center;
}

.production-sub-Container {
  width: 100%;
  padding-bottom: 75px;
  padding-top: 75px;
}

.icon-badge-container {
  width: 95%;
  text-align: center;
  height: auto;
}

.icon-badge {
  /* width: 117px; */
  width: 105px;
  /* height: 105px; */
  padding-bottom: 50px;
}

.responsible-topic-subContainer {
  text-align: right;
}

.default-pic {
  height: 80vh;
  width: 100vw;
  background-image: url('/assets/images/about/image888.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.footer-cactus-web {
  width: 100vw;
  height: 40vh;
}
.ab-icn {
  padding: 0px;
}
.ab-icn5 {
  text-align: start;
}
.ab-icn6 {
  text-align: start;
}
.ab-icn8 {
  text-align: end;
}
.ab-icn9 {
  text-align: end;
}

.badge-icon {
  display: none;
  justify-content: center;
}
.icon-forlarge {
  text-align: center;
}

@media (max-width: 926px) {
  .icon-forlarge {
    display: none !important;
  }
  .badge-icon {
    display: flex !important;
  }
}

@media all and (min-width: 310px) and (max-width: 500px) {
  .down-section-about-parent {
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .default-pic {
    height: 30vh;
    object-fit: cover;
  }

  .production-sub-Container {
    width: 100%;
    padding-bottom: 4px;
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .ab-icn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ab-icn5 {
    text-align: center;
  }
  .ab-icn6 {
    text-align: center;
  }
  .ab-icn8 {
    text-align: center;
  }
  .ab-icn9 {
    text-align: center;
  }

  .sixth-icon {
    margin-left: 0px;
  }
  .eightth-icon {
    margin-right: 0px;
  }
}

/* final */

@media all and(min-width:2000px) and(max-width:3500px) {
  .icon-badge {
    width: 185px;
  }

  .large-device-iconTopic {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 3501px) {
  .high-large-about {
    padding-top: 54px !important;
  }
}
