body {
    background: #fdfdfd !important;
}
.title-weare {
    color: #040404;
    font-size: 42px;
    font-weight: 700;
    position: relative;
    margin-top: 90px;
}
.title-weare::before {
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #552D9A, #4168D8);
    position: absolute;
    bottom: -4px;
}
.subtitle-weare {
    font-weight: 700;
    font-size: 24px;
    color: #040404;
}
.weare-item {
    display: flex;
    gap: 75px;
    margin-top: 72px;
}
.weare-item h4,
.weare-item p {
    font-size: 20px;
    color: #040404;
    text-align: justify;
}
.main-steps {
    margin-top: 90px;
}
.steps-container {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 64px;
}
.step-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    position: relative;
}
.step-item::before {
    content: "";
    position: absolute;
    top: 42px;
    right: -116px;
    width: 162px;
    height: 3px;
    background: #EBEBFE;
}
.step-item:last-child:before {
    display: none;
}
.step-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    background: linear-gradient(180deg, #4168D8, #6D34CF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.step-description {
    font-size: 18px;
    color: #111122;
    text-align: center;
    margin: 0;
}
.step-content {
    border: 1px solid #EBEBFE;
    border-radius: 16px;
    padding: 20px;
    min-height: 235px;
    background: #FDFDFD80;
}
.leaders {
    /* background: linear-gradient(to top, #111122 50%, #fdfdfd 45%); */
    position: relative;
}
.leaders-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 60px;
    gap: 28px;
    margin-bottom: 80px;
}
.leader-item {
    position: relative;
    max-width: 284px;
}
.leader-description {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    padding: 23px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #53586280;
    flex-direction: column;
    border-radius: 16px;
    color: #fdfdfd;
    backdrop-filter: blur(6px);
}
.leader-name {
    font-size: 24px;
    font-weight: 700;
}
.leader-tech {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.weare-hero {   
    position: relative;
}
.weare-hero::before {
    content: "";
    position: absolute;
    top: -151px;
    width: 100%;
    left: -727px;
    height: 100%;
    background: radial-gradient(circle, rgba(198, 211, 249, 1) 0%, rgba(236, 221, 255, 1) 0%, #0000 62%);
}
.leaders::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    right: -727px;
    height: 100%;
    background: radial-gradient(circle, rgba(198, 211, 249, 1) 0%, rgba(236, 221, 255, 1) 0%, #0000 52%);
}