@media (max-width: 575.9px) {
  .section {
    scroll-margin-top: 0px;
    padding-inline: 0;
  }

  .container-read {
    margin: 0;
    padding-inline: 16px;
  }

  .space-mobile {
    min-height: 60px;
  }

  .col-xs-12 {
    padding-inline: 0;
  }

  .section-title {
    color: var(--Color-Grayscale-text-color-header, #121212);
    text-align: center;

    /* SemiBold/H2/Display-36 */
    font-family: var(--font-family-title, "Open Sans");
    font-size: var(--font-size-display-xl, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-display-xl, 30px); /* 166.667% */
    letter-spacing: var(--font-letter-spacing-display-xl, 0.3px);
    text-align: center;
  }

  .section p {
    color: var(--Color-Grayscale-text-color-description, #4b4b4b);

    /* Regular/Body <p>/Text-16 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-default, 18px); /* 128.571% */
    letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
  }

  .section-hero {
    padding: 0px 0px 0px 0px;
    position: relative;
    margin-bottom: 20px;
  }

  .section-hero img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .section-hero .wrapper-text {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 20px;
  }

  .section-hero h1 {
    color: var(--Color-Grayscale-white-background, #fff);

    /* SemiBold/H1/Display-60 */
    font-family: var(--font-family-title, "Open Sans");
    font-size: var(--font-size-display, 28px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-display, 42px); /* 150% */
  }

  .section-hero p {
    color: var(--Color-Grayscale-white-background, #fff);

    /* Regular/Body <p>/Text-18 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-xl, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-xl, 21px); /* 150% */
    letter-spacing: var(--font-letter-spacing-text-xl, 0.3px);
  }

  .section-service .section-subtitle {
    color: var(--Color-Grayscale-text-color-description, #4b4b4b);

    /* Regular/Body <p>/Text-16 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-default, 24px); /* 150% */
    letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
    text-align: center;
    margin-bottom: 32px;
  }

  .section-service .col-xs-12 {
    padding: 0;
    margin: 0;
  }

  .card-service {
    display: flex;
    gap: 12px;
    padding: 0;
    margin-bottom: 10px;
  }

  .card-service .card-number {
    color: var(--Color-Grayscale-text-color-header, #121212);

    /* Regular/Body <p>/Text-18 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-xl, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-xl, 21px); /* 150% */
    letter-spacing: var(--font-letter-spacing-text-xl, 0.3px);
  }

  .card-service h3 {
    color: var(--Color-Grayscale-text-color-header, #121212);

    /* SemiBold/Body <p>/Text-18 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-xl, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-body-xl, 21px); /* 150% */
    letter-spacing: var(--font-letter-spacing-text-xl, 0.3px);
    margin-bottom: 8px;
  }

  .card-service p {
    overflow: hidden;
    color: var(--Color-Grayscale-text-color-description, #4b4b4b);
    text-overflow: ellipsis;
    color: var(--Color-Grayscale-text-color-description, #4b4b4b);
    text-overflow: ellipsis;

    /* Regular/Body <p>/Text-16 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-default, 20px); /* 128.571% */
    letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
  }

  .section-service .btn-outline-green {
    width: 120px;
  }

  .card-content p {
    max-height: 3em;
    /* Set Transitions */
    transition: all 0.7s;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .card-content.open p {
    max-height: 100%;
    text-overflow: unset;
    display: flex;
  }

  .swiper-partner img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
  }

  .swiper-partner img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
  }

  .section-faq .section-title {
    margin-bottom: 24px;
  }

  .swiper-logo-mitra .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    /* background: #d6ede4; */
    background: #005e4e;
    opacity: 0.4;
    border-radius: 10px;
    transition: all 400ms ease-in-out;
  }

  .swiper-logo-mitra .swiper-pagination-bullet-active {
    /* width: 64px; */
    background: #005e4e;
    opacity: 1;
  }

  .swiper-button-next-logo-partner {
    display: none;
  }

  .swiper-button-prev-logo-partner {
    display: none;
  }

  .section-work {
    margin-bottom: 24px;
  }

  .section-work .section-title {
    margin-bottom: 24px;
  }

  .wrapper-card-work {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }

  .card-work {
    border-radius: var(--Corner-Radius-corner-l, 6px);
    border: 1px solid var(--Color-Grayscale-color-stroke, #d9d9d9);
    background: var(--Color-Grayscale-white-background, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
  }

  .card-work img {
    height: 60px;
    width: 60px;
    object-fit: contain;
  }

  .modal .wrapper-button {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* BUTTON */

  .btn-outline-green {
    background: #fff;
    border: 1px solid #018d58;
    border-radius: 6px;
    color: var(--Color-Grayscale-color-placeholder, #c2c2c2);

    color: var(--Color-Secondary-secondary, #018d58);

    /* SemiBold/Body <p>/Text-14 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-l, 12px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-body-l, 18px); /* 150% */
    letter-spacing: var(--font-letter-spacing-text-l, 0.3px);
    color: #018d58;
    padding: 14px 28px;
    transition: 300ms ease-in-out;
  }

  .btn-outline-green:hover,
  .btn-outline-green:active,
  .btn-outline-green:focus {
    border: 1px solid #018d58;
    background: #018d58;
    color: #ffffff;
    box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
  }

  .btn-green {
    background: #018d58;
    border: 1px solid #018d58;
    border-radius: 6px;
    /* SemiBold/Body/Text-default */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 12px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-body-default, 18px); /* 150% */
    letter-spacing: 0.3px;
    color: #ffffff;
    padding: 14px 28px;
    transition: 300ms ease-in-out;
  }

  .btn-green:hover,
  .btn-green:active,
  .btn-green:focus {
    border: 1px solid #018d58;
    background: #018d58;
    color: #ffffff;
    box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
  }

  .btn-white {
    color: var(--Color-Secondary-secondary, #018d58);

    color: var(--Color-Secondary-secondary, #018d58);

    /* SemiBold/Body <p>/Text-14 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-l, 12px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-body-l, 18px); /* 150% */
    letter-spacing: var(--font-letter-spacing-text-l, 0.3px);

    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 6px;
    padding: 12px 16px;
    transition: 300ms ease-in-out;
  }

  .btn-white:hover,
  .btn-white:active,
  .btn-white:focus {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #018d58;
    box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
  }

  .btn-readmore {
    background: none;
    color: inherit;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;

    padding-inline: 0;
    padding-block: 10px;

    color: var(--Color-Secondary-secondary, #018d58);

    /* SemiBold/Body <p>/Text-16 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-body-default, 24px); /* 150% */
    letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
  }

  .btn-readmore:hover,
  .btn-readmore:active,
  .btn-readmore:focus {
    background: none;
    color: inherit;
    border: none;
    cursor: pointer;

    color: #018d58;
    text-decoration: underline;
    outline: 0 !important;
  }
  /* BUTTON */

  /* Tab */

  .tab {
    display: none;
    -webkit-animation: fadeEffect 2s;
    animation: fadeEffect 2s;
  }

  .tab .tab-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }

  .tab .wrapper-tab-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .tab .circle {
    color: var(--Color-Grayscale-white-background, #fff);

    /* Desktop/16/Text Bold */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-Body-md, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-24, 28px); /* 150% */
    letter-spacing: 0.3px;

    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    color: #c9c9c9;
  }

  .tab .circle.active {
    background-color: #018d58;
    color: #ffffff;
  }

  .tab .tab-title {
    color: var(--Color-Grayscale-text-color-description, #4b4b4b);

    /* Regular/Body <p>/Text-16 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-body-default, 24px); /* 150% */
    letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
  }

  .tab .tab-title.active {
    color: var(--Color-Secondary-secondary, #018d58);

    /* SemiBold/Body <p>/Text-16 */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-body-default, 12px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-body-default, 24px); /* 150% */
    letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
  }

  .tab .line:first-child {
    display: none;
  }

  .tab .line {
    flex-grow: 1;
    margin-inline: 10px;
    height: 2px;
    border-width: 0;
    color: #d5d5d5;
    background-color: #d5d5d5;
  }

  .tab .line.active {
    flex-grow: 1;
    margin-inline: 10px;
    height: 2px;
    border-width: 0;
    color: #43936c;
    background-color: #43936c;
  }
  /* Tab */

  .wrapper-form-image {
    all: unset;
  }

  .wrapper-form-image .wrapper-image {
    display: none;
  }

  .wrapper-channel-option {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .wrapper-channel-option label {
    margin-bottom: 8px;
  }

  .wrapper-need-option {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .wrapper-need-option label {
    margin-bottom: 8px;
  }
}
