.aboutHeader {
    display: block;
    width: 100%;
    height: 35vh;
    background: rgb(148,63,251);
    background: radial-gradient(circle, rgba(148,63,251,1) 0%, rgba(70,252,210,1) 100%);
}
.aboutHeader .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    margin: -10px 0 0 0;
    height: calc(100% - 60px);
    color: #fff;
}
.active {
    border-bottom: #8e4ff85c solid 2px;
}
.about {
    margin: 2% 0;
}
.twitch {
    color: #6441a5;
}
.youtube {
    color: #FF0000;
}
.twitter {
    color: #1DA1F2;
}
.customCard {
    background: rgba(240, 240, 240, 0.575);
    padding: 1.5rem 1.5rem;
    display: block;
    border-radius: 10px;
}
.customCard h1 {
    font-size: 2.5rem;
    line-height: 2.3rem;
    margin-top: 0.5rem;
    font-weight: 600;
}
.customCard h2 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: -0.5rem;
    font-weight: 500;
}
.customCard h2 > a+a {
    margin-left: 10px;
}
.customCard h1,h2 {
    margin-left: 2rem;
}
.customCard p {
    font-size: 1.2rem;
}
.customCard.withImage {
    padding: 1rem 1rem;
}
.customCard.withImage .headerBlock {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row;
}
.customCard.withImage .headerBlock .header {
    flex: 8;
}
.customCard.withImage .headerBlock .imageBlock {
    flex: 1;
}
.customCard.withImage .contentBlock {
    display: block;
    margin-top: 0.5rem;
}
.grid-2 {
    column-gap: 5vw;
    padding: 0 10vw;
}
.grid-2 + .grid-2 { margin-top: 15px; }
@media (max-width: 934px) {
    .grid-2 {
        grid-template-columns: 1fr;
        grid-row-gap: 15px;
    }
}
@media (max-width: 436px) {
    .grid-2 {
        padding: 0 2vw
    }
}
@media (max-width: 375px) {
    .content > h1 {
        margin-left: 20px;
    }
}