.arguments-only {
    border: 1px solid var(--main-green);
    margin-bottom: 30px;
}
.arguments-number {
    background-color: var(--main-green);
    padding: 5px 10px 5px 10px;
    font-weight: 700;
    color: white;
}
.arguments-text {
    padding: 10px 10px 0 10px;
}
.arguments-link {
    padding: 10px 10px 0 10px;
    border-top: 1px solid var(--main-green);
}
.image-bulletin {
    margin-bottom: 10px;
}
.image-bulletin img {
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
}
.test-line {
    border-top: 1px solid var(--main-green);
    padding-top: 13px;
    margin-bottom: 40px;
}
.testimonials img {
    width: 100%;
    height: auto !important;
}
.text-testimonials p:first-of-type {
    font-size: 1em;
}
.text-testimonials p {
    font-size: .8em;
}
.supporter-image {
    flex-basis: 128px;
    order: 1;
    flex-shrink: 0;
    width: 128px;
    height: 128px;
    background-size: cover;
    background-position: center;
}
.bulletins img {
    border: 1px solid lightgray;
}
.arguments-text {
    margin-bottom: 25px;
}
.oneofthree-fluid {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 15px;
    width: 100%;
    height: 290px;
}
.oneofthree {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-width: 300px;
    width: 100%;
    height: 200px;
}
.padding-right-15 {
    padding-right: 15px;
}
.three-images .padding-right-15 {
    padding-right: 0px;
}
@media screen and (max-width:1200px) {
    .oneofthree {
        min-width: 246px;
        height: 150px;
    }
    .supporter-image {
        width: 110px;
        height: 110px;
    }
}
@media screen and (max-width:992px) {
    .supporter-image {
        width: 94px;
        height: 94px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:768px) {
    .oneofthree {
        min-width: 246px;
        height: 250px;
    }
}
.homeprojects {
    margin-bottom: 20px;
}