*,
*::before,
*,
::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  font-family: "Montserrat", sans-serif;
  min-height: 100%;
  background-image: url(../img/AngelBG.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #018080; }

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Russo One", sans-serif; }

h1 {
  color: white;
  font-size: 2.4rem;
  line-height: 3rem;
  z-index: 10;
  position: relative;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  margin-top: 3rem; }

h2 {
  color: #0d1319;
  font-size: 4.5rem;
  line-height: 4.4rem;
  text-align: center; }

h3 {
  color: #9ac394;
  font-size: 4rem;
  line-height: 3.7rem;
  z-index: 10;
  position: relative; }

h4 {
  color: white;
  font-size: 2.8rem;
  line-height: 3rem;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); }

h5 {
  color: #192226;
  font-size: 3.5rem;
  color: #9ac394; }

h6 {
  font-family: inherit;
  color: #414141;
  font-size: 4.2rem;
  line-height: 4.5rem; }

.copyright {
  color: #c9c9c9;
  font-size: 1.7rem;
  line-height: 1.8rem; }

.intro__para {
  color: white;
  font-size: 1.9rem;
  line-height: 3rem;
  padding-top: 1rem; }

li {
  font-family: "Russo One", sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
  list-style: none;
  margin: 0 0 2rem 0;
  width: 100%;
  padding-right: 1rem; }

p {
  color: #656565;
  font-size: 1.6rem;
  line-height: 2.4rem; }

hr {
  margin: 3rem 0 2.2rem 0;
  border-color: #9ac394; }

.price {
  font-family: "Russo One", sans-serif;
  font-size: 2.4rem;
  margin: 1.5rem 0 3rem 0; }

.footer {
  background-color: black;
  color: white; }
  .footer__container {
    max-width: 114.36rem;
    margin: 0 auto;
    padding: 3rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .footer__left {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 1.5rem; }
  .footer__right {
    width: 48%;
    text-align: right; }
  .footer__socialicon {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
    margin-top: 1rem; }
  .footer__grouplogo {
    display: block;
    width: 40%;
    margin-left: auto; }
  .footer__copyright {
    font-size: 1.2rem;
    color: #5f5f5f;
    margin-top: 1rem;
    margin-right: 1rem; }
  .footer__nav-link {
    color: white;
    list-style: none;
    display: inline-block;
    font-size: 1.5rem; }
    .footer__nav-link:not(:first-child)::before {
      content: "|";
      font-weight: 400;
      margin: 0 1rem; }
    .footer__nav-link:hover {
      color: #5f5f5f; }
  .footer__address {
    font-size: 1rem;
    line-height: 2rem;
    color: #5f5f5f; }

.intro__container {
  max-width: 114.36rem;
  margin: 0 auto;
  text-align: center;
  min-height: 100vh; }
  @media only screen and (min-width: 700px) {
    .intro__container {
      display: flex;
      justify-content: space-between; } }

.intro__logo {
  width: 80%; }

.intro__caslogo {
  position: absolute;
  max-width: 70%;
  z-index: 15;
  -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
  transform: translateX(-50%);
  bottom: 10%;
  left: 50%; }

.intro__heading {
  font-size: 4rem;
  text-align: center;
  line-height: 4rem;
  margin-top: 2rem; }
  @media only screen and (min-width: 380px) {
    .intro__heading {
      font-size: 6rem;
      line-height: 6rem; } }

.intro__subhead {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 2rem;
  line-height: 2.4rem; }
  @media only screen and (min-width: 380px) {
    .intro__subhead {
      font-size: 3rem;
      line-height: 2.8rem; } }

.intro__text {
  color: white;
  text-align: center;
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 2rem; }

.intro__rule {
  border: 1px solid #f7c402; }

.intro__productimage {
  padding-right: 0;
  object-fit: cover;
  z-index: 5;
  height: 100%; }
  @media only screen and (min-height: 700px) {
    .intro__productimage {
      height: 100vh; } }
  @media only screen and (min-width: 700px) {
    .intro__productimage {
      padding-right: 30%; } }

.intro__btn {
  text-transform: uppercase;
  border: none;
  font-family: "Russo One", sans-serif;
  font-size: 2rem;
  color: white;
  text-decoration: none;
  padding: 1rem 2rem;
  line-height: 2.2rem;
  max-width: 29rem;
  margin: 2rem 0.2rem 5rem 0.2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }
  .intro__btn-1 {
    background-color: #f7c402;
    border-radius: 2rem 0 0 2rem; }
    .intro__btn-1:hover {
      background-color: #e59500; }
  .intro__btn-2 {
    background-color: #0d1319;
    border-radius: 0 2rem 2rem 0; }
    .intro__btn-2:hover {
      color: #f7c402; }
  .intro__btn-container {
    display: flex;
    justify-content: center;
    margin: 0 auto; }

.intro__list {
  display: none;
  position: absolute;
  top: 25%;
  right: 1%;
  list-style: none;
  text-align: right;
  color: #ceeaee;
  font-size: 3rem;
  line-height: 5rem;
  z-index: 10;
  text-shadow: 0px 1px 5px rgba(3, 26, 33, 0.8); }
  @media only screen and (min-width: 700px) {
    .intro__list {
      display: block; } }

.intro__left-container {
  display: flex;
  align-items: center;
  padding-top: 4rem;
  margin: 0 1rem; }
  @media only screen and (min-width: 1143.6px) {
    .intro__left-container {
      margin: 0; } }

.intro__right {
  position: relative;
  border-radius: 10px;
  width: 96%;
  margin: 0 2%;
  background-color: rgba(5, 33, 48, 0.7); }
  @media only screen and (min-width: 700px) {
    .intro__right {
      max-width: 48%;
      background-color: transparent; } }
  @media only screen and (min-width: 1000px) {
    .intro__right {
      margin: 0; } }

.header {
  position: fixed;
  width: 100%;
  background-color: #333;
  height: 3rem;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 1px 10px black; }
  .header__container {
    display: flex;
    max-width: 50%; }
  .header__right {
    justify-content: flex-end;
    display: none; }
    @media only screen and (min-width: 1050px) {
      .header__right {
        display: inherit; } }
  .header__nav {
    font-family: "Montserrat", sans-serif;
    font-size: 1.3rem;
    list-style: none; }
    .header__nav-text {
      white-space: nowrap;
      color: #a1a1a1;
      text-decoration: none; }
      .header__nav-text:hover {
        color: white; }
  .header__text {
    color: white;
    font-size: 1.3rem;
    margin-right: 1rem; }
    .header__text-phone {
      color: #858585; }
  .header__logo {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-left: 1rem; }
  .header__social {
    margin: 5px 10px 0 0; }

.container {
  max-width: 114.36rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  padding: 0 2rem; }
  .container__heading {
    align-items: flex-start; }

.group-websites {
  background-color: #333333;
  min-height: 144px; }
  .group-websites__container {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 1.6rem; }
  .group-websites__heading {
    width: 87px;
    padding-top: 1rem; }
  .group-websites__logos {
    height: 111px;
    padding-top: 0.6rem;
    border-top: solid 5px #333333;
    border-bottom: solid 5px #333333;
    transition: all 0.3s ease; }
    .group-websites__logos:not(:last-child) {
      margin-right: 0.5rem; }
    .group-websites__logos:hover, .group-websites__logos:focus {
      border-top: solid 5px rgba(255, 255, 255, 0.3);
      border-bottom: solid 5px rgba(255, 255, 255, 0.3);
      outline: none; }

.video__logo {
  width: 50%;
  margin-top: 2rem; }

.video__left {
  background-image: url(../img/angelonly.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.video__container {
  box-shadow: 0 3px 6px rgba(14, 44, 51, 0.6);
  display: block;
  max-width: 114.36rem;
  padding: 2rem;
  background-color: white;
  margin: 0 1rem;
  border-radius: 1rem;
  text-align: center;
  align-items: center; }
  @media only screen and (min-width: 700px) {
    .video__container {
      margin: 0 1rem; } }
  @media only screen and (min-width: 1143.6px) {
    .video__container {
      display: flex;
      margin: 0 auto; } }
  @media only screen and (min-width: 1000px) {
    .video__container {
      display: flex; } }
  .video__container .video__logo {
    width: 40%;
    margin: 3rem 0; }
    @media only screen and (min-width: 1000px) {
      .video__container .video__logo {
        width: 50%;
        margin: 2rem 0 0 0; } }
  .video__container .video__left {
    background-image: url(../img/angelonly.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .video__container .video__container {
    box-shadow: 0 3px 6px rgba(14, 44, 51, 0.6);
    display: flex;
    max-width: 114.36rem;
    padding: 2rem;
    background-color: white;
    margin: 0 auto;
    border-radius: 1rem;
    text-align: center;
    align-items: center; }
  .video__container .video__player {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .video__container .video__player::after {
      padding-top: 56.25%;
      display: block;
      content: ""; }
    .video__container .video__player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .video__container .video__text {
    padding: 0 2rem; }

.video__text {
  padding: 0 2rem; }

.features {
  background-color: #2aaac1;
  padding: 2rem 0;
  text-align: center;
  margin-top: 2rem; }
  .features__container {
    display: block;
    justify-content: space-around;
    max-width: 114.36rem;
    margin: 0 auto; }
    @media only screen and (min-width: 700px) {
      .features__container {
        display: flex; } }
  .features__heading {
    color: white; }
  .features__bull {
    color: #f7c402; }
  .features__list {
    color: white;
    padding: 0;
    margin: 0;
    line-height: 400%; }
  .features__left {
    max-width: 100%;
    margin: 2rem; }
    @media only screen and (min-width: 700px) {
      .features__left {
        width: 45%;
        margin: 0; } }
  .features__right {
    background-image: url(../img/Buildingsite.jpg);
    background-size: cover;
    width: 100%;
    height: 50rem;
    margin: 3rem 0 1rem; }
    @media only screen and (min-width: 700px) {
      .features__right {
        width: 45%;
        margin: 0;
        align-items: stretch;
        height: auto; } }

.industry {
  background-color: #1e2a36;
  background-image: url("../img/weatherBG.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 2rem 0; }
  .industry__container {
    max-width: 114.36rem;
    box-shadow: 0 3px 6px rgba(14, 44, 51, 0.6);
    display: block;
    justify-content: space-between;
    padding: 2rem;
    margin: 0 1rem;
    background-color: white;
    border-radius: 1rem;
    text-align: left;
    align-items: center; }
    @media only screen and (min-width: 700px) {
      .industry__container {
        display: flex; } }
    @media only screen and (min-width: 1143.6px) {
      .industry__container {
        display: flex;
        margin: 0 auto; } }
  .industry__heading {
    text-align: left; }
  .industry__text {
    margin: 1.5rem 0; }
  .industry__ul {
    margin-top: 2rem; }
  .industry__ul li {
    font-size: 3rem;
    color: #2aaac1;
    list-style-image: url(../img/bullet.svg);
    margin-left: 3rem; }
  .industry__ul li::marker {
    font-size: 5rem; }
  .industry__left {
    width: 100%; }
    @media only screen and (min-width: 700px) {
      .industry__left {
        width: 49.5%; } }
  .industry__right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
    gap: 5px; }
    @media only screen and (min-width: 700px) {
      .industry__right {
        width: 49.5%; } }
  .industry__imagegroup {
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: space-between;
    align-content: stretch;
    flex-wrap: wrap; }
  .industry__image {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    object-position: right; }

.weather {
  max-width: 114.36rem;
  margin: 0 1rem;
  display: block;
  justify-content: space-around;
  padding-top: 4rem;
  text-align: center; }
  @media only screen and (min-width: 700px) {
    .weather {
      display: flex;
      margin: 0 auto; } }
  .weather__left {
    width: 50%; }
  .weather__heading {
    color: white; }
  .weather__subhead {
    font-size: 2rem; }
  .weather__disclaimer {
    color: white;
    font-size: 1.2rem; }
  .weather__bull {
    color: #f7c402;
    font-size: 3rem; }

.options {
  padding: 3rem 0; }
  .options__container {
    max-width: 114.36rem;
    padding: 0 1rem;
    display: block; }
    @media only screen and (min-width: 700px) {
      .options__container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 auto; } }
    @media only screen and (min-width: 1143.6px) {
      .options__container {
        padding: 0; } }
  .options__top {
    display: block;
    min-height: 55rem;
    gap: 1rem;
    margin: 0 1rem; }
    @media only screen and (min-width: 700px) {
      .options__top {
        display: flex;
        justify-content: space-between;
        margin: 0 auto 1rem 0; } }
  .options__bottom {
    display: block;
    gap: 1rem;
    margin: 0 1rem; }
    @media only screen and (min-width: 700px) {
      .options__bottom {
        display: flex;
        justify-content: space-between;
        margin: 0 auto 1rem 0; } }
  .options__box {
    border-radius: 10px;
    text-align: center;
    padding: 2rem;
    box-shadow: 0 3px 6px rgba(14, 44, 51, 0.6);
    flex: 1 1 0;
    margin-bottom: 1rem;
    min-height: 50rem; }
    @media only screen and (min-width: 700px) {
      .options__box {
        margin-bottom: 0; } }
  .options__heading {
    color: white;
    font-size: 4rem; }
  .options__data {
    background-color: #2aaac1;
    border: 4px solid #f7c402;
    background-image: url("../img/Comms.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat; }
  .options__power {
    background-color: #f7c402;
    border: 4px solid white;
    background-image: url("../img/power.png");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    text-align: left;
    text-shadow: 0 0 10px #f7c402; }
    .options__power ul li {
      list-style: disc;
      list-style-position: inside;
      color: white;
      font-size: 2.8rem;
      margin-top: 2rem; }
  .options__angel {
    background-image: url("../img/box-open.png");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    text-align: left;
    background-color: rgba(3, 31, 37, 0.71); }
    @media only screen and (min-width: 850px) {
      .options__angel {
        background-position: right bottom;
        background-size: contain; } }
    .options__angel-text {
      color: white;
      width: 30%;
      text-align: center;
      margin-left: 3rem;
      line-height: 5rem; }
      .options__angel-text-shadow {
        background-color: rgba(3, 23, 28, 0.5);
        padding: 0 1rem;
        margin-top: 1rem;
        border-radius: 5px; }
    .options__angel-logo {
      width: 30%;
      margin: 5rem 0 0 2.9rem; }
  .options__mount {
    background-color: rgba(11, 64, 76, 0.71); }
    .options__mount-imageboxes {
      width: 100%;
      display: flex;
      justify-content: space-between; }
    .options__mount-heading {
      color: #2aaac1;
      font-size: 3rem;
      padding: 0.5rem;
      margin-top: 0.5rem; }
    .options__mount-subhead {
      color: #727272;
      font-size: 1.2rem;
      padding: 0 1rem; }
    .options__mount-imagebox {
      margin: 2rem 0.5rem 0 0.5rem;
      background-color: white;
      border-radius: 10px;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      border-radius: 10px;
      overflow: hidden;
      width: 100%; }
    .options__mount-image {
      width: 100%;
      margin-top: 1rem;
      height: 18rem;
      object-fit: cover; }
  .options__subhead {
    color: white;
    margin: 1rem 0; }
    .options__subhead-power {
      width: 50%; }

.models {
  max-width: 114.36rem;
  margin: 0 1rem 2rem 1rem;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 3px 6px rgba(14, 44, 51, 0.6);
  padding: 2rem;
  text-align: center; }
  @media only screen and (min-width: 1143.6px) {
    .models {
      margin: 0 auto 2rem auto; } }
  .models__heading {
    color: #a2a2a2; }
  .models__table {
    margin-top: 2rem;
    width: 100%;
    font-family: "Russo One", sans-serif;
    color: white;
    font-size: 1rem; }
    @media only screen and (min-width: 500px) {
      .models__table {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 500px) {
      .models__table {
        font-size: 1.8rem; } }
    @media only screen and (min-width: 700px) {
      .models__table {
        font-size: 2.2rem; } }
    .models__table__tick {
      width: 3rem;
      text-align: center;
      padding-top: 0.6rem; }
    .models__table-col-one {
      background-color: #0d1319;
      width: 40%;
      text-align: right;
      padding: 0.5rem 1.5rem; }
    .models__table-col-two {
      background-color: #2aaac1;
      width: 20%;
      text-align: center;
      color: white; }
    .models__table-col-three {
      background-color: #f7c402;
      width: 20%;
      color: #0d1319; }
    .models__table-col-four {
      background-color: #656565;
      width: 20%;
      color: white; }

th {
  height: 9.4rem;
  border-bottom: 2px solid white;
  font-size: 1rem;
  line-height: 1.2rem;
  vertical-align: bottom;
  padding-bottom: 0.3rem; }
  @media only screen and (min-width: 400px) {
    th {
      font-size: 1.4rem;
      line-height: 1.4rem; } }
  @media only screen and (min-width: 500px) {
    th {
      font-size: 1.8rem;
      line-height: 1.8rem; } }
  @media only screen and (min-width: 700px) {
    th {
      font-size: 2.8rem;
      line-height: 2.7rem; } }

tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

table {
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  border-collapse: collapse; }

.cloud {
  background: #8ccaed;
  background: linear-gradient(0deg, #8ccaed 0%, #e3f5ff 100%); }
  .cloud__container {
    max-width: 114.36rem;
    margin: 0 auto;
    padding: 3rem 2rem;
    display: block; }
    @media only screen and (min-width: 800px) {
      .cloud__container {
        display: flex; } }
  .cloud__left {
    width: 100%;
    margin-bottom: 3rem; }
    @media only screen and (min-width: 800px) {
      .cloud__left {
        width: 55%;
        margin-bottom: 0; } }
  .cloud__heading {
    color: #2aaac1;
    font-size: 4.2rem; }
  .cloud__subhead {
    color: #0d1319;
    font-size: 2.2rem;
    margin-top: 2rem; }
  .cloud__text {
    color: #0d1319;
    font-size: 1.4rem;
    margin: 2rem 0; }
  .cloud__left ul li {
    list-style: square;
    list-style-position: outside;
    margin-left: 2rem;
    line-height: 2rem; }
  .cloud__left ul {
    margin-bottom: 4rem; }
  .cloud__image {
    width: 100%; }
  .cloud__logo {
    position: absolute;
    top: 0;
    right: 0; }
  .cloud__right {
    position: relative;
    display: flex;
    align-items: flex-end; }
  .cloud__btn {
    text-transform: uppercase;
    background-color: #f7c402;
    border: none;
    font-family: "Russo One", sans-serif;
    font-size: 2.6rem;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 1rem 3rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    border-radius: 2rem; }
    .cloud__btn:hover {
      background-color: #e59500; }

.contact_form {
  background-color: #0d1319;
  padding: 2rem; }
  .contact_form__container {
    max-width: 114.36rem;
    margin: 0 auto; }
  .contact_form__heading {
    color: #f7c402;
    font-size: 5rem;
    text-align: left; }
  .contact_form__section {
    background-color: #2aaac1;
    padding: 1.2rem;
    border-radius: 10px;
    flex-grow: 1;
    width: 100%; }
    @media only screen and (min-width: 460px) {
      .contact_form__section {
        width: auto; } }
    .contact_form__section input {
      margin-bottom: 1rem; }
  .contact_form__user {
    font-size: 20rem;
    display: flex;
    flex-direction: column; }
  .contact_form__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    gap: 10px;
    flex: 1 100%; }
  .contact_form__submit {
    background-color: #f7c402;
    border: none;
    border-radius: 10px;
    color: white;
    padding: 3rem 4rem;
    font-family: "Russo One", sans-serif;
    font-size: 2rem;
    min-width: 100%; }
    @media only screen and (min-width: 1060px) {
      .contact_form__submit {
        width: auto; } }
  .contact_form__text {
    color: white;
    margin-bottom: 1.5rem; }
  .contact_form__rule {
    border: 1px solid white;
    margin: 0.2rem 0 1rem 0; }

form {
  display: flex;
  color: white;
  flex-wrap: wrap; }

input {
  padding: 1rem;
  font-size: 1.5rem;
  border: none;
  border-radius: 5px; }

textarea {
  padding: 1rem;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-family: "Montserrat", sans-serif; }

a {
  color: white; }

label {
  font-size: 1.2rem;
  padding-left: 0.5rem;
  line-height: 3rem; }

.ads {
  margin: 2rem 0; }
  .ads div {
    padding: 2rem;
    border-radius: 10px;
    gap: 10px;
    text-align: center;
    color: white;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 700px) {
      .ads div {
        gap: 10px;
        flex: 1 1 0;
        margin-bottom: 0; } }
    .ads div p {
      font-size: 1.3rem;
      color: white;
      line-height: 1.6rem;
      padding: 1rem 0; }
    .ads div h6 {
      color: white;
      font-family: "Russo One", sans-serif;
      font-size: 1.8rem;
      line-height: 2rem;
      margin: 1rem 0; }
    .ads div h5 {
      color: white;
      line-height: 3.2rem;
      padding: 1rem 0; }
    .ads div a {
      text-decoration: none;
      font-family: "Russo One", sans-serif;
      font-size: 1.6rem;
      padding: 1.5rem;
      margin-top: 0.5rem;
      display: block;
      border-radius: 20px; }
  .ads__training a {
    background-color: #0d1319; }
  .ads__shop a {
    background-color: #fc7400; }
  .ads__rent a {
    background-color: #fc7400; }
  .ads__container {
    max-width: 114.36rem;
    display: block;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (min-width: 700px) {
      .ads__container {
        display: flex;
        margin: 0 auto; } }
    .ads__container div {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
  .ads__logo {
    max-width: 100%; }
    .ads__logo-rent {
      margin-top: 1rem; }
  .ads__training {
    background: #ff2222;
    background: linear-gradient(0deg, #ff2222 0%, #ff532b 100%); }
  .ads__shop {
    background: #101010;
    background: linear-gradient(0deg, #101010 0%, #484848 100%); }
  .ads__rent {
    background: #97ccd8;
    background: linear-gradient(0deg, #97ccd8 0%, #35a2ba 100%); }
