.main-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1340px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1340px) {
  .main-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.primary-button {
  width: fit-content;
  display: block;
  background-color: #12A8D5;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #12A8D5;
  transition: 0.2s linear;
  color: #fff;
}
.primary-button:hover {
  background-color: #fff;
  color: #12A8D5;
}

.secondary-button {
  width: fit-content;
  display: block;
  background-color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #fff;
  transition: 0.2s linear;
}
.secondary-button:hover {
  border-color: #12A8D5;
  color: #12A8D5;
}

.common-box-shadow {
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
}

.page-top {
  margin-top: 100px;
  position: relative;
  width: 100%;
}
.page-top__small .page-top-background {
  height: 231px;
}
.page-top__large .page-top-background {
  height: 662px;
}
@media only screen and (max-width: 575px) {
  .page-top__large .page-top-background {
    height: 465px;
  }
}
.page-top .page-top-background {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
  transition: border-radius 0.2s linear;
}
@media only screen and (max-width: 1439px) {
  .page-top .page-top-background {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .page-top-background {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.page-top .page-top-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .page-top-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  background: linear-gradient(75deg, #67C2E4 0%, #006D8E 100%);
  mix-blend-mode: multiply;
}
.page-top .page-top-title {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-top .page-top-title h1 {
  font-size: 45px !important;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
}
@media only screen and (max-width: 1439px) {
  .page-top .page-top-title h1 {
    font-size: 32px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .page-top-title h1 {
    font-size: 24px !important;
  }
}

.gas-cylinder-inspection-wrapper {
  margin-bottom: 105px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .gas-cylinder-inspection-wrapper {
    margin-bottom: 50px;
  }
}
.gas-cylinder-inspection-wrapper .gas-cylinder-inspection {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .gas-cylinder-inspection-wrapper .gas-cylinder-inspection {
    flex-direction: column;
  }
}
.gas-cylinder-inspection-wrapper .gas-cylinder-inspection .mobile-title {
  display: none;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .gas-cylinder-inspection-wrapper .gas-cylinder-inspection .mobile-title {
    display: flex;
  }
}
.gas-cylinder-inspection-wrapper .gas-cylinder-inspection .mobile-title img, .gas-cylinder-inspection-wrapper .gas-cylinder-inspection .mobile-title svg {
  width: 100%;
  height: 100%;
  max-width: 43px;
  max-height: 79px;
}
.gas-cylinder-inspection-wrapper .gas-cylinder-inspection .mobile-title span {
  line-height: 150%;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .gas-cylinder-inspection-wrapper .gas-cylinder-inspection .mobile-title span {
    text-align: center;
    white-space: unset;
    font-size: 30px;
  }
}
.gas-cylinder-inspection-wrapper .gas-cylinder-inspection .image-wrapper {
  width: 48.6%;
}
@media only screen and (max-width: 767px) {
  .gas-cylinder-inspection-wrapper .gas-cylinder-inspection .image-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}
.gas-cylinder-inspection-wrapper .gas-cylinder-inspection .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gas-cylinder-inspection-wrapper .gas-cylinder-inspection .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .gas-cylinder-inspection-wrapper .gas-cylinder-inspection .content {
    width: 100%;
  }
}
.gas-cylinder-inspection-wrapper .gas-cylinder-inspection .content .title {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .gas-cylinder-inspection-wrapper .gas-cylinder-inspection .content .title {
    display: none;
  }
}
.gas-cylinder-inspection-wrapper .gas-cylinder-inspection .content .title img, .gas-cylinder-inspection-wrapper .gas-cylinder-inspection .content .title svg {
  width: 100%;
  height: 100%;
  max-width: 43px;
  max-height: 79px;
}
.gas-cylinder-inspection-wrapper .gas-cylinder-inspection .content .title span {
  width: calc(100% - 63px);
  font-size: 50px;
  line-height: 150%;
  font-weight: 600;
}
@media only screen and (max-width: 1340px) {
  .gas-cylinder-inspection-wrapper .gas-cylinder-inspection .content .title span {
    font-size: 3.5dvw;
  }
}
@media only screen and (max-width: 1199px) {
  .gas-cylinder-inspection-wrapper .gas-cylinder-inspection .content .title span {
    font-size: 3.1dvw;
  }
}
.gas-cylinder-inspection-wrapper .gas-cylinder-inspection .content .description {
  font-size: 18px;
  line-height: 150%;
  color: #444F5C;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .gas-cylinder-inspection-wrapper .gas-cylinder-inspection .content .description {
    text-align: center;
  }
}
.gas-cylinder-inspection-wrapper .gas-cylinder-inspection .content .description p {
  margin-bottom: 0;
}
.gas-cylinder-inspection-wrapper .gas-cylinder-inspection .content .button-wrapper {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .gas-cylinder-inspection-wrapper .gas-cylinder-inspection .content .button-wrapper {
    justify-content: center;
  }
}

/*# sourceMappingURL=part-gas-cylinder-inspection.css.map */
