/* input(39,1): run-time error CSS1019: Unexpected token, found '}' */
@media (max-width: 1399px) {
    .banner-icon-1 {
      top: 42%;
      left: 35%;
    }
    .banner-icon-2 {
      top: 0%;
      left: 56%;
    }
    .banner-icon-3 {
      top: 4%;
      left: 26%;
    }
    .banner-icon-4 {
      top: 43%;
      left: 64%;
    }
}
@media(max-width: 991px) {
    .description-banner {
        width: 100%;
    }
    .image-banner {
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px;
    }
    .banner-icon {
        width: 25px;
    }
    @keyframes bouncing {
        0% {
            transform: scaleX(-1) translateY(0);
        }
        100% {
            transform: scaleX(-1) translateY(-30px);
        }
    }
}
@media (min-width: 576px) {
    .CloudHolder {
      width: 90%;
      margin: auto;
    }
    .description-banner {
        width: 90%;
    }
}