#services .services-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#services .services-col .img {
  position: relative;
}

#services .services-col .img img {
  border-radius: 4px 4px 0 0;
}

#services .services-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: var(--main-theme-color);
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#services .services-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#services .services-col:hover .icon {
  background-color: #fff;
}

#services .services-col:hover i {
  color: var(--main-theme-color);
}

#services .services-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#services .services-col h2 a {
  color: #000;
}

#services .services-col h2 a:hover {
  color: var(--main-theme-color);
}

#services .services-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: var(--main-theme-color);
  border-radius: 50%;
  /* text-align: center; */
  border: 4px solid #fff;
  /*left: calc(20rem - 32px);*/
  left: unset;
  right: -32px;
  bottom: calc( 50% - 32px);
  transition: 0.3s;
}
#about .about-col .img img {
  width: 20rem;
}
.about-col{
  width: 100%;
}
.btn-theme{
  color: #fff !important;
    background-color: var(--main-theme-color) !important;
    border-color: var(--main-theme-color) !important;
}
.btn-theme:hover {
  color: #fff !important;
  background-color: var(--main-theme-color-dark) !important;
  border-color: var(--main-theme-color-dark-border) !important;
}


.sponsors{
  display: flex;
  background-color: #fff;
  }
  .sponsors img{
    max-height: 6rem;
    margin: auto!important;
  }
 