.containerFive {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--bs-gray-900);
  background-size: cover;
  background-position: center;
}

.contentFive {
  padding: 40px;
  margin: 20px 100px 100px;
  background: rgba(0, 12, 28, 0.8784313725);
  position: relative;
  max-width: 1020px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}

.contentFiveDescription {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contentFiveDescription 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;
}

.contentFivePartners {
  margin-top: 8%;
  width: 100%;
}

.contentFiveItem {
  width: 100%;
  height: 200px;
  position: relative;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.contentFiveItem__1 {
  background-image: url(../../img/partners/partner-logo.png);
}
.contentFiveItem__2 {
  background-image: url(../../img/partners/Microsoft-Logo.png);
}
.contentFiveItem__3 {
  background-image: url(../../img/partners/checkpoint.png);
}
.contentFiveItem__4 {
  background-image: url(../../img/partners/Dell_Technologies-Logo.wine.png);
}
.contentFiveItem__5 {
  background-image: url(../../img/partners/fortinet-removebg-preview.png);
}
.contentFiveItem__6 {
  background-image: url(../../img/partners/HP.svg);
}
.contentFiveItem__7 {
  background-image: url(../../img/partners/IBM-removebg-preview.png);
}
.contentFiveItem__8 {
  background-image: url(../../img/partners/Lenovo-removebg-preview.png);
}
.contentFiveItem__9 {
  background-image: url(../../img/partners/trendmicro.png);
}

.contentFiveItemLink {
  position: absolute;
  width: 110%;
  height: 110%;
  left: -10px;
  top: -10px;
  background-color: rgba(15, 176, 240, 0.06);
  z-index: 2;
  box-shadow: inset 0 0 15px rgba(22, 60, 111, 0.62);
}

@media (max-width: 716px) {
  .contentFive {
    margin: 20px;
    padding: 20px;
  }
}

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