.my-section{
    margin: 84px auto 0 auto;
    max-width: 1400px;
    padding: 0 40px;
}
.my-section .section-header {
    text-align: center;
    margin-bottom: 42px;
}
.my-section .section-header-title{
    font-size: 42px;
    margin-bottom: 12px;
    font-weight: 950;
    letter-spacing: .2px;
    background: linear-gradient(135deg, #d946ef 0%, #ec4899 55%, #f97316 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.my-section .section-header-desc{
    color: #9ca3af;
    font-size: 18px;
    max-width: 980px;
    margin: 0 auto;
}
@media (max-width: 820px) {
    .my-section {
        padding: 0 20px;
    }
}