.award-comp.embed-responsive {
  height: 160px !important;
  overflow: visible;
}

.award {
  background: #f2f2f2;
  padding: 3%;
  padding-top: 7% !important;
  padding-bottom: 5% !important;
  position: relative;
  margin-top: 60px !important;
  z-index: 1;
}

.award h2 {
  text-align: center ;
}

.award p{
  text-align: center;
  font-size: 16px;
  font-weight: 500
}

.crop-image img {
  position: absolute;
  top: -82px;
  width: 190px;
  height: 190px;
  background-color: #fff;
  border-radius: 50%;
  padding: 15px 25px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.award-comp .card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-image {
  max-width: 250px;
  max-height: 205px;
}

.card-image img {
  max-width: 100%;
  max-height: 250px;
  padding: 10px;
}

.award-comp.award .card {
  background-color: rgba(255, 255, 255, 0.9);
}

.card .card-body {
  padding: 1rem 1rem !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.award .card .card-body .card-title {
  font-size: 1.6rem;
  min-height: 0px !important;
  padding-bottom: 0px !important;
}

.award .owl-nav svg {
  fill: #000 !important;
}

.btn-section {
  max-width: 250px;
  max-height: 205px;
}

.btn-container {
  max-width: 100%;
  min-height: 150px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .owl-nav,
.owl-carousel .owl-nav {
  z-index: -1;

}

@media (max-width: 767px) {
  .award p{
    font-size: 14px;
  }

  .award .card-image img {
    top: -100px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .award-comp .award {
    padding-top: 22% !important;
  }

  .btn-container {
    min-height: 240px;
  }

  .btn-primary {
    height: 48px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media (max-width: 575px) {
  .award .card-image {
    max-width: 100%;
    max-height: 100%;
  }

  .btn-section {
    max-width: 100%;
    max-height: 100%;
  }

  .award .card-image img {
    top: -70px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .award-comp .award {
    padding-top: 28% !important;
  }

  .award .card {
    width: 90% !important;
    margin: 0 auto;
  }

  .award #award-slider.carousel .owl-nav button.owl-prev {
    margin-left: -2rem;
  }
}