.home-title h2 {
  font-size: 26px !important;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 40px;
}
.home__service-container--col > .col-inner{
  padding: 24px 32px !important;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(27, 34, 40, 0.26) !important;
}
.home__service--button {
  margin: 0 !important;
  border-radius: 100% !important;
  width: 43px;
  height: 43px;
  position: relative;
}
.home__service--button::after {
  content: "↗";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em !important;
  pointer-events: none;
}
.home__service--col-img {
  padding: 0 !important;
}
.home__service--col-img > .col-inner > .img {
  height: 100% !important;
}
.home__service--col-img > .col-inner > .img > .img-inner {
  height: 100% !important;
}
.home__service--col-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px !important;
}
.home__service--col-content {
  padding-left: 25px !important;
  padding-bottom: 0 !important;
}
.home__service--col-content h4 {
  color: var(--Main-Color, #27bdbe);
  text-overflow: ellipsis;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.12px;
}
.home__service--col-content p {
  text-align: justify;
  margin-bottom: 0 !important;
  line-height: normal !important;
}
.logo-partner {
  border-radius: 11px;
  border: 2px solid var(--Button, #4ad7d8);
  background: #fff;
}
.logo-partner img{
    border-radius: 11px;
}
@media (min-width: 550px) {
  .logo-press{
    flex-basis: 20% !important;
    max-width: 20% !important;
  }
}