.fit-cover {
  object-fit: scale-down;
  border-radius: 0px;
  max-width: 150px;
}

.office-tag {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 8px;
  padding-bottom: 2px;
  /*background: #ff5722;*/
  padding-top: 2px;
}

.office-btn-logo {
  border-style: none;
  background: #ff5722;
  width: 60px;
  height: 60px;
  border-radius: 39px;
  box-shadow: 2px 2px 20px -1px #757575;
}

.service-img {
  width: 100%;
  height: 230px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}

.btn-service {
  margin-top: 20px;
  background: #128C7E;
  border-style: none;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 2px 2px 8px rgba(117,117,117,0.71);
}

.service-header {
  font-weight: 700;
  color: rgb(255,160,0);
  margin-bottom: 8px;
  margin-top: 22px;
}

.service-description {
  color: #212121;
}

.service-body {
  padding-bottom: 20px;
  height: 260px;
  border-top: solid 1px var(--bs-gray-500);
}

.logo-cover {
  width: 5vw;
  min-width: 60px;
  max-width: 100px;
  height: auto;
}

.bg-orange {
  background-color: #ff5722;
}

.service-card {
  width: 15rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 2px 2px 16px 8px rgba(0,0,0,0.1);
  min-width: 300px;
  border: solid 1px var(--bs-gray-500);
  max-width: 100%;
}

.subhead {
  text-align: justify;
  color: rgba(255,255,255,0.8);
}

body:before {
  background-repeat: repeat;
  background-size: 200px 200px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url('../../assets/img/patternBG.png');
  opacity: 0.5;
}

