.banner-smart-suite {
  padding-top: 70px;
  padding-bottom: 100px;
}

.banner-smart-suite .banner-smart-suite__content {
  background: #090C38;
  box-shadow: 0px 13px 7px rgba(15, 8, 44, 0.01), 0px 21px 15px rgba(15, 8, 44, 0.03), 0px 24px 40px rgba(15, 8, 44, 0.15);
  border-radius: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  padding: 32px 24px;

}
 
.banner-smart-suite .banner-smart-suite__content::before {
  content: "";
  position: absolute;
  background-image: url("https://885542.fs1.hubspotusercontent-na1.net/hubfs/885542/Group%2081969863.svg");
  background-repeat: no-repeat;
  background-position: right 24px bottom 32px;
  width: 100%;
  height: 100%;
}

.banner-smart-suite .banner-smart-suite__content .logo {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.banner-smart-suite .block-button {
  position: relative;
}

/* --------------------------------------------------------media */

@media (min-width: 992px) {
  .banner-smart-suite .banner-smart-suite__content {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 50px;
  }
  .banner-smart-suite .banner-smart-suite__content::before {
    background-image: url("https://885542.fs1.hubspotusercontent-na1.net/hubfs/885542/Glow.svg");
    background-position: center bottom;
    background-size: contain;
  }
  .banner-smart-suite .banner-smart-suite__content .logo {
    position: absolute;
    top: 0;
    left: 60px;
    width: 120%;
    height: 120%;
  }
  .banner-smart-suite .content-info {
    display: flex;
    align-items: center;
    margin-left: 300px;
  }
}

@media (min-width: 1200px) {
  .banner-smart-suite .banner-smart-suite__content {
    padding-left: 280px;
  }
  .banner-smart-suite .content-info {
    margin-left: 60px;
  }
  .banner-smart-suite .ui-button {
    margin-left: 60px;
    z-index: 1:
  }
}