#hero-story .content-row-padding {
    padding: 40px 200px 0 200px;
}

.hero-article-left {
    width: 40%;
    padding: 40px 0 0;
}

.hero-article-left img {
    height: 450px;
    object-fit: cover;
}

.hero-article-left p {
    margin-bottom: 20px
}

.hero-article-right {
    width: 60%;
    padding: 40px;
}


.hero-article-right img {
    padding: 5px;
}
.hero-article-right .flex-between img {
    width: 50%;

}

#hero-video iframe {
    width: 100%;
    height: 700px;
}

/* Awards */

.awards-content {
    width: 50%;
    padding: 20px 80px 20px 0;
}

.awards-content ul {
    margin: 40px 0;
    width: 85%;
}

.awards-content li {
    margin: 15px 0px;
}

#awards .row-image img{
    height: 700px;
    object-fit: cover;
}

#awards h5 {
    margin: 0;
    font-size: 18px;
}

/* Campaign */

#hero-camp {
    padding-bottom: 40px;
}

.hero-camp-container {
    background: url('/images/leadyouthsahero/twenty.jpg') no-repeat;
    background-size: 55%;
    background-position-x: left;
    position: relative;
    height: 400px;;
}

.hero-camp-element {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    padding: 40px 80px 40px 200px;
    background: url('/images/leadyouthsahero/camp-back.png') no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-camp-element p {
    margin: 20px 0;
}

.hero-camp-buttons-container button {
    margin-right: 20px;
}

#hero #proud-to-partner {
    background: white;
}