.iconbox {
  background-color: #efefef;
  padding: 50px;
  padding-bottom: 100px;
  position: relative;
  margin-bottom: 37px;
  height: auto;
}
.iconbox__headline {
  font-weight: 600;
  margin-bottom: 10px;
}
.iconbox .iconbox-btn {
  position: absolute;
  right: 40px;
  bottom: 0;
  transform: translatey(50%);
}
.iconbox .iconbox__icon {
  height: 75px;
  width: 75px;
  margin-bottom: 20px;
}
.iconbox .iconbox__icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.swbt-override--gray .iconbox {
  background-color: #ffffff;
}
@media (max-width:767px) {
  .iconbox {
    padding: 40px 30px !important;
  }
}
