@media only screen and (min-width: 768px) and (max-width: 1024px) {

section {
  text-align: center;
  display: block;
  width:100%;
  }
  
label[for="agg_gamburger"] {
  display: block;
}

.header-tel {
  display: none;
}

.header-mail {
  display: none;
}

.agg_service_title {
  font-size: 27px;
}

.request-btn {
font-size: 18px;
}

.agg-services-txt p {
  font-size: 14px;
}

.agg_logo-box {
  width: 62px;
  float: left;
  overflow: hidden;
}

.agg_logo {
  margin: 0;
  height: 60px;
  text-align: center;
}

.agg_logo img {
  height: 100%;
  margin-left: 2px;
  margin-top: 0px;
}

.agg_insta_phone {
  display: inline-block;
  width: 180px;
  float:right;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 10px;
  text-align: center;
}


/*.container {
  width: 768px;
}*/

.section_utp {
  background-color:#018a7c;
}

.section_utp-clip2 {
  display: none;
}

.agg-utp {
  width: 100%;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

.agg-utp h1 {
  text-align: center;
}

.nav-item {
  margin-left:10px;
  position: relative;
}

.agg_mockuprounds {
  display: none;
  width: 100%;
}

.agg_mockupslide_box {
  flex-direction: column;
}

.agg_add_box {
  flex-direction: column;
}

.agg_add_item h2 {
  width: inherit;
}

.agg_price_box {
  flex-direction: column;
  align-items: center;
}

.agg_table-buy {
  display: flex;
  flex-direction: column;
  padding: 0px 15px 20px 15px;
}

.agg_table-buy p {
  margin-top:20px;
  margin-bottom: 30px;
}

.agg_feedback_box {
  flex-direction: column;
}

.agg_feedback_item-left {
  width: 100%;
  padding: 40px 20px 40px 20px;
}

.agg_feedback_item-right {
  width: 100%;
}

.agg_textalight_left {
  text-align: left;
}

.agg_textalight_right {
  text-align: right;
}

.agg_card_toleft {
  margin-right: auto;
}

.agg_card_toright {
  margin-left: auto;
}

.agg_footer {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 20px 0px;
}

.agg_footer_content {
  display:flex;
  width:80%;
  margin-bottom:20px;
}

.agg_footer_card {
  width:100%;
  display:inline-block;
  position: relative;
}

.agg_footer_title {
  font-weight: 400;
  font-family: roboto_regular;
  font-style:normal;
  font-size: 27px;
  color: #000000;
}

.agg_footer .menu ul {
  display: flex;
  flex-direction: column;
  align-self: center;
  list-style-type: none;
  padding: 0;
  margin: auto;
}

.agg_footer .menu ul li {
  margin: 5px 0px;
}

.agg_footer .menu ul a {
  font-size:17px;
  font-weight: 400;
  font-style:normal;
  text-decoration:underline;
  color: #000000;
}

.agg_about_right_flex  div{
height: 100px;
}

.agg_about_left_flex  div{
height: 100px;
}




}