.stopbullying-banner {
    border: 6px solid #E61E2B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    padding: 15px 20px;
    font-family: Raleway, sans-serif;
    flex-wrap: wrap;
    gap: 10px;
    background: #fff;
    margin: 1.5rem 0;
}

.stopbullying-title {
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
}

.stopbullying-title--red {
    font-weight: 900;
    font-size: 29px;
    color: #E61E2B;
    line-height: normal;
}

.stopbullying-btn__wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stopbullying-btn {
    background: #000000;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: normal;
    transition: background .3s;
}

.stopbullying-btn:hover {
    background: #E61E2B;
    color: #fff;
}
