.banner-content h1{
     font-family: "Yeseva One", serif;
     text-transform: capitalize;
     font-weight: 500;
}
@media(max-width:768px){
.banner-content h1{
    font-weight:20px;
}
.banner{
height:100%;
}
.banner-overlay{
height:100%;}
.box-1{
 border-right: none;
    border-bottom: 2px solid #ffbd59;

}
.box-2{
 border-right: none;
    border-bottom: 2px solid #ffbd59;

}

.box-3{
    border-right: none;
    border-bottom: 2px solid #ffbd59;

}

.box-4{

}

}
.yeseva-one-regular {
  font-family: "Yeseva One", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}
.b-color{
  color:  #ffbd59;
}
.f-pop{
    font-family: "Poppins", serif;
  font-style: normal;
  color:#fff;
  font-size: 20px;
  font-weight: 300;
  
}
.box-1{
    border-right: 2px solid #ffbd59;

}

.box-2{
    border-right: 2px solid #ffbd59;

}

.box-3{
    border-right: 2px solid #ffbd59;

}

.box-4{

}
.banner-boxes {
    
  max-width: 900px;
    margin:30px auto;
}
.banner-boxes .col-md-4{
    padding:0px 30px;
    text-align: left;
}
.f-pop{
     text-align: left;
}
.head_line{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
}
.head_line::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #920000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}