:root {
  --kütüp-library-dim-grey: #6e6e6e;
  --kütüp-library-dark-slate-grey: #264653;
  --kütüp-library-burntsienna: #e76f51;
}

.kutup-paragraph {
  color: var(--kütüp-library-dim-grey);
  font-size: 16px;
  font-weight: 700;
}

.kutup-features-title-2 {
  color: var(--kütüp-library-dark-slate-grey);
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.kutup-features-3-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-component-divider {
  color: var(--kütüp-library-dark-slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-display-2 {
  color: var(--kütüp-library-dark-slate-grey);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-small-top-text {
  color: var(--kütüp-library-burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-medium-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-section {
  background-color: #fff;
  padding: 90px 5%;
}

.kutup-button-line {
  background-color: var(--kütüp-library-burntsienna);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.kutup-button-with-line {
  color: var(--kütüp-library-dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-green {
  color: #000;
  background-color: #6bc0f0;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green:hover {
  background-color: #3f6474;
}

.kutup-flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-flex-divider.kutup-center {
  justify-content: center;
}

.kutup-subhead-dark {
  color: var(--kütüp-library-dim-grey);
  font-size: 18px;
  font-weight: 700;
}

.kutup-divider-30px {
  height: 30px;
}

.kutup-hero-title-3 {
  color: var(--kütüp-library-dark-slate-grey);
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.kutup-hero-icon {
  background-color: #fff0;
  border-radius: 5px;
  padding: 10px;
}

.kutup-max-w-width-940px {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-shrink-item {
  z-index: 1;
  flex: 1;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.kutup-hero-3 {
  background-color: #eeece9;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.body {
  background-color: #eeece9;
}

.link {
  font-size: 30px;
}

.image {
  padding-left: 38px;
}

@media screen and (max-width: 991px) {
  .kutup-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kutup-hero-title-3 {
    font-size: 70px;
  }

  .kutup-hero-3 {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-hero-title-3 {
    font-size: 50px;
  }
}

@media screen and (max-width: 479px) {
  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-flex-divider {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-flex-divider.kutup-center {
    align-items: center;
  }

  .kutup-subhead-dark {
    font-family: Montserrat, sans-serif;
  }

  .kutup-hero-title-3 {
    font-family: Montserrat, sans-serif;
    font-size: 33px;
  }

  .kutup-hero-3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
