/*--------------------------------------------------
 *                   RD Reset
 * --------------------------------------------------*/
.toptop_banner {
  display: none;
}

/*--------------------------------------------------
 *                   Basic style
 * --------------------------------------------------*/
 /* give some space to the content container */
#position_0.container {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}

.container h1 {
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 600;
  color: #079bcc;
  text-align: center;
  padding: 25px 20px 20px 20px;
  margin: 0 auto !important;
  display: block;
  width: fit-content;
}
/* @media (max-width: 600px) {
  .toptop_banner {
    display: block;
  }
} */