.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 7em;
}

.c-card {
  top: 268px;
  left: 458px;
  width: 800px;
  height: 444px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 8px 24px #00000029;
          box-shadow: 0px 8px 24px #00000029;
  border-radius: 16px;
  opacity: 1;
}

.c-card__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 6em 0em 2em 0em;
}

.c-card__img {
  width: 20%;
  -webkit-animation: myScale 0.3s;
          animation: myScale 0.3s;
}

@-webkit-keyframes myScale {
  0% {
    -webkit-transform: scale(0%);
            transform: scale(0%);
  }
  100% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}

@keyframes myScale {
  0% {
    -webkit-transform: scale(0%);
            transform: scale(0%);
  }
  100% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}

.c-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000000;
  opacity: 1;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.c-card__text--h1 {
  font-size: 69px;
  font-weight: 600;
}

.c-card__text--h3 {
  font-size: 17px;
  font-weight: 600;
}

@media only screen and (max-width: 998px) {
  .c-card {
    width: 650px;
  }
}

@media only screen and (max-width: 680px) {
  .c-card {
    width: 380px;
    height: 344px;
  }
  .c-card__text--h1 {
    font-size: 40px;
  }
  .c-card__text--h3 {
    font-size: 10px;
  }
}

.c-poweredby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6em;
}

.c-poweredby__svg {
  width: 10%;
  fill: red;
}

.c-poweredby__text {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-top: 1em;
}
/*# sourceMappingURL=styles.css.map */