/* .Nowcontainer {
  max-width: 100%; 
  margin: 0 auto;
} */



@media screen and (min-width:2000px) {
  .Nowcontainer {
    max-width: 60rem;
    margin: 0 auto;
  }
}


.bg{

  background-repeat: no-repeat;

  background-size: 100% 100%;

  background-position: 0 0;

}

.center{

  display: flex;

  align-items: center;

  justify-content: center;

}

.top_banner{

  background-image: url(/images/contact.png);

  height: 20rem;

  margin-bottom: 4rem;

  border-bottom-left-radius: var( --border-radius);

  border-bottom-right-radius: var( --border-radius);

}

.top_banner h1{

  font-family: Gilroy-Medium;

	font-size: 2rem;

	line-height: 4.5rem;

	color: #ffffff;

  font-weight: bold;

}

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

  .bg{

    margin-bottom: 4rem;

    background-size: auto 100%;

    background-position:center;

  }

  .top_banner{

    height: 20rem;

  }

}