body {
  background-color: white;
  color: #021c35;
  margin:0;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0px 0px;
  text-align: center;
  background: white;
  border-top: 3px solid #82bc0e;
  border-bottom: 1px solid #ccc;
}
.header img{
    width: 100px;
}
.content {
  max-width: 1264px;
  width: 90%;
  margin: 120px auto 0;
  padding: 20px 0px;
}
.content .img-block1 img, .content img{
 width: 91.5%;
 padding: 7px;
}
.content .img-block2 img{
 width: 45%;
 padding: 7px;
}
a {
    color:#021c35;
    text-decoration: underline;
}
a:hover {
    color:#82bc0e;
    text-decoration: none;
}
.gn {
    color:#82bc0e;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h1 {
    font-weight: 600;
    margin: 10px 0;
}
h2, h3, h4 {
    font-weight: normal;
    font-style: normal;
}

.video-container {
    display: flex;
    justify-content: center;
    max-width: 91.5%;
}
    
.video-container iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}