.nct-fon {
  background: url("../img/nct_fon.jpg") no-repeat;
  background-size: cover;
}
.nct-fon h1 {
  padding: 20px 0;
  font-family: Lexend, sans-serif;
  color: orange;
  text-align: center;
  font-size: 2.5em;
  font-weight: 800;
}

.nct-text {
  margin-top: 30px;
  width: 450px;
  font-family: Lexend, sans-serif;
  font-size: 1.2em;
  font-weight: 600px;
}

.nct-text1 {
  margin-left: 10px;
  margin-top: 20px;
  width: 550px;
  font-family: Lexend, sans-serif;
  font-size: 1.1em;
  font-weight: 600px;
}

.NCT-logo {
  z-index: 1;
  width: 120px;
  margin-top: 16px;
}

@media screen and (max-width: 1200px) {
  main .container.d-flex > .d-flex {
    flex-direction: column;
  }
  main .container.d-flex > .d-flex > div {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .d-flex.card-wrap__desc {
    display: none !important;
  }
  .nct-text {
    width: 80%;
  }
  .card-wrap__mob {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  main .container.d-flex {
    flex-direction: column;
    align-items: center !important;
  }
  .nct-text {
    width: 100%;
  }
  .nct-text1 {
    width: 100%;
  }
  main .container.d-flex > .d-flex {
    flex-direction: row;
  }
  .container.d-flex > .d-flex > div:first-child {
    margin-right: -40px !important;
  }
  .container.d-flex > .d-flex > div:last-child {
    margin-left: -40px !important;
  }
  .d-flex.card-wrap__desc {
    display: none !important;
  }
  .card-wrap__mob {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .nct-text {
    width: 90%;
    font-size: 1rem;
  }
  .container.d-flex > .d-flex .card {
    width: 12rem !important;
  }
  .container.d-flex > .d-flex .card img {
    width: 100% !important;
    height: 126px !important;
  }
  .container.d-flex > .d-flex .card .card-body {
    padding: 10px 15px;
    font-size: 13px;
  }
  .card-wrap__mob .card {
    width: 10rem !important;
  }
  .card-wrap__mob .card img {
    width: 100% !important;
    height: 140px !important;
  }
  p.card-text {
    font-size: 0.7rem !important;
  }
}
@media screen and (max-width: 450px) {
  .container.d-flex > .d-flex .card {
    width: 10rem !important;
  }
  .container.d-flex > .d-flex .card img {
    height: 105px !important;
  }
  .container.d-flex > .d-flex .card .card-body {
    font-size: 11px;
  }
  .card-wrap__mob .card {
    width: 8rem !important;
  }
  .card-wrap__mob .card img {
    width: 100% !important;
    height: 110px !important;
  }
  .card-body {
    padding: 10px !important;
  }
  p.card-text {
    font-size: 10px !important;
  }
  .NCT-logo {
    width: 90px;
  }
  .card-wrap__mob > div:first-child {
    margin-right: -30px !important;
  }
  .card-wrap__mob > div:last-child {
    margin-left: -30px !important;
  }
}
@media screen and (max-width: 390px) {
  .container.d-flex > .d-flex .card {
    width: 8rem !important;
  }
  .container.d-flex > .d-flex .card .card-body {
    font-size: 8px !important;
  }
}
