@media screen and (max-width: 400px){


.head-top-row{
  flex-direction: column;
}

.head-top-left{
  flex-basis: 100%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0px 0px 0px 0px;
}

.head-top-left img{
  max-width: 200px;
  display: block;
  margin: auto;
  
}

.head-top-right{
  display: flex;
  flex-basis: 100%;
  align-items: center;
  flex-direction: row;
  margin: 0px 0px 0px 0px;
  justify-content: flex-end;
}
.head-top-right p{
  color: #CDC8D6;
  text-align: center;
  margin-right: 30px;
}

.head-top-right a{
  color: #CDC8D6;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  border: solid 2px #CDC8D6;
  border-radius: 12px;
  text-align: center;
  margin-right: 5px;
}

.main-nav a{
  font-size: 12px;
}


.hero-section {
  width: 100%;
  height: 400px;
  background-image: url("images/hero.jpg");
  background-repeat: no-repeat;
  background-size: 2400px 400px;
  position: relative;
}


.hero-section-text {
  width: 100%;
  position: absolute;
  top: 20%;
  background-color: rgb(0 0 0 / 40%);
}

.hero-section-text h1{
  text-align: center;
  font-size: 40px;
  color: lightgreen;
  
}

.white-background{
  width: 90%;
  margin-left: 0;
  display: block;
  margin: auto;
}

.col-3{
  flex-basis: 100%;
  max-width: 100%;
}

/*--- call to action button ---*/

.bng-calltoaction a{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px !important;
}

.container{
  padding-left: 0; 
  padding-right: 0;
}

.insurance-item{
  font-size: 12px;
}

/*------navigation ----*/


nav ul{
  width: 100%;
  padding-top: 5px;
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
  text-align: center;

}

nav li{
  display: inline-block;
  text-align: center;
  font-size: 15px;
  margin-right: 10px;
}


/*------ end navigation ----*/


  

  }