section.about {
  padding-top: 50px;
}

section.about h1 {
  background: linear-gradient(to right, #0fa894, #129ed1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: bold;
}

.flex-company .swiper .swiper-button-next::after,
.flex-company .swiper .swiper-button-prev::after {
  font-size: 24px;
  color: #0fa894;
}

section.about .quote {
  margin-top: 50px;
  position: relative;
  padding: 100px;
  background-image: url("https://websitedemos.net/accountant-02/wp-content/uploads/sites/907/2018/08/bg-01-free-img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  /* Ensures the pseudo-element does not overflow the parent */
}

section.about .quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 15, 35, 0.5);
  /* Adds a semi-transparent black overlay */
  filter: blur(5px);
  /* Adjust the blur radius as needed */
  z-index: 1;
  /* Ensures the overlay appears above the background image */
}

section.about .quote > * {
  position: relative;
  z-index: 2;
  /* Ensures content appears above the overlay */
}

section.about .quote h5 {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  opacity: 70%;
}

section.about .quote h2 {
  font-weight: bold;
  color: #fff;
  font-size: 48px;
}

section.about .quote p {
  font-size: 18px;
  color: #fff;
  opacity: 70%;
  margin-bottom: 50px;
}

section.about .quote a {
  text-decoration: none;
  background-color: #0fa894;
  border: 2px solid #0fa894;
  border-radius: 5px;
  padding: 15px 50px;
  color: #fff;
  margin-top: 25px;
}

section.about .quote a:hover {
  background-color: #097e6e;
  border: 2px solid #097e6e;
}

.grid-about-me {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

section.about .grid-about-me {
  padding-bottom: 50px;
}

section.about .grid-about-me .about-item {
  padding: 25px;
}

section.about .grid-about-me .about-item h2 {
  font-weight: bold;
}

section.about .grid-about-me .about-item a {
  padding: 15px 50px;
  text-decoration: none;
  background: #097e6e;

  color: #fff;
  border-radius: 5px;
}

section.about .grid-about-me .about-item a:hover {
  background: var(--color-font);
}

section.about .grid-about-me .about-item {
  margin: auto;
}

section.about .grid-about-me .about-item img {
  width: 100%;
  border-radius: 10px;
}

section.about .grid-about-me .about-item iframe {
  width: 100%;
  max-height: 315px;
}

@media screen and (max-width: 767px) {
  section.about .quote {
    padding: 25px;
  }

  section.about .quote h2 {
    font-size: 38px;
  }

  section.about .quote p {
    font-size: 14px;
  }

  .grid-about-me {
    display: block;
  }

  section.about .description-about h1 {
    font-size: 24px;
  }
  section.about .description-about h2 {
    font-size: 22px;
  }
  section.about .description-about h3 {
    font-size: 20px;
  }
  section.about .description-about h4 {
    font-size: 18px;
  }
  section.about .description-about h5 {
    font-size: 16px;
  }
  section.about .description-about h6 {
    font-size: 14px;
  }
  section.about .description-about p {
    font-size: 14px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .grid-about-me {
    display: block;
  }
  section.about .description-about h1 {
    font-size: 24px;
  }
  section.about .description-about h2 {
    font-size: 22px;
  }
  section.about .description-about h3 {
    font-size: 20px;
  }
  section.about .description-about h4 {
    font-size: 18px;
  }
  section.about .description-about h5 {
    font-size: 16px;
  }
  section.about .description-about h6 {
    font-size: 14px;
  }
  section.about .description-about p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
}
