#onegooddeedimage_container {
    text-align: center;
}
#onegooddeedimage_container img {
    width: 240px;
}
#onegooddeed_infographic_container {
    position: relative;
    width: 650px;
    margin: 40px auto 0 auto;
}
#onegooddeed_infographic_container h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    background-color: #4D6784;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
}
#onegooddeed_infographic {
    width: 250px;
}
#onegooddeed_step_container {
    padding-bottom: 20px;
    background-color: #E1F4FD;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    grid-template-rows: auto auto auto;
}
.onegooddeed_step_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    align-items: center;
    justify-items: center;
}
.onegooddeed_step {
    padding: 20px 0;
    text-align: center;
    align-self: center;
}
.onegooddeed_step.right {
    justify-self: right;
    padding-right: 20px;
}
.onegooddeed_step.left {
    justify-self: left;
    padding-left: 20px;
}
.onegooddeed_step:first-child {
    margin-left: 0;
}
.onegooddeed_step:last-child {
    margin-right: 0;
}
@media (max-width: 1000px) {
    #onegooddeed_infographic_container h3 {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
    }
    #onegooddeed_infographic_container {
        position: relative;
        width: 100%;
        margin: 40px auto 0 auto;
    }
    #onegooddeedimage_container {
        justify-self: center;
    }
    #onegooddeedimage_container img {
        width: 200px;
        height: 141px;
        margin: auto;
    }
    #onegooddeed_step_container {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 500px) {
    .onegooddeed_step.right {
        justify-self: center;
        padding-right: 0;
    }
    .onegooddeed_step.left {
        justify-self: center;
        padding-left: 0;
    }
}
.onegooddeed_step p {
    margin: 0;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
.onegooddeed_step.orange p {
    color: #F36F54;
}
.onegooddeed_step.grey p {
    color: #5A5C61;
}
.onegooddeed_step.blue p {
    color: #00AEEF;
}
.onegooddeed_step.green p {
    color: #80AC40;
}
.onegooddeed_step p.stepnumber {
    font-size: 32px;
    line-height: 32px;
}
.onegooddeed_step p.stepdescription {
    font-size: 24px;
    line-height: 24px;
}
.onegooddeed_step img {
    margin-top: 10px;
    margin-bottom: 20px;
}
@media (max-width: 1000px) {
    #onegooddeed_infographic {
        width: 150px;
    }
    .onegooddeed_step p.stepnumber {
        font-size: 24px;
        line-height: 32px;
    }
    .onegooddeed_step p.stepdescription {
        font-size: 16px;
        line-height: 24px;
    }
}
#onegooddeed_numbers_container {
    background-color: #4D6784;
    padding-top: 10px;
    padding-bottom: 20px;
}
#onegooddeed_numbers {
    text-align: center;
    padding-top: 20px;
}
#onegooddeed_numbers img {
    margin-bottom: 20px;
}
#onegooddeed_numbers p {
    line-height: 28px;
    margin: 0;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}
#onegooddeed_numbers p.onegooddeed_category_details {
    color: #B9E5FB;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
#onegooddeed_numbers_container .disclaimer {
    color: #ffffff;
    text-align: center;
    font-style: italic;
    font-size: 14px;
    line-height: 14px;
}
@media (max-width: 1000px) {
    #onegooddeed_numbers img {
        width: 60px;
    }
    #onegooddeed_numbers p.onegooddeed_category_details {
        font-size: 20px;
    }
}

.onegooddeed_recipients_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.onegooddeed_recipients_row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
}
.onegooddeed_recipients_row.wrap {
    flex-wrap: wrap;
}

.onegooddeed_recipients_row img {
    height: 100px;
    margin: 0 30px;
}
@media (max-width: 1000px) {
    .onegooddeed_recipients_row {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .onegooddeed_recipients_row {
        padding-bottom: 5px;
    }
    .onegooddeed_recipients_row img {
        height: 90px;
        margin: 0 15px 15px 15px;
    }
}
.corporategiving_container {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 0;
    justify-content: stretch;
}
.corporategiving_text_container {
    padding: 40px 0 40px 10%;
}
.corporategiving_text {
    width: 510px;
}
.corporategiving_text p {
    color: #ffffff;
}
@media (min-width: 1001px) and (max-width: 1200px) {
    .corporategiving_text {
        width: 450px;
    }
}
.corporategiving_images {
    text-align: center;
    padding-bottom: 40px;
}
.corporategiving_scgiving {
    width: 100%;
}
.desktop .corporategiving_cgag {
    margin-top: 30px;
    width: 65%;
    max-width: 300px;
}
@media (max-width: 1000px) {
    #corporategiving {
        width: 100%;
        padding-bottom: 0;
        padding-top: 0;
    }
    .corporategiving_container {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    .corporategiving_text_container {
        width: 100%;
        padding: 20px;
    }
    .corporategiving_text {
        width: 100%;
        padding: 20px 10% 20px 10%;
    }

    .mobile .corporategiving_cgag {
        width: 65%;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .corporategiving_scgiving {
        width: 100%;
        margin-top: 0;
    }
    .corporategiving_images {
        display: grid;
        grid-template-columns: 45% 1fr;
        align-items: center;
        justify-items: center;
    }
}
@media (max-width: 600px) {
    .corporategiving_images {
        display: block;
    }
}