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

.title-and-copy-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-and-copy-section__title * {
        font-size: 32px;
        line-height: 1.2;
    }
}

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

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