@media screen and (min-width: 961px) and (max-width: 1024px) {
  .awsomeSlider__button button {
    width: 100%;
    border-radius: 15px;
  }
  .next-one,
  .next-two,
  .next-three,
  .next-four {
    left: 0 !important;
    top: 60% !important;
  }
  .prev-one,
  .prev-two,
  .prev-three,
  .prev-four {
    right: 0 !important;
    top: 60% !important;
  }
  .middleBanner, .magNews {
    margin-top: 5em;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .swiperContainer {
    width: 100%;
    padding: unset;
  }
  .awsomeSlider,
  .awsomeSlider3 {
    height: auto;
    background-repeat: repeat;
  }
  .awsomeSlider__right,
  .awsomeSlider3__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    margin-top: 1em;
    text-align: right;
  }
  .awsomeSlider__text,
  .awsomeSlider3__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 45%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: bold;
  }
  .awsomeSlider__button button,
  .awsomeSlider3__button button {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 15px;
  }
  .awsomeSlider__button button img,
  .awsomeSlider3__button button img {
    width: 7px;
    margin-right: 1em;
  }
  .awsomeSlider .my-3,
  .awsomeSlider3 .my-3 {
    margin-top: unset !important;
    margin-bottom: unset !important;
  }
  .next-one,
  .next-two,
  .next-three,
  .next-four {
    display: none !important;
  }
  .prev-one,
  .prev-two,
  .prev-three,
  .prev-four {
    display: none !important;
  }
  .middleBanner, .magNews {
    margin-top: unset;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .swiperContainer {
    width: 100%;
    padding: unset;
  }
  .awsomeSlider,
  .awsomeSlider3 {
    height: auto;
    background-repeat: repeat;
  }
  .awsomeSlider__right,
  .awsomeSlider3__right {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1em;
  }
  .awsomeSlider__text,
  .awsomeSlider3__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 45%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: bold;
    text-align: right;
  }
  .awsomeSlider__button button,
  .awsomeSlider3__button button {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 15px;
  }
  .awsomeSlider__button button img,
  .awsomeSlider3__button button img {
    width: 7px;
    margin-right: 1em;
  }
  .awsomeSlider .my-3,
  .awsomeSlider3 .my-3 {
    margin-top: unset !important;
    margin-bottom: unset !important;
  }
  .next-one,
  .next-two,
  .next-three,
  .next-four {
    display: none !important;
  }
  .prev-one,
  .prev-two,
  .prev-three,
  .prev-four {
    display: none !important;
  }
  .middleBanner, .magNews {
    margin-top: unset;
  }
  .owl-dots {
    right: 40%;
  }
}

@media screen and (max-width: 480px) {
  .swiperContainer,
  .swiperContainer3 {
    width: 100%;
    padding: unset;
    margin-top: 0;
  }
  .awsomeSlider,
  .awsomeSlider3 {
    height: auto;
    background-repeat: repeat;
  }
  .awsomeSlider__right,
  .awsomeSlider3__right {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1em;
  }
  .awsomeSlider__text,
  .awsomeSlider3__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 45%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: bold;
  }
  .awsomeSlider__button button,
  .awsomeSlider3__button button {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 15px;
  }
  .awsomeSlider__button button img,
  .awsomeSlider3__button button img {
    width: 7px;
    margin-right: 1em;
  }
  .awsomeSlider .my-3,
  .awsomeSlider3 .my-3 {
    margin-top: unset !important;
    margin-bottom: unset !important;
  }
  .next-one,
  .next-three {
    display: none !important;
  }
  .prev-one,
  .prev-three {
    display: none !important;
  }
  .middleBanner, .magNews {
    margin-top: unset;
  }
}
/*# sourceMappingURL=mag-home-responsive.css.map */