:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  justify-content: center;
  display: flex;
}

.image {
  max-width: 200px;
  margin-top: 20px;
}

.navbar {
  background-color: #fff;
  height: 100px;
}

.section {
  background-color: #00194c;
  display: flex;
  height: 100vh;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
}


.column-5 {
  margin-bottom: 20px;
}

.g-container {  
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.container-2 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.column-2 {
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.heading {
  color: #00194c;
  font-size: 24px;
}

.section-2 {
  background-color: #fff;
  align-items: center;
  height: 100px;
  display: flex;
}

.paragraph, .paragraph-2 {
  text-align: center;
}

.image-2 {
  opacity: .9;
  background-color: #fff;
}

.image-2:hover, .image-2:focus {
  opacity: 1;
}

.image-3 {
  opacity: .9;
  background-color: #fff;
}

.image-3:hover, .image-3:focus {
  opacity: 1;
}

.button {
  opacity: .7;
  background-color: #00194c;
}

.button:hover, .button:focus {
  opacity: 1;
}

.paragraph-3 {
  color: #00194c;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.image-4, .image-5 {
  opacity: .75;
  background-color: #fff;
}

.column-3, .column-4 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.paragraph-4, .paragraph-5 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  font-weight: 700;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
}

.columns {
  width: 80%;
  margin-top: 60px;
}

.image-6 {
  opacity: .9;
}

.image-6:hover {
  opacity: 1;
}

.columns-2 {
  width: 80%;
}

@media screen and (max-width: 479px) {
  .section {
    height: 150vh;
    padding-bottom: 100px;
}

  .column {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .column-2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .heading {
    text-align: center;
    line-height: 28px;
  }

  .g-container {
    padding-top: 150px;
  }



  .column-6, .column-7 {
    display: none;
  }
}
