* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
  margin: auto;
}

.bg-image {
  position: absolute;
  bottom: -88%;
}

.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 50px 0 50px;
  width: 100%;
  margin: auto;
  border: #fbab40;
  background-color: #081728;
  background-repeat: repeat;
  background-position-x: center;
  background-position-y: 70px;
  background-origin: padding-box;
}


.iframe {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px 0 30px;
  width: 60%;
  margin: auto;
 
 }

.header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-style: normal;
}

.header  h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ff9e40;
  margin-bottom: 20px;
}

.header h2 {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}


.header h3 {
  text-align: center;
  color: #ff9e40;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
  margin-bottom: 10px;

}

.header h4 {
  text-align: center;
  color: #E7DFDD;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
}

.header h5 {
  text-align: center;
  color: #E7DFDD;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
}

.header p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  text-align: left;
  color: #ffffff;
  margin: 18px 0px;
  margin-right: 30px;
  margin-left: 30px;
  flex-shrink: 1;
}

.options {
  display: flex;
  flex-direction: row;
  
}

.header a {
  display: inline-block;
  color: #fefefefe;
  text-decoration: none;
  margin: 0px 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
}

.header a:hover {
  display: inline-block;
  color: #ff9e40;
  text-decoration: none;
  margin: 0px 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
     
}

.learn-more > a > button {
  background: #f6821f;
  border-radius: 4px;
  border: none;
  width: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 55px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: rgba(246, 130, 31, 1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.responsive {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
    
          
}

