.badges {
  width: 100%;
  text-align: center;
  margin-bottom: 4%;
}

.badge1,
.badge2 {
  display: inline-block;
  overflow: hidden;
  border-radius: 13px;
  width: 250px;
  height: 83px;
}

.badge2 {
  margin-left: 0;
  width: 300px;
}

.badge1>img {
  border-radius: 13px;
  height: 83px;
}

.badge2>img {
  border-radius: 13px;
  height: 123px;
  position: relative;
  top: -20px;
  left: -10px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mobile-screenshot {
  border-radius: 2rem;
}

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}