.title-copy-and-badges-section__title {
    margin-bottom: 16px;
}

.title-copy-and-badges-section__title * {
    color: #1700FF;
    font-family: "ClashDisplay-SemiBold";
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 550px) {
    .title-copy-and-badges-section__title * {
        font-size: 32px;
        line-height: 1.2;
    }
}

.title-copy-and-badges-section__copy {
    max-width: 1000px;
    margin: auto;
}

.title-copy-and-badges-section__copy * {
color: #000;
    font-family: "ClashDisplay-Medium";
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.title-copy-and-badges-section__badges {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.title-copy-and-badges-section__badge {
    padding: 16px;
    border-radius: 28px;
    border: 1px solid #12112724;
    -webkit-box-shadow: 0 4px 20px rgba(23, 0, 255, 0.15);
    box-shadow: 0 4px 20px rgba(23, 0, 255, 0.15);
}