html,body{
  overflow-x: hidden;
}
.new-hero-section{
  position: relative;
}

.new-hero-section .title-hero-text{
  position: absolute;
  top: 25%;
  left: 10%;
}


.new-hero-section .title-hero-text h1{
    font-size: 5rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fcf7f8;
  font-weight: bold;
  margin-bottom: 20px;
}


.new-hero-section .title-hero-text p{
  color: #fff;
  border-top: 1px solid rgb(231 149 64);
  padding-top: 20px;
  padding-bottom: 20px;
}


.margin-top-100{
  margin-top: 100px;
}

.margin-bottom-100{
  margin-bottom: 100px;
}

.title-sub-text{
  font-weight: bold;
  text-transform: none;
  font-size: 3rem;
  margin-bottom:30px;
}

.title-sub-text-p{
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #575758;
  line-height: 1.5;
}

.title-sub-text-orange{
  font-size: 1.6rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: normal;
  color: #e69540;
  line-height: 1.5;
}


.new-short-about{
      background-color: #f2f7fe;
    background-repeat: no-repeat;
    background-position: 150% bottom;
    background-size: 70%;
    padding-top: 50px;
}

.orange-chip{
  background-color: #ffffff;
  color: red;
  padding: 10px;
  display: inline-block;
  color: #e69540;
  font-size: 14px;
  font-weight: bold;
}

.row-vertically-center{
  display: flex;
  align-items: flex-end;
}
  

.show-in-mobile{
  display: none;
}

.img-w-75{
  width: 75%;
}

@media only screen and (max-width: 1024px) {
  .row-vertically-center{
  display: block;
  align-items: center;
}
}



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


.row-vertically-center{
  display: block;
  align-items: center;
}

.new-short-about{
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: none !important;
}  

  .title-sub-text{
    font-size: 2.5rem;
    margin-bottom: 20px;
  }


.title-sub-text-p{
  font-size: 1.6rem;
}


.margin-top-100{
  margin-top: 50px;
}

.margin-bottom-100{
  margin-bottom: 50px;
}

  .hide-in-mobile{
    display: none;
  }

  .show-in-mobile{
    display: block;
  }

  .new-hero-section .title-hero-text{
      position: relative;
    background: #315a94;
    left: 0px;
    width: 100%;
    top: 0px;
    display: inline-block;
    float: left;
    text-align: center;
  }

  .new-hero-section .title-hero-text h1{
    text-align: center;
    font-size: 3rem;
  }

}
