.services {
  height: auto;
  text-align: center;
  min-height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1E5F73;
  /* background-color: #173B3F; */
  border-radius: 30px;
  margin: 20px;
  justify-content: center;
  justify-items: center;
  /* border: solid 2px yellow; */
}

.service-content {
  display: flex;
  width: 100%;
  height: auto;
  padding: 30px;
  padding-bottom: 0px;
  justify-content: center;
  align-content: center;
  /* border: solid 2px yellow; */
}

.service-block {
  height: 100%;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  margin: 20px;
  /* border: solid 2px yellow; */
}

.service-img img {
  display: block;
  height: 400px;
  width: auto;
  margin: 0px;
  padding: 0;
  border-radius: 20px;
  filter: brightness(0.7);
}

.service-img:hover {
  filter: drop-shadow(-12px 0 20px rgba(0,0,0,.25))
          drop-shadow( 12px 0 20px rgba(0,0,0,.25))
          brightness(1.2);
  cursor: pointer;
}

.service-img {
  position: relative;
  display: inline-block;  
  /* border: solid 2px yellow;  */
}

.service-text {
  width: 100%;
  padding-left: 85px;
  padding-right: 85px;
  padding-top: 20px;
  margin: 0;
  color: #EADFC8;
  display: flex;
  flex-direction: column;
  justify-items: center;
  height: 100%;
  /* border: solid 2px yellow; */
}

.service-name {
  display: flex;
  flex-direction: column;
  position: absolute;
  padding-left: 25px;
  padding-right: 25px;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #EADFC8;
  /* border: solid 2px yellow; */
}

.service-name h2 {
  margin: 0;
  padding-bottom: 10px;
}

.service-topic h1 {
  margin: 0;
  padding-bottom: 10px;
}

.service-btn {
  margin-top: auto;
  height: 100px;
  justify-content: center;
  align-content: center;
  /* border: solid 2px yellow; */
}

.cta3 {
  vertical-align: middle;
  background: #d6be72;
  color: black;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 10px;
  padding: 13px 20px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}