.terms-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  width: 100%;
  background: url(../img/terms-conditions-bg.jpg) top center no-repeat;
  background-size: cover;
}

.main-content {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.main-content h3 {
  text-align: center;
  color: #335288;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.main-content h4 {
  color: #263238;
  font-size: 22px;
  font-weight: 500;
  margin-top: 2.5rem;
}
.main-content p {
  color: #6f6f6f;
  font-size: 16px;
}
.main-content ul li {
  color: #6f6f6f;
  font-size: 16px;
}

/* ====================end =============== */

.contact-bg-second {
  padding: 2.5rem;
  margin-top: 0rem;
  height: 100%;
  width: 100%;
  background: url(../img/Cyber-services/contact-bg.jpg) top center no-repeat;
  background-size: cover;
}

.contact-content-second h3 {
  text-align: center;
  font-weight: 600;
  font-size: 42px;
  color: #ffffff;
  position: relative;
}

@media screen and (min-width: 300px) and (max-width: 500px) {
  .main-content {
    padding: 1rem;
  }
  .contact-content-second h3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 300px) and (max-width: 700px) {
  .terms-bg {
    height: 60vh;
    position: relative;
  }
}
