#bodyobj > div.main-site-wrapper > div.cnt-wrapper > div > main > div > div.cntl > main > div:nth-child(6) > header > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mobile {
  display: none;
}

.billet {
  margin-top: 20px;
  background: #0FA6AB;
}
.billet header {
  padding: 21px 0 28px 0;
}
.billet header div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.billet img {
  position: absolute;
  max-width: 130px;
  right: 0;
}
.billet p {
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  color: #ffffff;
}

.og_wrapper {
  padding: 0 20px;
}

.og_btn.bir {
  margin: 0;
}

.welcome_about {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-auto-rows: 1fr;
  gap: 24px;
  width: 100%;
}
.welcome_about.og_wrapper {
  margin: 55px auto;
}
.welcome_about .item {
  background: #EDFAFB;
  border: 1px solid #0FA6AB;
  border-radius: 10px;
  padding: 16px;
}
.welcome_about .item span {
  font-weight: 600;
  color: #333333;
  font-size: 22px;
  line-height: 28px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 8px;
}
.welcome_about .item p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}
.welcome_about .item a {
  color: #0FA6AB;
  text-decoration: underline;
  font-size: 16px;
}
.welcom_provide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}
.welcom_provide.og_wrapper {
  margin: 56px auto 73px auto;
}
.welcom_provide .item:not(:last-child) {
  margin-bottom: 0;
}
.welcom_provide span {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  color: #0FA6AB;
}
.welcom_provide P {
  font-size: 20px;
  line-height: 24px;
  margin-top: 16px;
}

.welcom_question.og_wrapper {
  margin: 48px auto;
}
.welcom_question p {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 24px;
}

.welcom_start.og_wrapper {
  margin: 0 auto;
}
.welcom_start a {
  margin: 32px 0 !important;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1024px) {
  .welcome_about {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .welcome_about img {
    width: 28px;
    height: 28px;
  }
  .welcom_provide span {
    font-size: 22px;
    line-height: 28px;
  }
  .welcom_provide P {
    font-size: 16px;
    line-height: 24px;
  }
  .welcom_question P {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .og_wrapper {
    padding: 0 10px;
  }
  .mobile {
    display: inherit;
    position: absolute;
    right: 0;
    transition: 0.3s;
  }
  .welcom_question a.og_btn.bir {
    margin: 0 auto;
  }
  .welcome_about {
    grid-auto-rows: inherit;
    grid-template-columns: 1fr;
  }
  .welcome_about .item > div {
    display: none;
  }
  .welcome_about .item p {
    font-size: 16px;
    margin-top: 8px;
  }
  .welcome_about .item span {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .welcome_about .item span.active .mobile {
    transform: rotate(180deg) !important;
  }
  .welcome_about .item span img {
    width: 22px;
    height: -moz-fit-content;
    height: fit-content;
  }
.welcom_provide {
    grid-template-columns: 1fr;
  }
}