.full-width{
    width: 100%;
    /* background-color: blue; */
    height: 400px;
    
}

.inner{
    width: 1280px;
    /* background-color: white; */
    height: 300px;
    margin: 0 auto;
}
.bg-image {
    background-image: url(/assets/css/images/banner.jpg);
    background-size: cover;
}

.white-background{
    
    background-color: white;
}
.blue-background {
    background-color: #5385c1;
}
.logo {
    display: inline;
    color: white;
    maring-top: 5%;

}
.navigation {
    float: right;
    
}
.navigation ul li{
  float: left;
  list-style-type: none;
}
.navigation ul li a{
  text-decoration: none;
  color: white;
}
.lipadding-left {
  padding-left: 20px;
}


.hero_content_wrap{
  color: white;
  text-align: center;
  padding-top: 10%;
  font-size: 1.5rem;
}

.box1, .box2, .box3{
  margin-top: 10%;
}
.box1{
    float: left;
    width: 27%;
    padding-right: 4%;
    /* padding-left: 4%; */
    border-right: 1px solid black;
}
.box2{
    float: left;
    width: 27%;
    padding-right: 4%;
    padding-left: 4%;
    border-right: 1px solid black;
}
.box3{
    float: left;
    width: 29%;
    /* padding-right: 4%; */
    padding-left: 4%;
    text-align: left;
}
.peoplebox1 {
    border: 1px solid white;
    width: 21.5%;
    height: 30%;
    float: left;
    text-align: center;
}
.peoplebox2 {
  margin-left: 4%;
  border: 1px solid white;
  width: 21.5%;
  height: 30%;
  float: left;
  text-align: center;
}
.peoplebox3 {
  margin-left: 4%;
  border: 1px solid white;
  width: 21.5%;
  height: 30%;
  float: left;
  text-align: center;
}
.peoplebox1,.peoplebox2, .peoplebox3, .peoplebox4 {
  padding-top: 5%;
  color: white;
  padding-bottom: 5%;
}
.peoplebox4 {
  margin-left: 4%;
  border: 1px solid white;
  width: 21.5%;
  height: 30%;
  float: left;
  text-align: center;
}
/* .inner h1{
    text-align: center;
} */
/* .inner p{
    text-align: center;
} */
.first-column{
    float: left;
    width: 48%;
    background-color: cyan;
    height: 300px;
    margin-right: 4%;
}
.first-column img{
  width: 100%;
}
.second-column{
    float: left;
    width: 48%;
    background-color: yellow;
    height: 300px;
}
.second-column img{
  width: 100%;
}
.more-button {
  background-color: #5385c1;
    border: none;
    padding: 7px 20px 5px 17px;
    color: white;
}
