.image-with-bottom-content {
  background-color: #ddd;
  -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 45%);
  -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.45);
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 45%);
  margin-bottom: 50px;
}

.image-with-bottom-content .hs-iwbc-text {
  padding: 21px 29px 25px;
  text-align: center;
}

.image-with-bottom-content .hs-iwbc-text-btn a {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 700;
  background: #e3002b;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  border-bottom: solid 1px #fff;
  -webkit-box-shadow: 0 4px 0 0 rgb(0 0 0);
  -moz-box-shadow: 0 4px 0 0 rgba(0,0,0,1);
  box-shadow: 0 4px 0 0 rgb(0 0 0);
  padding: 6px 36px 3px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: 4px;
  padding: 5px 25px;
  width: 100%;
  -moz-box-sizing: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
}

.image-with-bottom-content .hs-iwbc-text-btn a:active,
.image-with-bottom-content .hs-iwbc-text-btn a:focus, 
.image-with-bottom-content .hs-iwbc-text-btn a:hover {
  color: #fff!important;
  background: #ab001f;
}

.image-with-bottom-content figure img {
  max-width: 100%;
  width: 100%;
}

.image-with-bottom-content .hs-iwbc-text p {
  margin: 0 0 10px;
  line-height: 20px;
}
.image-with-bottom-content figure{
  margin: 0;
}

@media (max-width: 992px){
  .image-with-bottom-content {
    margin-bottom: 30px;
  }
  .image-with-bottom-content .hs-iwbc-text-btn a {
    width: auto;
    display: inline-block;
  }
}
@media (min-width: 667px) and (max-width: 992px){
  .image-with-bottom-content figure img{
    margin: -50% 0;
  }
}

@media (min-width: 360px) and (max-width: 992px){
  .image-with-bottom-content figure {
    height: 165px;
    overflow: hidden;
    width: 100%;
  }
  .image-with-bottom-content .hs-iwbc-text{
    padding-bottom: 33px;
  }
  .image-with-bottom-content .hs-iwbc-text p {
    margin-bottom: 15px;
  }
}
@media(max-width: 767px){
  .image-with-bottom-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .image-with-bottom-content .hs-iwbc-text {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .image-with-bottom-content .hs-iwbc-text-btn a {
    margin-top: 0;
  }
}

@media only screen and (min-width: 667px) and (max-width: 992px){
  .image-with-bottom-content figure img {
    margin: -50% 0;
  }
}

@media only screen and (min-width: 568px) and (max-width: 600px){
  .image-with-bottom-content figure img {
    margin: -20% 0;
  }
}

@media only screen and (min-width: 435px) and (max-width: 568px){
  .image-with-bottom-content figure img{
    margin: -15% auto;
  }
}

@media only screen and (min-width: 414px) and (max-width: 435px){
  .image-with-bottom-content figure img{
    margin: -10% auto;
  }
}

@media only screen and (min-width: 375px) and (max-width: 413px){
  .image-with-bottom-content figure img{
    margin: -5% 0;
  }
}

