/* What's Nokasoft */
.whats-nokasoft {
  background-image: url("../images/what-about-bg.svg");
  background-size: cover;
  text-align: center;
  padding-bottom: 140px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.whats-nokasoft__container {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 60px;
}

.whats-nokasoft__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
}

.whats-nokasoft__text {
  font-size: 14px;
  font-weight: 400;
}

.whats-nokasoft__btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 30px;
}

.whats-nokasoft__btn-title {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .whats-nokasoft {
    text-align: left;
    padding-bottom: 0px;
  }

  .whats-nokasoft__container {
    padding: 40px 26px;
  }

  .whats-nokasoft__btn-container {
    display: flex;
    justify-content: left;
  }

  .whats-nokasoft__title {
    font-size: 24px;
  }

  .whats-nokasoft__text {
    font-size: 12px;
  }

  .whats-nokasoft__btn-title {
    font-size: 14px;
  }
}
