.header h5 {
  z-index: -1;
}
body {
  color: #000000;
}
.content-width {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

/* All Service Section */
.section-service {
  background: #1f2437;
  color: #ffffff;
}
.section-service .content-width {
  position: relative;
}
.service__content {
  display: flex;
  margin-top: 4rem;
  text-transform: capitalize;
  width: 100%;
  color: #3b3a40;
  position: absolute;
}
.service {
  background: #ffffff;
  padding: 2rem 2.5rem;
  flex-basis: 33.3%;
}
.service > *:not(:first-child) {
  margin-top: 1.5rem;
}
.service:not(:last-child) {
  box-shadow: 0 0 20px -12px;
}
.service h4 {
  position: relative;
  color: #252b42;
  font-weight: 700;
}
.service h4 span {
  display: block;
}
.service h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 1px;
  width: 32%;
  border-bottom: 4px solid #ff7b47;
}
.service ul {
  color: #000000;
  font-size: 0.875rem;
  list-style: none;
}
.service__content .service.service-03 > * {
  color: #ffffff;
}
.service.service-03 {
  background: #0d5c63;
}

/* Service 01 */
.section-service__01 {
  background: #ffffff;
  padding-top: 10rem;
}
.service__01-content {
  display: flex;
}
.service__01-text_content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 1rem;
}
.service__01-text {
  margin-top: 2.6rem;
}
/* .service__01-text:last-child {
  margin-top: 2.6rem;
} */
.service__01-text h3 {
  margin-bottom: 1.25rem;
}

/* Service 02 */
.section-service__02 {
  background: #fafafa;
}
.section-service__02 .content-width {
  position: relative;
}
.service__02-content {
  display: flex;
  margin-top: 4.25rem;
}
.service__02-text {
  background: #ffffff;
  padding: 2.5rem;
  box-shadow: 0 0 20px -15px;
}
.service__02-text h4 {
  margin-bottom: 1.6rem;
}
.service__02-text p {
  font-weight: 400;
}

/* Service 03 */
.section-service__03 {
  background: #0b565c;
  color: #ffffff;
}
.service__03-content {
  display: flex;
  margin-top: 4rem;
}
.service__03-text h4 {
  margin-bottom: 1.6rem;
}
.service__03-text p {
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .header .content-width {
    padding-bottom: 6.875rem;
  }
  .header__content {
    position: relative;
    z-index: 1;
    padding-top: 8.5625rem;
  }
  /* All Service */
  .section-service .content-width {
    padding-top: 3.5rem;
  }
  .section-service {
    padding-bottom: 10rem;
  }
  .service__content {
    max-width: 80%;
    left: 10%;
  }
  .service h4 {
    line-height: 2rem;
  }
  .service h4:before {
    max-width: 35%;
  }
  .service:not(:first-child) {
    margin-left: 1.875rem;
  }

  /* Service 01 */
  .service__01-text_content {
    flex-basis: 53%;
  }
  .service__01-img img {
    width: 100%;
    height: auto;
  }

  /* Service 02 */
  .section-service__02::after {
    content: "";
    display: block;
    background: #ffffff;
    padding-bottom: 18rem;
  }
  .section-service__02 .heading {
    max-width: 73%;
  }
  .service__02-content {
    position: absolute;
    left: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .service__02-text h4 {
    font-size: 1.25rem;
  }

  /* Service 03 */
  .service__03-text h4 {
    font-size: 1.25rem;
  }
  .service__03-text p a {
    font-weight: 600;
    display: block;
  }
}

@media screen and (min-width: 1201px) {
  .header h5 {
    font-size: 9rem;
    bottom: 11%;
    left: -4.5%;
  }
  /* All Service */
  .section-service .heading {
    max-width: 70%;
  }

  /* Service 01 */
  .service__01-text h3 {
    font-size: 1.5rem;
  }

  /* Service 02 */
  .section-service__02 .content-width {
    padding-bottom: 16rem;
  }
  .service__02-text:not(:first-child) {
    margin-left: 2.125rem;
  }

  /* Service 03 */
  .service__03-text:not(:first-child) {
    margin-left: 5.9rem;
  }
  .section-service__03 .heading {
    max-width: 80%;
  }
}
@media screen and (min-width: 1401px) {
  .header h5 {
    bottom: 11%;
    left: -9%;
  }
}

/* Responsive for Smaller desktop */
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header h5 {
    font-size: 6.5rem;
    bottom: 9%;
    left: -6%;
  }
  h2 {
    font-size: 2rem;
  }
  /* All Service */
  .section-service .heading {
    max-width: 85%;
  }
  .service:not(:first-child) {
    margin-left: 1rem;
  }
  .service h4 {
    font-size: 1.2rem;
  }

  /* Service 01 */
  .service__01-img img {
    width: 530px;
    height: auto;
  }
  .service__01-text h3 {
    font-size: 1.2rem;
  }
  .service__01-content {
    margin-top: 2rem;
  }
  /* Service 02 */
  .section-service__02 .content-width {
    padding-bottom: 22rem;
  }
  .service__02-text:not(:first-child) {
    margin-left: 1rem;
  }

  /* Service 03 */
  .service__03-text {
    max-width: 33.3%;
  }
  .service__03-text:not(:first-child) {
    margin-left: 2rem;
  }
}

/* Responsive Mobile */
@media screen and (max-width: 767px) {
  p {
    font-size: 0.875rem;
  }
  .header .content-width {
    padding-bottom: 2.375rem;
  }
  .header__content {
    padding-top: 3.4375rem;
  }
  .header__text p span {
    display: inline;
  }
  .header h5 {
    display: none;
  }

  /* All Service */
  .section-service .content-width {
    padding-top: 1.3125rem;
  }
  .section-service {
    padding-bottom: 42rem;
  }
  .service__content {
    flex-direction: column;
    max-width: 79%;
    left: 11%;
    margin-top: 2.6875rem;
  }
  .service h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .service h4:before {
    max-width: 70%;
  }
  .service:not(:first-child) {
    margin-left: 0;
    margin-top: 1.875rem;
  }
  .service {
    padding: 1.875rem;
  }

  /* Service 01 */
  .section-service__01 {
    padding-top: 6.2rem;
  }
  .section-service__01 .content-width {
    padding-top: 4.6875rem;
  }
  .section-service__01 h2 {
    font-size: 1.25rem;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
  }
  .service__01-content {
    flex-direction: column;
  }
  .service__01-text_content {
    order: 1;
    margin-top: 2.1rem;
  }
  .service__01-img img {
    width: 100%;
    height: auto;
  }
  .service__01-text h3 {
    font-size: 1rem;
  }

  /* Service 02 */
  .section-service__02 {
    padding-bottom: 0;
  }
  .section-service__02 .heading {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
  }
  .service__02-content {
    flex-direction: column;
    margin-top: 1.9375rem;
  }
  .service__02-text {
    padding: 1.5625rem 1.875rem;
  }
  .service__02-text:not(:first-child) {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .service__02-text h4 {
    font-size: 1rem;
  }

  /* Service 03 */
  .section-service__03 {
    margin-top: 0;
  }
  .section-service__03 .content-width {
    padding-bottom: 4rem;
  }
  .section-service__03 .heading {
    max-width: 100%;
  }
  .service__03-content {
    flex-direction: column;
    margin-top: 3rem;
  }
  .service__03-text:not(:first-child) {
    margin-left: 0;
    margin-top: 1.6rem;
  }
  .service__03-text h4 {
    font-size: 1rem;
  }
  .service__03-text p a {
    font-weight: 500;
    display: inline;
  }
}

@media screen and (max-width: 359px) {
  .service__content {
    max-width: 81%;
    left: 9.5%;
  }
  .service {
    padding: 1.1rem;
  }
  .section-service {
    padding-bottom: 28rem;
  }
}

/* Responsive for Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .content-width {
    padding-bottom: 4rem;
  }
  .header h5 {
    display: none;
  }
  p {
    font-size: 0.8rem;
  }
  .header__text h1 {
    max-width: 100%;
  }
  .header__text p {
    line-height: 1.2rem;
  }
  /* All Service */
  .section-service {
    padding-bottom: 10rem;
  }
  .service__content {
    max-width: 95%;
  }
  .service {
    padding: 1rem;
  }
  .service h4 {
    line-height: 1.4rem;
    font-size: 1rem;
  }
  .service h4:before {
    max-width: 35%;
  }
  .service:not(:first-child) {
    margin-left: 1rem;
  }
  .service ul li {
    font-size: 0.75rem;
  }

  /* Service 01 */
  .section-service__01 {
    padding-top: 9rem;
  }
  .section-service__01 h2 {
    font-size: 1.25rem;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
  }
  .service__01-content {
    flex-direction: column;
  }
  .service__01-text_content {
    order: 1;
    margin-top: 2.1rem;
  }
  .service__01-img img {
    width: 100%;
    height: auto;
  }
  .service__01-text h3 {
    font-size: 1rem;
  }

  /* Service 02 */
  .section-service__02 {
    padding-bottom: 0;
  }
  .section-service__02 .heading {
    max-width: 80%;
  }
  .service__02-content {
    flex-direction: column;
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  .service__02-text:not(:first-child) {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .service__02-text h4 {
    font-size: 1rem;
  }

  /* Service 03 */
  .section-service__03 .heading {
    max-width: 90%;
  }
  .section-service__03 {
    margin-top: 0;
  }
  .service__03-content {
    flex-direction: column;
  }
  .service__03-text:not(:first-child) {
    margin-left: 0;
    margin-top: 1.6rem;
  }
  .service__03-text h4 {
    font-size: 1rem;
  }
  .service__03-text p a {
    font-weight: 500;
    display: inline;
  }
}

@media screen and (min-width: 851px) and (max-width: 1023px) {
  /* Service 02 */
  .section-service__02 .content-width {
    padding-bottom: 20rem;
  }
  .section-service__02::after {
    content: "";
    display: block;
    background: #ffffff;
    padding-bottom: 18rem;
  }
  .section-service__02 .heading {
    max-width: 73%;
  }
  .service__02-content {
    position: absolute;
    left: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    flex-direction: row;
  }
  .service__02-text:not(:first-child) {
    margin-left: 1rem;
    margin-top: 0;
  }
  .service__02-text h4 {
    font-size: 1.2rem;
  }

  /* Service 03 */
  .service__03-text p a {
    font-weight: 600;
    display: block;
  }
  .service__03-text {
    max-width: 33.3%;
  }
  .service__03-text:not(:first-child) {
    margin-left: 2rem;
    margin-top: 0;
  }
  .service__03-content {
    flex-direction: row;
  }
}

@media screen and (min-width: 1900px) {
  .header h5 {
    left: 0;
  }
}
