.desc-span {
  margin-left: 35px;
}

ul {
    list-style-type: disc;
}

.body {
    margin-top: 150px;
}

.jumbotron {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.header {
  color: #000000;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 80px;
  font-weight: 400;
  position: relative;
  width: 1100px;
  height: 300px;
}
.subheader {
  color: #000000;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  width: 803px;
  height: 110px;
}
.services-list {
  padding: 50px 0px 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 89px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1440px;
  position: relative;
}
.row {
  display: flex;
  flex-direction: row;
  gap: 100px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.service-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-shrink: 0;
  width: 500px;
  height: 423px;
  position: relative;
}
.service-icon {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  position: relative;
  object-fit: cover;
}
.service-title {
  color: #000000;
  text-align: left;
  font-family: "InstrumentSans-SemiBold", sans-serif;
  font-size: 35px;
  font-weight: 600;
  position: relative;
}
.service-description {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 25px;
  font-weight: 400;
  position: relative;
}
.yellow {
  background: #e0da36;
  flex-shrink: 0;
  width: 1440px;
  height: 520px;
  position: relative;
}
.content {
  width: 922px;
  height: 92px;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  top: 50%;
}
.make-it-happen {
  color: #000000;
  text-align: left;
  font-family: "InstrumentSans-Bold", sans-serif;
  font-size: 75px;
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 0px;
}
.button {
  background: #000000;
  border-radius: 13px;
  width: 218px;
  height: 60px;
  position: absolute;
  left: 704px;
  top: 16px;
}
.contact-us {
  color: #ffffff;
  text-align: left;
  font-family: "InstrumentSans-Medium", sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  left: 45px;
  top: 18px;
}
