.shop-now {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 98px;
  min-height: 65vh;
  display: flex;
  align-items: center;
}

.shop-now img {
  padding-bottom: 24px;
  height: 90px;
}

.shop-now .shop-now__group-btn .btn {
  width: 100%;
  font-family: 'gilroy-bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  background-color: #ffffff;
  padding: 14px;
  border: 1px solid #000000;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: 0.3s all;
}

.shop-now .shop-now__group-btn .btn:hover {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #ffffff;
}


@media (min-width: 1200px) {
  .shop-now {
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .shop-now img {
    height: 124px;
  }
}