#content {
  width: 100%;
}

#content_header {
  display: none;
}

#inner_content {
  padding: 25px;
  max-width: 1200px;
  margin: 0;
}

#intro {
  color: hsl(0, 0%, 31%);
}

#intro p {
  font-size: 20px;
  margin: 16px 0;
  line-height: 1.35em;
  max-width: 750px;
}

#intro p a {
  color: #eb9421;
}

#intro h2 {
  font-size: 35px;
  text-transform: none;
}

#intro h3 {
  font-size: 24px;
  font-weight: 400;
}

#intro h5 {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

#intro h5 a {
  color: inherit;
  border-bottom: 1px dotted;
  text-decoration: none;
  transition-duration: 0.3s;
}

#intro h5 a:hover {
  color: hsl(34, 83%, 53%);
  transition-duration: 0.3s;
}

.benefit h4 {
  font-size: 24px;
  font-weight: 500;
  padding-left: 30px;
  margin: 0;
}

.benefit h4:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  margin: 0 0.2em 0 -1.2em;
  color: hsl(34, 83%, 53%);
  font-size: 22px;
  position: relative;
  left: -4px;
}

.benefit p {
  padding-left: 30px;
}

#users_container {
  margin: 16px 0;
}

.user_box {
  padding: 16px;
  font-size: 24px;
  display: flex;
}

.icon_container {
  width: 35px;
  text-align: right;
  margin-right: 16px;
  padding-top: 8px;
}

.user_box i {
  color: hsl(34, 83%, 53%);
  font-size: 36px;
}

#col2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.2);
  border-radius: 4px;
  margin-top: 100px;
}

@media (min-width: 800px) {
  #users_container {
    display: flex;
    flex: row wrap;
    margin: 16px 0;
  }

  .user_box {
    width: 32%;
  }

  #col2 {
    width: 525px;
  }
}

@media (min-width: 1200px) {
  #col_container {
    display: flex;
    flex: row wrap;
    width: 1200px;
  }

  #col1 {
    width: 575px;
    margin-right: 50px;
  }

  #col2 {
    width: 525px;
  }
}

#content #price {
  font-weight: 400;
  line-height: 1.35em;
}

.premium_button {
  border-radius: 4px;
  font-size: 24px;
  text-decoration: none;
  font-weight: 400;
  box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.2);
  transition-duration: 0.3s;
  color: white;
  display: inline-block;
  margin: 20px auto;
  padding: 12px 20px;
  cursor: pointer;
  background-color: hsl(34, 83%, 53%);
  margin-top: 24px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
}

.premium_button:hover {
  background-color: hsl(34, 83%, 58%);
  transition-duration: 0.3s;
  transform: scale(1.1);
}

/* Video Section Styling */

.tutorial_section {
  margin: 25px 0;
}

#intro .tutorial_section p {
  margin: 7px 0;
  max-width: none;
}

.video_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 10px;
}

#intro .video_container p {
  max-width: 380px;
  text-align: center;
}

.video_container iframe {
  border-radius: 6px;
  margin: 7px;
  box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.2);
  width: 380px;
  height: 213px;
}

@media screen and (max-width:400px) {
  #intro .video_container p {
    max-width: 300px;
  }
    
  .video_container iframe {
    width: 300px;
    height: 169px;
  }
}

#intro .video_container h5 {
  text-align: center;
  margin-bottom: 7px;
}

h4.section_header {
  color: #505050;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 7px 0;
  padding-bottom: 6px;
  line-height: 1;
  border-bottom: 2px solid hsl(0, 0%, 90%);
  width: 100%;
}