.about-sec-common.services-jumbotron{
  padding-top: 170px !important;
}
.about-sec-common .container{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.about_info_left p.subtitle{
  font-size: 18px !important;
  line-height: 1.5 !important;
  opacity: 0.7;
}
.office-img{
  /*max-height: 11px;*/
}

span.highlight{
  padding: 5px;
  background: #5CF3CD;
}

@media (max-width: 570px) {
  .about-sec-common .container {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}



.list li{
  font-size: 18px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}





.link span.small {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.link p:after {
  margin-left: 16px;

  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 0;
  content: " ";
  width: 40px;
  height: 5px;
  background-color: var(--main-accent-dark-color);;
  transition: all 0.3s ease-in-out;
}


.link:hover p:after {
  width: 80%;
}

.link:hover{
  color: var(--main-black-rgb8-color) !important;
}




/*Tags*/

.tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 1rem;
}

.tag {
  --color: var(--tag-light-color);
  font-size: 1rem;
  border-radius: 100rem;
  box-shadow: 0 0 0 2px var(--tag-light-color);
  background-color: transparent;
  color: var(--tag-dark-color);
  font-weight: bold;
  transition:
    background-color 250ms ease,
    box-shadow 250ms ease;
}

.tag>a {
  display: inline-block;
  position: relative;
  color: var(--tag-dark-color);
  text-decoration: none;
  padding: .5rem 1rem .5rem 2rem;

  pointer-events: none;
  cursor: default;
}

.tag>a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: .5rem;
  height: .5rem;
  border-radius: 100%;
  background-color: var(--color);
  transform: translateY(-50%);
}


.tag:hover {
  background-color: var(--tag-light-color);
  box-shadow: 0 0 0 calc(2px + .25rem) var(--tag-light-color);
}




.indicator{
  background-color: #f8f9fa;
  padding: 24px 24px 40px;
  border-radius: 4px;
}

.result-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

.result-body {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
}

.result-body small{
  font-size: 12px;
  color: seagreen;
}




.divider {
    width: 48px;
    height: 2px;
    background-color: #000;
}

.divider.black {
    margin-top: 40px;
}

@media(max-width: 991px){
  .divider.black {
      margin-top: 24px;
  }
}


:root{
  --tag-light-color: #3cd5af42;
  --tag-dark-color: #283b70;
}