.gruz-services {
  padding: 40px 0;
}
.gruz-services p.heading {
  color: #272727;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 133.333% */
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
  text-indent: 0;
}
@media (max-width: 599px) {
  .gruz-services p.heading {
    font-size: 19px;
  }
}
.gruz-services .gruz-services-container {
  display: flex;
  gap: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 599px) {
  .gruz-services .gruz-services-container {
    gap: 10px;
  }
}
.gruz-services .gruz-services-container > a {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  height: 200px;
  position: relative;
  flex: 1 1 calc((100% / 3) - 60px);
  padding: 20px;
}
@media (max-width: 599px) {
  .gruz-services .gruz-services-container > a {
    flex: 0 0 100%;
  }
}
.gruz-services .gruz-services-container > a:nth-child(1) {
  flex: 1 1 calc((100% / 3) * 2 - 60px);
}
@media (max-width: 599px) {
  .gruz-services .gruz-services-container > a:nth-child(1) {
    flex: 0 0 100%;
  }
}
.gruz-services .gruz-services-container > a:nth-child(2) p,
.gruz-services .gruz-services-container > a:nth-child(3) p,
.gruz-services .gruz-services-container > a:nth-child(4) p,
.gruz-services .gruz-services-container > a:nth-child(5) p {
  max-width: 190px;
}
.gruz-services .gruz-services-container > a p {
  color: #1E1E1E;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 170% */
  text-indent: 0;
  z-index: 33;
  position: absolute;
  bottom: 40px;
  left: 20px;
  text-align: left;
}
@media (max-width: 599px) {
  .gruz-services .gruz-services-container > a p {
    max-width: 50%;
  }
}
.gruz-services .gruz-services-container > a img {
  margin: 0;
  position: absolute;
  bottom: 20px;
  right: 0px;
  max-height: 180px;
}
.gruz-services .gruz-services-order {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.gruz-services .gruz-services-order p {
  color: #1E1E1E;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 141.667% */
  margin: 0;
  text-indent: 0;
}
@media (max-width: 599px) {
  .gruz-services .gruz-services-order p {
    line-height: 34px;
    text-align: left;
  }
}
.gruz-services .gruz-services-order a.order {
  border-radius: 10px;
  background: #FFE500;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  color: #272727;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 111.111% */
  padding: 20px;
  text-align: center;
  cursor: pointer;
}
.gruz-services .gruz-services-order a.order:hover {
  text-decoration: none;
}
@media (max-width: 599px) {
  .gruz-services .gruz-services-order a.order {
    margin-top: 30px;
    width: 100%;
  }
}
/*# sourceMappingURL=services.css.map */