.container-about {
  width: 1200px;
  /* width: calc(100% - 40px); */
  margin: 50px auto 25px auto !important;
}

.container-about .company {
  font-family: "Inter" !important;
  margin: 10px;
  letter-spacing: 5px;
  font-size: 25px;
  font-weight: 500;
}

.container-about .title {
  font-family: "Inter" !important;
  margin: 10px;
  color: #414042;
  font-size: 45px;
  font-weight: 500;
}

.container-about .description {
  font-family: "Inter" !important;
  margin: 10px;
  color: #414042;
  font-size: 20px;
  font-weight: 300;
}

.header-description h5 {
  font-family: "Krub";
  font-size: 60px;
  font-weight: 550;
  color: #95cb53;
}

.about-image {
  margin-left: 60px;
}

.header-description img {
  width: 250px;
  margin-left: 10px;
  height: 65px;
}

.box-image {
  background: #f2f2f2;
  width: 474px;
  height: 474px;
  border-radius: 30px;
}
.title-description p {
  font-family: "Krub";
  font-size: 20px;
  font-weight: 550;
  color: #141414;
  margin-top: 10px;
  margin-left: 5px;
}

.faq-item {
  border-radius: 8px;
  overflow: hidden;
  /* margin-bottom: 10px; */
  width: 1200px;
  margin: 20px auto 30px auto;
}
.faq-header {
  background-color: #a1d55e;
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: white;
  border-radius: 8px;
  width: 100%;
  height: 63px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.faq-content {
  display: none;
  background-color: #f9f9f9;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.arrow {
  transition: transform 0.3s;
}
.arrow.active {
  transform: rotate(180deg);
}
@media (max-width: 430px) {
  .faq-item {
    width: 90%;
    margin-left: 19px;
  }
  .faq-header {
    width: 100%;
    height: auto;
    padding: 15px;
    font-size: 14px;
  }
  .faq-content {
    padding: 10px;
    font-size: 14px;
  }
}

.jarak-footer {
  margin-bottom: 100px;
}

@media (max-width: 430px) {
  .about-description {
    margin-left: 2px;
    margin-bottom: -15px;
  }

  .container-about {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .container-about * {
    max-width: 100%;
    word-break: break-word;
  }
  .container-about .company {
    font-size: 16px;
  }

  .container-about .title {
    font-size: 28px;
  }

  .container-about .description {
    font-size: 16px;
  }

  .header-description h5 {
    font-size: 25px;
  }
  .header-description img {
    width: 115px;
    height: 30px;
  }
  .title-description p {
    font-size: 18px;
    margin-left: 2px;
  }

  .box-image {
    margin-top: 50px;
    width: 248px;
    height: 270px;
    border-radius: 20px;
  }
  .jarak-footer {
    display: none;
  }
}

.container-image {
  display: grid;
  grid-template-columns: 2fr 2fr;
  font-family: "Krub";
  gap: 30px;
  margin: 15px;
}

.content-image img {
  width: 250px;
  height: 250px;
  border-radius: 10px;
  border: 1 px solid grey;
  object-fit: cover;
  object-position: center;
}

.content-image p {
  font-weight: 700;
  font-size: 30px;
  color: #95cb53;
  text-align: center;
}

.description-content-image ul li {
  font-weight: 500;
  font-size: 24px;
  color: black;
}

.description-content {
  margin: 0;
  margin-left: 22px;
}

.description-content-image ul li p {
  margin-top: 0;
}

.box-content-image {
  display: flex;
  padding: 25px;
  justify-content: space-around;
  border-radius: 25px;
  border: 5px dashed #95cb53;
}

@media (max-width: 430px) {
  .container-image {
    grid-template-columns: 2fr !important;
  }
  .box-content-image {
    margin-left: -11px;
  }

  .content-image img {
    width: 135px;
    height: 135px;
  }

  .content-image p {
    font-weight: 700;
    font-size: 20px;
  }

  .description-content-image ul li {
    font-weight: 500;
    font-size: 13px;
    color: black;
  }

  .description-content {
    margin-left: 3px;
  }

  .about-description {
    margin-left: 25px;
  }
}

.faq-header .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
