﻿
html,
body {
  overflow-x: hidden;
}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
a:link {
  text-decoration: none;
}

.nco-page-banner {
  max-width: 1200px;
  min-width: 500px;
  margin-top: -2px;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.class-section {
  display: flex;
  margin: 20px;
  gap: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.class-img {
  border-radius: 3px;
  width: 350px;
  height: 250px;
  object-fit: cover;
}
.section-one {
  display: flex;
  gap: 50px;
}
.accordion {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-title {
  font-family: "Franklin Gothic", "Arial Narrow", Arial, sans-serif;
  color: #00264b;
  font-weight: bold;
}
.section-subtitle {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.accordion-title {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  font-size: 0.8rem;
}
.title {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #00264b;
}
.img-caption {
  font-weight: bold;
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
}
.img-container {
  display: flex;
  padding-top: 10px;
}
.img-with-text {
  text-align: center;
}
.nco-paragraph {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  word-break: keep-all;
  hyphens: none;
  line-height: 1.5rem;
}

.img-section {
  display: flex;

  flex-direction: column;
}

.nco-image {
  width: 200px;
  height: 200px;
  object-position: top;
  object-fit: cover;
  border-radius: 50%;
}

@media only screen and (max-width: 800px) {
  .img-container {
    display: flex;
    padding-top: 10px;
    justify-content: center;
  }
  .class-section {
    display: flex;
    margin: 20px;
    gap: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
  }

  .class-img {
    border-radius: 3px;
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .section-title {
    text-align: left !important;
  }
}

