.containerThree {
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: url(../../img/mainFone.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.contentThree {
  padding: 40px;
  margin: 100px;
  position: relative;
  max-width: 1080px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  overflow: hidden;
}

.contentThreeDescription {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contentThreeDescription h2 {
  color: var(--bs-gray-500);
  letter-spacing: 1.3px;
  line-height: 1.6;
  font-weight: 200;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.contentThreeBox {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 30px;
}

.serviseCard {
  width: 300px;
  min-height: 300px;
  border-radius: 10px;
  box-shadow: 7px 9px 20px 1px rgba(150, 175, 225, 0.42);
  border: 1px solid rgba(150, 175, 225, 0.15);
  backdrop-filter: blur(3px);
  overflow: hidden;
}
.serviseCard__img {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviseCard__img img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.serviseCardDescContent {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  transform: translateY(0);
}
.serviseCardDescContent h3 {
  color: var(--bs-gray-500);
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
}
.serviseCardDescContent h4 {
  padding: 10px 0;
  font-weight: 400;
  color: var(--bs-gray-600);
}
.serviseCardDescContent h4 span {
  font-weight: 400;
  color: var(--bs-gray-600);
}
.serviseCardDescContent P {
  line-height: 1.4;
  letter-spacing: 1.2px;
  color: var(--bs-gray-900);
  display: none;
}

@media (max-width: 909px) {
  .serviseCard {
    min-height: auto;
  }
}
@media (max-width: 560px) {
  .contentThree {
    padding: 20px;
    margin: 20px;
  }
}

/*# sourceMappingURL=containerThree.css.map */
