@import url('../fonts/font.css');

body {
  margin: 0px;
  padding: 0px;
}

.about_us_title_div {
  margin-bottom: -10px;
}

.about_us_title_div_img {
  position: relative;
  bottom: 103px;
  z-index: -1;
  width: 100%;
  height: 746px;
  object-fit: cover;
}

.about_us_title_div_img_small {
  position: relative;
  bottom: 103px;
  z-index: -1;
  width: 100%;
  height: 746px;
  object-fit: cover;
  display: none;
}

.about_us_title_div_gopark_logo_div {
  height: auto;
  width: 250px;
  margin-bottom: -627px
}

.about_us_title_div_gopark_logo_img {
  position: absolute;
  top: 291px;
  right: 115px;
  margin-top: 20px;
  margin-left: 20px;
  width: 416px;
  height: auto;
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;
}

.about_us_title_sub_div {
  position: relative;
  bottom: 98px;
  left: 62px;
  width: 540px;
}

.about_us_title {
  font-family: Gabarito-Regular;
  font-size: 50px;
}

.about_us_sub_title {
  font-family: Gabarito-Regular;
}

.about_us_sub_title_key_word {
 color: rgb(71, 147, 196);
}
