﻿
html,
body {
  overflow-x: hidden;
}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.asterisk {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  font-size: 0.8rem;
}
a:link {
  text-decoration: none;
}
.subtitle {
  font-family: "Franklin Gothic", "Arial Narrow", Arial, sans-serif;
  color: #00264b;
  font-size: 0.9rem;
  text-align: center;
}
.caption {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  font-size: 0.9rem;
}
.left-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.banner {
  max-width: 1200px;
  min-width: 500px;
  margin-top: -2px;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.metl-img {
  width: 350px;
  height: auto;
}
.metl-paragraph {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  word-break: keep-all;
  line-height: 1.5rem;
  hyphens: none;
}

.title {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #00264b;
}

.accordion {
  padding-top: 10px;
  padding-bottom: 20px;
}
.accordion-title {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  font-size: 0.8rem;
}

@media only screen and (max-width: 800px) {
  .banner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .background-color-baner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .accordion {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .contract-img {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .title.last {
    margin-top: 20px;
  }
  .left-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .metl-img {
    width: 100%;
    height: auto;
  }
}

