.header_background{
  height: 30px;
}

.announcement_section {
  margin-top: 150px;
  margin-bottom: 0px;
  background-color: white;
  padding; 200px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.announcement_logo{
  padding-top: 20px;
}

.announcement_section .announcement_heading{
  color: #e4382e;
  font-size: 50px;
  font-weight: 700;
  line-height; 60px;
  text-align: center;
  padding-top: 20px;
}

.announcement_section .btn_style{
  padding-bottom: 20px;
  text-align: center;
}

.hero_section .scroll_title{
  margin-top: 375px
}


@media(max-width: 1100px) {
  .announcement_section{
    margin-top: 150px;
    margin-bottom: 50px;
    background-color: white;
    padding; 50px;
    width: 100%;
    display: block;
    text-align: center;
  }
}
