@media (max-width: 450px) {
    .header-volunteer-view {
        flex-direction: column;
    }

    .header-volunteer-view .sEventBanner__share {
        margin-bottom: 1.1em;
    }

    .motivation-field {
        text-align: left !important;
    }
}

.motivation-field {
    text-align: right;
    word-wrap: break-word;
    white-space: normal;
    width: 40%!important;
}

.project-news-slider {
    overflow: auto;
}
.hide-logo-wrapper {
    display: none !important;
}

.drop-margin {
    margin: 0 !important;
}

.header-volunteer-view {
    display: flex;
}
.document-resource {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.resources a {
    text-decoration: none ;
    color: #0a0a0a;
}

.resources {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1em;
}
.news-item {
    margin-top: 20px;
    margin-bottom: 20px;
    border:1px solid lavender;
}
.news-item--second-variant .news-item__img-wrap{
    border-radius: 8px 8px 0 0 !important;
    background-color: #eef3f6;
}