.about {
  padding: 0 4rem;
  margin-bottom: 16rem;
}

.about__body {
  display: flex;
  gap: 5.5rem;
  align-items: center;
}

.about__gallery {
  flex: 1;
  width: 100%;
}

.about__info {
  flex: 1;
}

.about__gallery img {
  object-fit: contain;
  max-width: 800px;
  height: 500px;
  width: 100%;
}

/* SERTİFİKATLAR SECTION */
.certficat {
  padding: 0 4rem;
  position: relative;
  margin-bottom: 16rem;
}

.certficat__item {
  display: inline-block;
  padding: 3.7rem 4.6rem;
  background: #161616;
  border-radius: 1rem;
  max-width: 32.5rem;
  width: 100%;
  height: 39.4rem;
}

.certficat__item img {
  /* width: 23.3rem; */
  height: 32rem;
  object-fit: contain;
}

.certficat__head {
  margin-bottom: 6rem;
}

.certficat__head h3 {
  max-width: 50.3rem;
  width: 100%;
}

.slick-initialized .slick-slide {
  margin: 0 2rem 0 0;
}

.certficat__items .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 4rem;
}

.certficat__items .slick-dots li {
  width: 1rem;
  height: 1rem;
  border-radius: 5px;
  margin: 0 5px;
  background-color: #ffff;
}

.certficat__items .slick-dots li button {
  display: none;
}

.certficat__items .slick-dots li.slick-active {
  background-color: var(--color-green);
}

.certficat__items .custom-prev,
.certficat__items .custom-next {
  position: absolute;
  transform: translateY(-50%);
  width: 28.62px;
  height: 28.62px;
  background-color: var(--color-green);
  color: var(--color-black);
  border: none;
  border-radius: 50%;
  font-size: 1.6rem;
}

.certficat__items .custom-prev {
  top: -20%;
  right: 0%;
}

.certficat__items .custom-next {
  top: -20%;
  right: 3%;
}

/* CALATLOG SECTION */
.catalog {
  padding: 0 4rem;
  margin-bottom: 20rem;
}

.catalog__head {
  margin-bottom: 6rem;
}

.catalog__head h3 {
  max-width: 50.3rem;
  width: 100%;
}

.catalog__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.5rem 3.5rem 3.5rem 0;
  border-bottom: 1px solid var(--color-white);
  border-top: 1px solid var(--color-white);
  gap: 1rem;
}

.catalog__item a i {
  font-size: 25px;
  color: var(--color-green);
}

/* RESPONSIVE QUERIES */

@media screen and (max-width: 1500px) {
  .certficat__items .custom-prev {
    top: -25%;
  }

  .certficat__items .custom-next {
    top: -25%;
  }
}

@media screen and (max-width: 1400px) {
  .about__gallery img {
    /* width: 500px; */
    height: 400px;
  }
}

@media screen and (max-width: 1300px) {
  .certficat__items .custom-prev {
    top: -30%;
  }

  .certficat__items .custom-next {
    top: -30%;
    right: 5%;
  }
}

@media screen and (max-width: 1100px) {
  .about__body {
    flex-direction: column;
    gap: 3rem;
  }

  .about__gallery img {
    gap: 3.5rem;
  }

  .about__gallery {
    flex: unset;
  }

  .about__info {
    flex: unset;
  }
}

@media screen and (max-width: 912px) {
  .about {
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .about {
    padding: 0 1rem;
  }

  .about__gallery img {
    /* width: 30rem; */
    height: 100%;
  }

  .certficat {
    padding: 0 1rem;
    margin-bottom: 10rem;
  }

  .certficat__head h3,
  .catalog__head h3 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 3rem;
  }

  .certficat__items .custom-next {
    right: 7%;
  }

  .catalog {
    padding: 0 1rem;
    margin-bottom: 9rem;
  }

  .catalog__item {
    padding: 2.5rem 2.5rem 2.5rem 0;
  }

  .catalog__item h6 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .slick-initialized .slick-slide {
    margin: 0;
  }

  .certficat__item {
    /* max-width: 100%; */
  }
}
