.sectionThree {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 0 20px;
}

.contentThree {
  max-width: 1440px;
  width: 100%;
}
.contentThree_title {
  padding: 20px 40px;
  overflow: hidden;
}
.contentThree_title h2 {
  color: var(--blue-color);
  font-weight: 300;
  letter-spacing: 1.6px;
  line-height: 1.2;
}
.contentThree_text {
  padding: 20px 40px;
}
.contentThree_text p {
  font-weight: 200;
  letter-spacing: 1.4;
  line-height: 2;
}

.contentThreeContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.contentThreeContainer img {
  width: 60%;
  height: auto;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}

.containerFlex {
  width: 100%;
  height: 100%;
  display: flex;
}
.containerFlex__item {
  width: 80%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cardAbout {
  width: 100%;
  height: 100%;
  position: relative;
  background: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  backdrop-filter: blur(5px);
  box-shadow: 8px 7px 20px rgba(149, 168, 181, 0.548);
  padding-left: 30px;
}
.cardAbout::before {
  content: "";
  width: 30px;
  height: 100%;
  background-color: rgba(24, 48, 126, 0.4588235294);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.cardAbout h2 {
  width: 100%;
  padding: 20px;
  color: var(--blue-color);
  font-weight: 300;
  letter-spacing: 1.6px;
  line-height: 1.2;
}
.cardAbout ul {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.cardAbout ul li {
  padding: 8px 0;
  position: relative;
}
.cardAbout ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(95, 92, 184, 0.6509803922);
  position: absolute;
  top: calc(50% - 3px);
  left: 0px;
}
.cardAbout ul li p {
  font-weight: 300;
  letter-spacing: 1.4;
  line-height: 1, 6;
  padding-left: 20px;
}

@media (max-width: 980px) {
  .containerFlex__item {
    width: 100%;
    padding: 20px;
  }
  .contentThreeContainer img {
    width: 100%;
    height: 100%;
  }
  .cardAbout {
    background: white;
  }
}
@media (max-width: 670px) {
  .containerFlex__item {
    margin-top: 20px;
  }
  .sectionThree {
    padding: 0;
  }
}

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