top* {
  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: column;
  align-items: top;
  justify-content: top;
  padding: 15px 0 14px;
  width: 100%;
  margin: auto;
  border: #fbab40;
  height: 100vh;
  background-color:#FF5733;
   background: url(./policies/base.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  


  
}



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

.header > h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 4vw;
  line-height: 120%;
  align-items: centre;
  text-align: center;
  color: #000000;
  flex-grow: 0;
  margin: 0px 0px;
  style= "vertical-align: top;"
  
}

.header > p {
  font-style: normal;
  font-weight: 400;
  font-size: 3vw;
  line-height: 120%;
  text-align: center;
  color: #000000;
  flex-grow: 0;
  margin: 0px 0px;
}



@media screen and (max-width: 1024px) {
    .container {
        background-size: contain;
        background-position-y: top;
	
    }
}

@media screen and (max-width: 600px) {
    .container {
        background-size: contain;
        background-position-y: top;
	
    }
