.section-1{
    position: relative;
    height: 200px;
    background: rgba(251, 191, 118, 0.15);
}
.section-1-overlay{
    position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: black;
  padding: 5%;
}
.section-1-overlay h1{
    font-size: 48px;
    font-family: 'Hastegi';
    /*text-transform: uppercase;*/
    font-weight: 400;
}
@media (max-width:1200px){
    .section-1 {
        height: 120px;
    }
    .section-1-overlay h1 {
        font-size: 36px;
    }
}
@media (max-width:1024px){
    .section-1 {
        height: 120px;
    }
    .section-1-overlay h1 {
        font-size: 32px;
    }
}
@media (max-width:992px){
    .section-1 {
        height: 120px;
    }
    .section-1-overlay h1 {
        font-size: 32px;
    }
}
@media (max-width:768px){
    .section-1 {
        height: 120px;
    }
    .section-1-overlay h1 {
        font-size: 28px;
    }
}
@media (max-width:575px){
    .section-1 {
        height: 100px;
    }
    .section-1-overlay h1 {
        font-size: 28px;
    }
}
@media (max-width:425px){
    .section-1 {
        height: 100px;
    }
    .section-1-overlay h1 {
        font-size: 24px;
    }
}
@media (max-width:375px){
    .section-1 {
        height: 100px;
    }
    .section-1-overlay h1 {
        font-size: 24px;
    }
}

.section-2{
    padding: 50px 5% 0 5%;
}
.section-2 p{
    font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 20px 0;
}
@media (max-width:1200px){
 
}
@media (max-width:1024px){
 
}
@media (max-width:992px){
 
}
@media (max-width:768px){
 
}
@media (max-width:575px){
    .section-2{
        padding: 40px 5%;
    }
}
@media (max-width:425px){
    .section-2{
        padding: 40px 5%;
    }
}
@media (max-width:375px){
    .section-2{
        padding: 40px 5%;
    }
}