.container h1 {
    color: #0e3360;
    text-align: center;
    font-size: 4.8em;
    line-height: 1.3em;
    font-weight: normal;
    border-bottom: 2px solid #427ec1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.arial {
    font-family: Arial;
}
#outdoor img {
    display: block;
    margin: 5px auto;
}
.row ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.row li {
    font-size: 2.3em;
    color: #114680;
    list-style-image: url(../img/check.png);
}
#epoc h2 {
    color: #2b5c95;
    font-size: 2.1em;
    margin-top: 50px;
    font-weight: bold;
}
#epoc p {
    font-size: 1.7em;
    margin-bottom: 30px;
}
#epoc {
    margin-bottom: 80px;
}
.bold {
    font-weight: bold;
}
.underline {
    text-decoration: underline;
}
.video-container2 {
  margin-top: 20px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0; 
  margin-bottom: 30px; }
.video-container2 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  