.home-banner {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 100px 0 0;
}
.home-banner .inner-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}
.home-banner .title-section{
margin: 0 0 50px;
}
.home-banner .title-section h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 72px;
  color: #000;
  font-family: 'Lexend';
  line-height: 86px;
  font-weight: 600;
  text-align: center;
  letter-spacing:-2px;
}
.home-banner .title-section h1 b{
  display:block;
  font-weight: 600;
}
.home-banner .button-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 150px;
}
.home-banner .button-section a {
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
  padding: 0;
  font-family: 'Lexend';
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home-banner .button-section a:hover{
  color: #008DF2;
  text-decoration: none;
}
.home-banner .button-section a:last-of-type{
  padding: 0 0 5px;
  border-bottom: 1px solid #000;
  margin: 0 0 0 28px;
}
.home-banner .button-section a:last-of-type:hover{
  color: #008DF2;
  border-bottom: 1px solid #008DF2;
}
.home-banner .button-section a:first-of-type{
  max-width: 148px;
  margin: 0;
  display: block;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 18px;
  height: 40px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  background: #0077CC;
  width: 100%;
  border-radius: 50px;
}
.home-banner .button-section a:first-of-type:hover{
  background: #000;
  text-decoration: none;
}
 
