.service-title {
  padding: 150px;
  background-color: #e4c7c7a3;
}

.service-img {
  background-size: cover;
  background-position: center;
  min-height: 200px;
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .service-title {
    padding: 20px;
    margin-bottom: 10px;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }
}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
