.image-button-item-image {
  height: 122px;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 12px;
}

.image-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 32px);
  margin: 0 -16px;
}

.image-button-item {
  width: calc(50% - 32px);
  margin: 16px 16px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(39, 59, 145, 0.25);
  padding-bottom: 12px;
  border-radius: 0;
  transition: all ease 0.6s;
  position: relative;
}

.image-button-item:hover {
  background: #fff;
}

.image-button-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 13px;
  background-color: #E96325;
  transition: all ease 0.3s;
  border-radius: 0;
}

.image-button-item h4 {
  font-size: 14px;
  font-weight: 600;
  color: #273B91;
  text-align: center;
  display: block;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  padding: 0 6px;
}

.image-button-item h4 span {
  font-size: 10px;
  color: #8CB23E;
  text-transform: none;
  display: block;
  line-height: 1.4em;
}

.image-button-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 134px);
  padding: 0 15px;
  position: relative;
}

.image-button-item-content .serve__image {
  position: absolute;
  right: 0;
  bottom: -12px;
  max-width: 40px;
  width: 100%;
  height: auto;
  border-bottom-right-radius: 10px;
}

@media( min-width : 768px ) {
  .image-button-item-content .serve__image {
    bottom: 0;
    max-width: 63px;
  }
}

@media( min-width: 1200px ) {
  .image-button-item-content .serve__image {
    max-width: 79px;
  }
}

.image-buttons-intro>* {
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-buttons-intro {
  padding-bottom: 12px;
}

.image-button-btn {
  text-align: center;
}

.image-button-btn .btn-group {
  align-items: center;
}

.image-button-btn .btn {
  margin-top: 35px;
}

.image-button-item-image img {
  -o-object-position: 0 0;
     object-position: 0 0;
}

@media(min-width: 768px) {
  .image-button {
    padding: 75px 0;
  }

  .image-button-wrapper {
    margin: 0 auto;
    width: 580px;
  }

  .image-button-item {
    margin: 25px 16px 0;
    padding-bottom: 0;
  }

  .image-button-item:hover {
    background: #fff;
  }

  .image-button-item:hover:after {
    width: 100%;
  }

  .image-button-no-hover:hover::after {
    width: 0!important;
  }

  .image-button-item-image {
    height: 242px;
    margin-bottom: 0;
  }

  .image-button-item-content {
    height: 94px;
  }

  .image-button-item:hover .image-button-item-content {
    height: 162px;
    padding-bottom: 10px;
  }

  .image-button-item h4 {
    font-size: 18px;
  }

  .image-button-item h4 span {
    font-size: 12px;
    margin-top: 8px;
  }

  .image-button-item:hover .btn {
    display: block;
  }
}

@media(min-width: 1200px) {
  .image-button {
    padding: 56px 0 100px;
  }

  .image-button-wrapper {
    margin: 0 -16px -32px;
    width: 100%;
    align-items: flex-start;
  }

  .image-button-item{
    width: calc(25% - 32px);
    margin: 0 16px 32px;
  }

  .image-button-no-hover:hover {
    width: calc(25% - 32px)!important;
    margin: 0 16px 32px!important;
  }

  .image-button-item:hover {
    width: calc(25% - 16px);
    margin: -26px 8px 0;
  }

  .image-button-no-hover:hover .image-button-item-content {
    height: 106px!important;
    padding-bottom: 0!important;
  }

  .image-button-item-content {
    height: 106px;
  }

  .image-button-item-image {
    height: 274px;
  }

  .image-button-item .btn {
    display: none;
  }

  .image-buttons-intro {
    padding-bottom: 76px;
  }

  .image-button-btn .btn {
    margin-top: 50px;
  }
}