:root {
    --partner-seperator-color: #e6e6fe;
}

.page-heading_section {
    min-height: 435px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -29px;
}

.aws-container {
    border-radius: 5px;
    box-shadow: 4px 2px 55px #f4e5e5;
    margin: auto;
}

.aws-logo img {
    zoom: 0.8;
}

@media only screen and (max-width: 992px) {
    .aws-logo img {
        zoom: 0.7;
    }

    .partner-banner {
        height: 480px;
    }
    .page-heading_section {
        min-height: 400px;
    }
}

@media only screen and (max-width: 768px) {
    .aws-logo img {
        zoom: 0.6;
    }

    .partner-banner {
        height: 380px;
    }
    .page-heading_section {
        min-height: 300px;
    }
}

.vertical-line {
    border-left: 2px solid blue;
    height: 200px;
}

.service-heading{
    font-size: 20px;
    font-weight: 700;
}

.service-content {
    font-size: 14px;
    line-height: 30px;
    max-width: 400px;
    margin: 0 auto;
}

.learn-more-link {
    font-size: 12px;
}

.partner-section {
    border-radius: 8px;
    box-shadow: 1px 1px 12px #e7e4e4;
}

.partner-logo {
    min-height: 80px;
    text-align: center;
}

.heading {
    font-size: 10px;
    font-weight: bold;
    opacity: 0.5;
    margin: 16px 0 8px 0;
}

.content {
    font-size: 12px;
    line-height: 1.8;
    opacity: 0.7;
    min-height: 86px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.become-a-partner {
    color: var(--white-color);
    background: url(../images/blue-bg.png) no-repeat center;
    background-size: cover;
    background-position: bottom;
    height: 500px;
}

.get-in-touch {
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0.7;
}

.become-a-partner .heading {
    font-size: 29px;
    opacity: 1;
}

.become-a-partner .description {
    padding: 8px;
    margin: auto;
    max-width: 375px;
    line-height: 28px;
}

.become-a-partner .link-container .link {
    background-color: #05ad91;
}

.partners-list-container .heading {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 32px;
}

.featured-in-section {
    border-bottom: 1px solid var(--partner-seperator-color);
}