.s3gonline{

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin-top: 180px
}

.s3gonline h1 {
  font-size: 2rem;
  text-transform: uppercase;
}

.s3gonline h2 {
  font-size: 1.4rem;
  color: rgb(50, 50, 50);
  font-weight: 400;

  margin-top: 10px;
}

.s3gonline p {
  margin-top: 20px;
  width: 60%;
  text-align: center;
}

.container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}

.card {
  border-radius: 2px;
  height: 200px;
  margin: 10px 20px;
  background-color: rgb(245, 245, 245);
}

.card i {
  color: #7b101e;
}

.video {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  margin: 80px 0;
}

.video h3 {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 20px;
}

@media (max-width: 756px){


  .s3gonline h1 {
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
  }

  .s3gonline h2 {
    font-size: 1.2rem;
    color: rgb(50, 50, 50);
    font-weight: 400;
    text-align: center;
  }

  .s3gonline p {
    width: 90%;
  }

  .card {
    height: 250px;
  }

  .video h3 {
    font-size: 1.2rem;
    text-align: center;
  }

  .video video {
    width: 90%;
  }
}