@import url('../../fonts/font.css');

@media (max-width: 1266px) {
  .about_us_title_sub_div {
    position: relative;
    bottom: 98px;
    left: 42px;
    width: 440px;
  }

  .about_us_title_div_gopark_logo_img {
    position: absolute;
    top: 291px;
    right: 80px;
    margin-top: 20px;
    margin-left: 20px;
    width: 416px;
    height: auto;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
  }
}

@media (max-width: 1180px) {
   .about_us_title_div_gopark_logo_img {
    position: absolute;
    top: 291px;
    right: 40px;
    margin-top: 20px;
    margin-left: 20px;
    width: 416px;
    height: auto;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
  }
}

@media (max-width: 1180px) {
  .about_us_title_sub_div {
   position: relative;
   bottom: 98px;
   left: 42px;
   width: 340px;
  }

  .about_us_sub_title {
    font-family: Gabarito-Regular;
    font-size: 16px;
  }

  .about_us_title_div_gopark_logo_img {
    position: absolute;
    top: 291px;
    right: 84px;
    margin-top: 20px;
    margin-left: 20px;
    width: 300px;
    height: auto;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
  }
}

@media (max-width: 920px) {
  .about_us_title_div_gopark_logo_img {
    position: absolute;
    top: 291px;
    right: 44px;
    margin-top: 20px;
    margin-left: 20px;
    width: 300px;
    height: auto;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
  }
}

@media (max-width: 822px) {
  .about_us_title_sub_div {
      position: relative;
      bottom: 98px;
      left: 42px;
      width: 200px;
  }

  .about_us_title {
      font-family: Gabarito-Regular;
      font-size: 30px;
  }

  .about_us_sub_title {
      font-family: Gabarito-Regular;
      font-size: 13px;
  }

  .about_us_title_div_gopark_logo_img {
      position: absolute;
      top: 291px;
      right: 75px;
      margin-top: 20px;
      margin-left: 20px;
      width: 200px;
      height: auto;
      background-color: white;
      padding: 5px;
      border-radius: 5px;
      transition: 0.5s;
      cursor: pointer;
  }
}

@media (max-width: 730px) {

  .about_us_title_div_gopark_logo_img {
    position: absolute;
    top: 291px;
    right: 52px;
    margin-top: 20px;
    margin-left: 20px;
    width: 200px;
    height: auto;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
  }
}

@media (max-width: 640px) {

  .about_us_title_div_gopark_logo_img {
    position: absolute;
    top: 291px;
    right: 27px;
    margin-top: 20px;
    margin-left: 20px;
    width: 200px;
    height: auto;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
  }
}

@media (max-width: 590px)  {

  .about_us_title_div_img {
    position: relative;
    bottom: 103px;
    z-index: -1;
    width: 100%;
    height: 746px;
    object-fit: cover;
    display: none;
  }

  .about_us_title_div_img_small {
    position: relative;
    bottom: 103px;
    z-index: -1;
    width: 100%;
    height: 746px;
    object-fit: cover;
    display: block;
  }

  .about_us_title_sub_div {
    position: relative;
    bottom: 56px;
    left: 0px;
    margin-left: 40px;
    width: 80%;
  }

  .about_us_sub_title {
    font-family: Gabarito-Regular;
    font-size: 15px;
  }

  .about_us_title_div_gopark_logo_img {
    position: absolute;
    top: 291px;
    right: 27px;
    margin-top: 20px;
    margin-left: 20px;
    width: 200px;
    height: auto;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
    display: none;
  }
}

@media (max-width: 400px)  {
  .about_us_title_div_img_small {
    position: relative;
    bottom: 71px;
    z-index: -1;
    width: 100%;
    height: 746px;
    object-fit: cover;
    display: block;
  }
}
