.slot-service {
  max-width: 90rem;
  margin: auto;
  margin-top: 83px;
}
.outlet-service-row {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.section-services {
  padding: 40px 56px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 20.8%;
}
.section-service-image {
  height: 156px;
  width: 156px;
}
.section-service-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-service-details .section-title {
  height: 144px;
  font-family: "din-condensed";
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #3d3834;
  margin: 24px 0 0 0;
  align-self: center;
  justify-content: center;
  display: flex;
  vertical-align: middle;
  box-sizing: border-box;
  align-items: center;
}
.section-service-details .section-description {
  height: auto;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.16px;
  color: #3d3834;
}
.section-service-button .section-button {
  font-family: "din-condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #363534;
  background-color: #f4f4f4;
  border-color: #363534;
  border-radius: 4px;
}
.outlet-section-service {
  margin: 0 16px;
}
@media only screen and (min-width: 768px) {
  .outlet-section-service {
    margin: 0 64px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-services {
    justify-content: space-between;
  }
  .outlet-section-service {
    margin: 0 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .outlet-section-service {
    margin: 0 64px;
  }
}
/*Tablet-Specific Positioning*/
@media only screen and (min-width: 1025px) and (max-width: 1315px) {
  .section-services {
    padding: 20px 0px;
    flex: 1 0 28%;
  }
  .section-service-image {
    height: auto;
    width: auto;
  }
  .section-service-details.third .section-title {
    width: 215px;
    align-self: flex-start;
    justify-content: flex-start;
  }
}
/*Tablet-Specific Positioning*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .outlet-service-row {
    flex-direction: column;
    max-width: 720px;
    margin: auto;
  }
  .section-services {
    height: 215px;
    padding: 10px 40px 10px 78px;
    flex-direction: row;
    flex: auto;
  }
  .section-service-details {
    margin-left: 20px;
    align-items: initial;
  }
  .section-service-image {
    height: 128px;
    width: 128px;
    margin: 0px;
    min-width: 128px;
  }
  .section-service-details .section-title {
    width: auto;
    height: auto;
    text-align: initial;
    margin: 0px;
    align-self: flex-start;
    justify-content: flex-start;
  }
  .section-service-details .section-description {
    width: 329px;
    height: auto;
    text-align: initial;
    margin: 12px 0px;
  }
}
@media only screen and (min-width: 490px) and (max-width: 767px) {
  .outlet-service-row {
    flex-direction: column;
  }
  .section-services {
    height: 215px;
    padding: 20px 10px 20px 20px;
    flex-direction: row;
    flex: auto;
  }
  .section-service-details {
    margin-left: 12px;
    align-items: initial;
  }
  .section-service-image {
    height: 128px;
    width: 128px;
    margin: 0px;
    min-height: 115px;
    min-width: 115px;
  }
  .section-service-details .section-title {
    width: auto;
    height: auto;
    text-align: initial;
    margin: 0px;
    align-self: flex-start;
    justify-content: flex-start;
    width: 81%;
  }
  .section-service-details .section-description {
    width: 329px;
    height: auto;
    text-align: initial;
    margin: 12px 0px;
  }
}
/*Mobile Styles*/
@media only screen and (max-width: 489px) {
  .outlet-section-service {
    height: 725px;
  }
  .outlet-service-row {
    display: block;
    height: 183px;
  }
  .section-service-details {
    margin-left: 12px;
    align-items: initial;
  }
  .section-services {
    margin-bottom: 40px;
    padding: 24px 0px;
    justify-content: center;
    flex-direction: row;
    flex: auto;
  }
  .section-service-image {
    height: 90px;
    width: 90px;
    margin: 0px;
  }
  .section-service-details .section-title {
    width: 210px;
    height: auto;
    text-align: inherit;
    font-size: 36px;
    line-height: 32px;
    margin: 0px;
    align-self: flex-start;
    justify-content: flex-start;
  }
  .section-service-details .section-description {
    width: 140px;
    height: auto;
    text-align: inherit;
    margin: 0px;
    margin: 8px 0px;
  }
}
