.team-sec a:hover {
  text-decoration: none;
}

.team-sec a:hover .employee-details strong {
  color: #7A088C;
}

.team-sec h4 {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
  color: #999999;
}

.team-sec .row {
  margin-bottom: 15px;
}

.team-sec .row [class*=col-md] {
  margin-bottom: 20px;
}

.team-sec .employee-box {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px 0 rgba(16, 31, 48, 0.1);
  background-color: #ffffff;
  font-size: 14px;
  color: #101f30;
  line-height: 1.3;
  display: flex;
  align-items: center;
}

.team-sec .employee-box img {
  border-radius: 5px;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.team-sec .employee-box strong {
  display: block;
  text-transform: uppercase;
}

.team-sec .employee-box span {
  display: inline-block;
}

.press-wrap {
  margin-top: 30px;
}

.press-wrap .main-title {
  margin-bottom: 30px;
}

.press-wrap .inquiries-box {
  border-radius: 5px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  background-color: #101f30;
  margin: 0 auto 40px auto;
  color: #ffffff;
  max-width: 950px;
  font-size: 14px;
  padding: 20px 10px;
  text-align: center;
}

.press-wrap .inquiries-box strong {
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.press-wrap .inquiries-box span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 3px;
  display: inline-block;
}

.press-wrap .inquiries-box .divider {
  margin: 0 5px;
}

.press-wrap .inquiries-box a {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-weight: bold;
}

.press-wrap .media-cont {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px auto;
}

.press-wrap .media-cont p {
  font-size: 14px;
}

.press-wrap .media-cont p:last-child {
  margin-bottom: 0;
}

.press-wrap .article-list {
  margin-bottom: 40px;
}

.press-wrap .article-list [class*=col-] {
  margin-bottom: 20px;
}

.press-wrap .article-box {
  padding: 20px;
  height: 100%;
  border-radius: 5px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.press-wrap .article-logo {
  max-width: 200px;
  max-height: 82px;
  margin: 15px 0;
  object-fit: contain;
}

.press-wrap .article-title {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
  position: relative;
  font-style: italic;
}

.press-wrap .article-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 2px solid #e5e5e5;
  width: 27px;
}

.press-wrap .article-title a {
  color: #101f30;
}

.press-wrap .article-title a:hover {
  color: #7A088C;
  text-decoration: none;
}

.press-wrap .article-link {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.press-wrap .article-link img {
  height: 12px;
  margin-left: 5px;
}

.press-wrap .seenontv-sec {
  margin-bottom: 40px;
}

.press-wrap .seenontv-sec h2 {
  margin-bottom: 25px;
}

.press-wrap .seenontv-sec [class*=col-] {
  margin-bottom: 20px;
}

.press-wrap .seenontv-sec .tv-box {
  border-radius: 5px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  height: 100%;
  overflow: hidden;
}

.press-wrap .seenontv-sec .tv-box .tv-img {
  width: 100%;
  height: 190px;
}

.press-wrap .seenontv-sec .tv-cont {
  padding: 10px 20px 20px 20px;
}

.press-wrap .seenontv-sec .tv-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.press-wrap .seenontv-sec .tv-title a {
  color: #101f30;
}

.press-wrap .seenontv-sec .tv-title a:hover {
  color: #7A088C;
  text-decoration: none;
}

.press-wrap .seenontv-sec .editor-details {
  font-family: "Roboto", sans-serif;
  line-height: 18px;
}

.press-wrap .seenontv-sec .author {
  font-size: 12px;
  color: #454545;
  display: inline-block;
}

.press-wrap .seenontv-sec .author a {
  margin-left: 3px;
}

.press-wrap .seenontv-sec .date {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  position: relative;
}

.press-wrap .seenontv-sec .date:before {
  content: "|";
  margin: 0 5px;
  color: #240261;
}

.press-wrap .news-sec {
  max-width: 950px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.press-wrap .news-sec h2 {
  margin-bottom: 25px;
}

.press-wrap .news-sec .news-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}

.press-wrap .news-sec .news-tag {
  color: #FF9D00;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
}

.press-wrap .news-sec .news-title {
  color: #101f30;
  font-size: 16px;
  margin-bottom: 20px;
}

.press-wrap .news-sec .article-link {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.press-wrap .news-sec .article-link img {
  height: 14px;
  margin-left: 5px;
}

.press-wrap .team-sec h2 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .team-sec h4 {
    text-align: left;
    font-size: 17px;
  }

  .team-sec .employee-box img {
    width: 83px;
    height: 83px;
  }

  .team-sec .employee-box strong {
    margin-bottom: 5px;
  }

  .press-wrap .inquiries-box {
    font-size: 17px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .press-wrap .inquiries-box .divider {
    color: #FF9D00;
  }

  .press-wrap .article-title {
    flex: 1;
    font-size: 17px;
  }

  .press-wrap .seenontv-sec {
    margin-bottom: 30px;
  }

  .press-wrap .seenontv-sec [class*=col-] {
    margin-bottom: 30px;
  }

  .press-wrap .seenontv-sec .tv-box .tv-img {
    height: 220px;
  }

  .press-wrap .seenontv-sec .tv-cont {
    padding-top: 20px;
  }

  .press-wrap .seenontv-sec .tv-title {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .press-wrap .seenontv-sec .author {
    font-size: 14px;
  }

  .press-wrap .seenontv-sec .date {
    font-size: 14px;
  }

  .press-wrap .news-sec .news-tag {
    font-size: 17px;
  }

  .press-wrap .news-sec .news-title {
    font-size: 20px;
    font-weight: 500;
  }

  .press-wrap .team-sec h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .press-wrap .inquiries-box {
    margin-bottom: 80px;
  }

  .press-wrap .media-cont {
    margin-bottom: 30px;
  }

  .press-wrap .article-list {
    margin-bottom: 70px;
  }

  .press-wrap .article-list [class*=col-] {
    margin-bottom: 30px;
  }

  .press-wrap .article-logo {
    margin: 20px 0;
  }

  .press-wrap .article-title {
    font-size: 20px;
  }

  .press-wrap .article-link {
    font-size: 14px;
  }

  .press-wrap .article-link img {
    height: 14px;
  }

  .press-wrap .seenontv-sec {
    margin-bottom: 70px;
  }

  .press-wrap .seenontv-sec h2 {
    margin-bottom: 40px;
  }

  .press-wrap .seenontv-sec .tv-cont {
    padding: 15px 30px 20px 30px;
  }

  .press-wrap .seenontv-sec .tv-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .press-wrap .news-sec {
    padding-bottom: 60px;
  }

  .press-wrap .team-sec h2 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .team-sec h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .team-sec .row {
    margin-bottom: 20px;
  }

  .team-sec .row [class*=col-md] {
    margin-bottom: 25px;
  }

  .team-sec .employee-box {
    font-size: 17px;
    padding: 15px;
  }

  .team-sec .employee-box img {
    width: 90px;
    height: 90px;
    margin-right: 15px;
  }

  .team-sec .employee-box strong {
    font-size: 20px;
  }

  .press-wrap .inquiries-box {
    justify-content: center;
  }

  .press-wrap .inquiries-box strong {
    margin-bottom: 0;
    margin-right: 40px;
  }

  .press-wrap .inquiries-box span {
    margin-bottom: 0;
  }

  .press-wrap .inquiries-box .divider {
    margin: 0 20px;
  }

  .press-wrap .seenontv-sec .tv-box .tv-img {
    height: 275px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .press-wrap .inquiries-box strong {
    flex: 1 0 100%;
  }

  .press-wrap .article-logo {
    max-width: 160px;
    max-height: 65px;
  }
}