
.section-about-cards-container {
    background: #0a0a0a;
    background: linear-gradient(222deg, #0a0a0a, #0a0a0a 59%, #2b2647);
}

.title-top-cards-module{
    background: linear-gradient(172deg, #fff 41%, #b9a9ff 70%, #ff98df);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 42px;
    margin: 0;
    -webkit-text-fill-color: transparent;
}

.flex-section-home{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.all-cards-gradient-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
}

.li-card-item-gradient-absolute{
    background: #7F7F7FD8;
    background: linear-gradient(48deg, rgba(127, 127, 127, 1) 0%, rgba(51, 51, 51, 1) 28%, rgba(38, 38, 38, 1) 76%, rgba(127, 127, 127, 1) 100%);
    box-shadow: 0px 0px 40px #29275594;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    border-radius: 15px;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    align-items: center;
    justify-content: center;
}

.li-card-item-gradient-absolute::before{
    background: #2f2f2ff0;
    border-radius: 13px;
    content: "";
    height: calc(100% - 4px);
    left: 2px;
    position: absolute;
    top: 2px;
    width: calc(100% - 4px);
}
}
.text-top-cards-module{
  color: #bababa;
}

.li-relative-section-text-container{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.li-relative-section-text-container img{
    width: 100%;
    height: auto;
    max-width: 60px;
    opacity: .5;
    padding-block: 30px;
}

.black-card-cta-element{
    background: #4a43b899;
    color: #c1bdff !important;
    padding: 8px 20px;
    border: 1px solid #6c63fe7d;
    border-radius: 10rem;
}

/* Tablet and larger screens */
@media (min-width: 768px) {
  .li-card-item-gradient-absolute {
    max-width: 48%;
  }
  
  .top-card-title-dates{
       max-width: 654px;
  }
  
  .flex-section-home{
    gap: 0px;
  }
}

@media (min-width: 1024px) {
  .li-card-item-gradient-absolute {
     max-width: 31%;
  }
}

h4{
  margin: 0 !important;
}
