.hdr-brand h1 {
    font-size: 1.2rem;
}

.img-title {
    background: transparent url("../images/serverless/lambda.png") no-repeat center;
    width: 350px;
    height: 350px;
    display: block;
    background-size: contain;
    border-radius: 100%;
}

.img-service-delivery {
    background: transparent url("../images/aws/AWS_Service-Delivery_Logo_dark_text.png") no-repeat left center;
    background-size: contain;
    height: 6vh;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.what-is-serverless {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.what-is-serverless p {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: normal;
}

.benefits {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.benefits h2 {
    padding-bottom: 3rem;
}

.benefits > div h3 {
    color: #3b66ab;
    font-weight: bold;
    height: 40px;
}
