.above-fold-img {
    width: 100%;
    height: clamp(350px, 40vw, 35vw);
    background: url('/landing_skinned/images/about_us/header_bg.png');
    background-size: cover;
    background-position: center;
}
.full-container {
    background: #fff;
    padding: 3rem 0;
}
.full-container-security {
    background: #ebeff2;
    padding: 3rem 0;
}
p.light {
    color: #878787;
}
.above-fold-p {
    text-align: center;
    padding: 0 clamp(1rem, 10vw, 10vw);
}
.customer-area-p {
    max-width: var(--cap-width);
    margin: auto;
    margin-bottom: 1rem;
    padding-left: clamp(1rem, 10vw, 3vw);;
}
.rectangles-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem 0;
}
article.rectangle {
    display: grid;
    margin: clamp(.5rem, 5vw, 1rem);
    margin-top: 0;
    max-width: 205px;
    place-content: baseline;
    padding: 0 1.5rem 1.5rem; 
    border-radius: 10px;
    background-color: #0065ab;
}
@media screen and (max-width: 650px) {
    article.rectangle {
        width: auto;
        max-width: none;
    }
}
article.rectangle img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
}
article.rectangle h4 {
    text-align: left;
    margin: 1rem 0 1.5rem;
    font-size: 1.5rem;
    color:white;
}
article.rectangle p {
    text-align: left;
    color:white;
}
.rectangle-wides-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem 0;
}
article.rectangle-wide {
    display: grid;
    margin: clamp(.5rem, 5vw, 1rem);
    margin-top: 0;
    max-width: 505px;
    place-content: baseline;
    padding: 1.5rem;
    border-radius: 10px;
    background-color: #0065ab;
}
@media screen and (max-width: 650px) {
    article.rectangle-wide {
        width: auto;
        max-width: none;
    }
}
article.rectangle-wide img {
    width: 150px;
    height: 150px;
    margin: auto;
}
article.rectangle-wide h4 {
    text-align: left;
    margin: 1rem 0 1.5rem;
    font-size: 1.5rem;
    color:white;
}
article.rectangle-wide p {
    text-align: left;
    color:white;
}
article.rectangle-wide a {
    color: white;
    text-decoration: underline;
}
.circles-container {
    justify-content: center;
    display: flex;
    flex-flow: wrap;
    padding: 2rem 0;
}
article.circle {
    display: grid;
    margin: 1rem;
    max-width: 350px;
}
article.circle img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
    padding: 10px;
    background: #EAEAEA;
}
article.circle h4 {
    text-align: center;
    margin-top: 1rem;
}
article.circle p {
    text-align: center;
}
.team-circles-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem 0;
}
article.team-circle {
    display: grid;
    margin: clamp(1rem, 5vw, 10rem);
    margin-top: 0;
    max-width: 190px;
    place-content: baseline;
}
@media screen and (max-width: 650px) {
    article.team-circle {
        width: 150px;
    }
}
article.team-circle img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
    background: #EAEAEA;
}
article.team-circle h4 {
    text-align: center;
    margin-top: 1rem;
    font-size: 1rem;
}
article.team-circle p {
    text-align: center;
}
.partners-container {
    max-width: var(--cap-width);
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    padding: 2rem;
}
@media screen and (max-width: 991px) {
    .partners-container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 0.5rem;
        padding: 0.5rem;
    }
}
@media screen and (max-width: 650px) {
    .partners-container {
        grid-template-columns: 1fr;
        grid-gap: 0.5rem;
        padding: 0.5rem;
    }
}
.story-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 200px minmax(40px, auto) auto;
    grid-column-gap: 3rem;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #f5f6f8;
    background-color: #fff;
    transition: box-shadow 170ms ease-in;
}
@media screen and (max-width: 991px) {
    .story-box {
        grid-template-rows: 150px minmax(40px, auto) auto;
        grid-column-gap: 1rem;
    }
}
.story-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: #EAEAEA;
    display: grid;
}
.story-box img {
    margin: auto;
    height: 70px;
    max-width: 225px;
    object-fit: contain;
}
.story-box h4 {
   padding: 1rem;
}
.story-box p {
    padding: 1rem;
 }
.customers-container {
    max-width: var(--cap-width);
    margin: auto auto 2.5rem auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 195px));
    align-items: center;
}
.customers-container img {
    margin: auto;
}

.testimonials-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: var(--cap-width);
    gap: clamp(0.5rem, 5vw, 1.5rem);
    margin: auto;
}
@media screen and (max-width: 691px) {
    .testimonials-container {
        grid-template-columns: 1fr;
    }
}

.testimonials-container article {
    background-color: #EAEAEA;
    padding: clamp(0.5rem, 5vw, 1.5rem);
    display: grid;
    align-content: space-around;
    border-radius: 10px;
}

.testimonials-container p {
    font-weight: 500;
}
.ourlogo {
    height: 35px;
    grid-column-end: -1;
    margin-top: -25px;
    margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
    .ourlogo {
        height: 30px;
        margin-top: -5px;
    }
}
section.banner {
    display: grid;
    align-content: center;
    height: 65vh;
    background-image: url('/landing_skinned/images/team/header_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50%;
}
@media only screen and (max-width: 1120px) {
    section.banner {
        background-attachment: scroll;
        height: 45vh;

    }
}
.min-height {
    min-height: 25vh;
}

