.category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

@media (max-width:1199px) {
  .category {
    justify-content: space-around
  }
}

.category__wrap {
  overflow: hidden;
  background-color: #111111;
  width: 290px;
  height: 418px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 33px;
  margin-right: 10px
}

.category__wrap:last-child {
  margin-right: 0
}

.category__wrap {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .23), 0 3px 6px rgba(0, 0, 0, .16);
  transition: all .3s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.category__wrap:hover {
  transform: scale(1.015);
  -webkit-transform: scale(1.015);
  -moz-transform: scale(1.015);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .13), 0 4px 12px rgba(0, 0, 0, .11);
}

@media (max-width:599px) {
  .category__wrap {
    margin-bottom: 15px;
    width: 100%;
    max-height: 252px;
    margin-right: 0
  }
}

.category__text {
  padding-top: 32px;
  padding-left: 27px;
  color: #fff
}

@media (max-width:599px) {
  .category__text {
    padding-top: 38px;
    padding-left: 20px
  }
}

.category__heading {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px
}

.category__paragraph {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500
}

@media (max-width:599px) {
  .category__paragraph br {
    display: none
  }
}

.category__button, .category__heading, .category__paragraph {
  position: relative;
  z-index: 10
}

.category__button {
  position: absolute;
  right: 25px;
  bottom: 21px
}

.category__image {
  position: absolute;
  width: 100%;
  height: 100%
}

.category__image img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}

.category__image--contact1 {
  margin-top: 25px
}

.category__image--contact1 img {
  width: 100%;
  height: 70%
}

@media (max-width:599px) {
  .category__image--contact1 {
    margin-left: -80px;
    margin-top: 25px;
    transform: rotate(-5deg)
  }
}

.category__image--contact2 {
  margin-top: 11px
}

@media (max-width:599px) {
  .category__image--contact2 {
    margin-top: -45px;
    margin-right: -120px
  }
}

@media (max-width:599px) {
  .category__image {
    width: unset;
    height: unset
  }
}

.category__image--contact3 {
  width: 140%;
  height: 140%
}

@media (max-width:599px) {
  .category__image--contact3 {
    margin-top: -50px;
    margin-left: -110px
  }
}
