.component-03 {
  overflow: hidden;
  color: #ffffff;
  .background {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    &:before,
    &:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }

    &:before {
      background: rgba(94, 101, 235, 0.8);
    }

    &:after {
      background: rgba(0, 0, 0, 0.05);
    }

    .oj-media {
      width: 100%;
      height: 100%;
      img {
        object-fit: cover;
        width: 100%;
        height: 100%;
      }
    }
  }

  .content {
    position: relative;
    z-index: 20;
  }

  .begins {
    color: #ffffff;
  }

  .services {
    p {
      padding: 1.5rem 0;
    }

    .service-label {
      font-size: var(--fs-20);
      line-height: var(--lh-20);
    }
  }

  @media (min-width: 1200px) {
    .title {
      font-size: var(--fs-50);
      line-height: var(--lh-50);
    }
    .services {
      & > div:nth-child(1n + 4) {
        p {
          border-top: 1px solid #ffffff;
        }
      }
    }
  }

  @media (max-width: 1399px) {
  }

  @media (max-width: 1199px) {
    .title {
      font-size: var(--fs-30);
      line-height: var(--lh-30);
    }
    .services {
      & > div:nth-child(1n + 3) {
        p {
          border-top: 1px solid #ffffff;
        }
      }
    }
  }

  @media (max-width: 991px) {
  }

  @media (max-width: 767px) {
    .services {
      & > div:nth-child(1n + 2) {
        p {
          border-top: 1px solid #ffffff;
        }
      }

      .service-label {
        font-size: var(--fs-18);
        line-height: var(--lh-18);
      }
    }
  }

  @media (max-width: 575px) {
  }
}
