#amazon-web-services-rds {
    position: relative;
    overflow: hidden;
}

#amazon-web-services-rds .figure {
    margin-bottom: 28px;
}
#amazon-web-services-rds .figure-img {
    width: 40px;
    margin-right: 24px;
}
#amazon-web-services-rds .figure-caption {
    font-size: 1.25rem;
}

.flex-content-container header {
    margin-bottom: 60px;
}
.flex-content-container h3 {
    margin-bottom: 12px;
}

.amazon-web-services-rds__row {
    width: 104%;
}


@media (max-width: 767px) {
    .amazon-web-services-rds__row {
        width: auto;
    }

    .amazon-web-services-rds__padding {
        padding: 1px !important;
    }
}

@media (min-width: 768px) {
}
@media (min-width: 1200px) {
    #amazon-web-services-rds:after {
        content: "";
        display: block;
        position: absolute;
        right: -60px;
        width: 460px;
        height: 441px;
        bottom: 0;
        top: -70px;
        margin: auto;
        background-image: url(../../images/sections/rds/cloud.svg);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .flex-content-container {
        padding: 48px;
    }

    #amazon-web-services-rds:before {
        content: "";
        position: absolute;
        right: 0;
        left: 50%;
        top: 0;
        bottom: 0;
    }
    #amazon-web-services-rds:before,
    #amazon-web-services-rds .bg-green {
        background: linear-gradient(360deg, #446CA9 0%, #73BFCF 100%);
    }
}