footer.aboutUS {
    background-color: #2b2b2b;
}



section.banner {
  
    width: 100%;
    height: 100vh;

}

section.banner.aboutUs  h1 {
        font-family: "Anton" !important;
        font-size: 9rem;
        font-weight: 500;
        width: 100%;
        margin: 0 auto;
 text-transform: uppercase;
        margin-bottom: 1rem;
        max-width: 90%;
        line-height: 1.1em;
        letter-spacing: 0.5rem;
    }
    section.banner.aboutUs  h1 span{
        color: #f7b629;
        font-family: "Anton" !important;
  
  
     
 text-transform: uppercase;
   
 
        line-height: 1.1em;
        letter-spacing: 0.5rem;
    }
    section.banner.aboutUs  p{
        letter-spacing: normal;
        font-size: 1.2rem;
    }
 

section.rooted {
    .content {
        background-color: #393434;
        border-radius: 1rem 1rem 0rem 0rem;


        p {
            padding: 2rem;
            padding-bottom: 1rem;
            color: #fff;
            border-radius: 1px 1px 0px 0px;
            font-size: 1.4rem;
        }

        .row {
            display: flex;

            @media(max-width: 767px) {
                flex-direction: column-reverse;
            }

            .text {
                width: 70%;
                padding: 2rem;

                @media(max-width: 767px) {
                    width: unset;
                }

                h2 {
                    color: #fff;
                    margin-bottom: 1rem !important;
                    font-size:3.5rem;
                    font-family: "Anton" !important;
                    text-transform: uppercase;
                }

                p {
                    color: #fff;
                    padding: 0rem;
                    margin-bottom: 1rem;
                    font-size: 1.4rem;

                    &:last-child {
                        margin-bottom: 0rem;
                    }
                }
            }

            .image {
                width: 30%;
                position: relative;
                object-fit: cover;
                min-height: 400px;
                height: 400px;
                max-height: 600px;

                @media(max-width: 767px) {
                    width: unset;
                }

                img {
                    height: 100%;
                    object-fit: cover;
                }

                p {
                    position: absolute;
                    bottom: 0px;
                    background-color: #ffffff;
                    color: #393434;
                    font-size: 0.9rem;
                    padding: .5rem;
                    width: -webkit-fill-available;
                    text-align: center;
                    border: 1px solid #393434;
                    ;
                    width: -moz-available;
                }
            }
        }
    }
}


section.our-services.aboutUs {
    .content {

        h2 {
            margin-bottom: 2rem !important;
        }

        p {
            font-size: 1.4rem;
            text-align: center;
            width: 100%;
            max-width: 85%;
            margin: 0 auto;
       
            margin-bottom: 3rem;
            letter-spacing: .1rem;
            font-weight: 300;
        }

        .card-container {
            display: flex;
            gap: 2rem;
            width: 100%;
            max-width: 80%;
            margin: 0 auto;


            .card {
                width: 100%;
                padding: 1rem;
                border: 2px solid #2d2b2d;
                box-shadow: 9px 9px 0px 0px #0060ef36;
                background-color: #fffef7;
                @media(max-width: 767px) {
                    width: unset;
                }
                .card p  {
max-width: 90% !important;

                }
                .image {
                    height: 3rem;
                    margin-bottom: 1rem !important;
                 
                }
                .image  img{
                 width: auto !important;
                   height: 50px !important;
                 
                }

                h4 {
                    font-size:2.1rem;
                    text-transform: uppercase;
                     font-weight:700;
                    font-family: "Open Sans", sans-serif;
                    line-height: 1.1em ;
                }

                &::after {
                    display: none;
                }
            }
        }
    }
}



section.our-promise {
    .content {
        background: linear-gradient(to bottom, #001f65e8 30%, #7788af6b 100%);
        padding: 2rem 3rem;
        border-radius: 2rem;

        h2 {
            text-align: center;
            color: #fff;
            margin-bottom: 2rem !important;
            font-size: 4.5rem;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }

        p {
            text-align: left;
            color: #fff;
            font-size: 1.8rem;
          
   
      width: 100%;
      max-width: 95%;
      margin: 0 auto;
 
      margin-bottom: 3rem;
      letter-spacing: .1rem;
      font-weight: 500;

        }
    }
}

.our-people {
    background-color: #f5f9ff;

    .content {
        h2 {
            text-align: center;
         
            margin-bottom: 2rem !important;
        
            font-size: 4.5rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
        }

        p {
            text-align: center;
            margin-bottom: 3rem !important;
            
            width: 100%;
            max-width: 90%;
            margin: 0 auto;
 
            font-size: 1.4rem;
            letter-spacing: .1rem;
            font-weight: 300;
        }

        .image-container {
            display: flex;
            justify-content: center;
            gap: 2rem;
            width: 100%;
            max-width: 60rem;
            margin: 0 auto;

            @media(max-width: 767px) {
                flex-direction: column;
            }

            .image {
                height: 10rem;
                width: 100%;

                img {
                    border-radius: 4rem 0rem 4rem 0rem;
                    object-fit: cover;
                    box-shadow: 9px 9px 0px 0px #0060ef36;
                }
            }
        }
    }
}



section.leadership {
    .content {
        h2 {
          
            margin-bottom: 3rem !important;
            text-align: center;
            font-size: 4.5rem;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }

        p {
      
font-size: 1.4rem;
text-align: center;
width: 100%;
max-width: 85%;
margin: 0 auto;
 
margin-bottom: 3rem;
letter-spacing: .1rem;
font-weight: 300;
        }

        .card-container {
            display: flex;
            gap: 4rem;
            width: 75%;
            margin:  0 auto;

            @media(max-width: 767px){
                flex-direction: column;
            }

            .card {
                width: 100%;
                .image {
                    height: 10rem;
                   
                    width: 100%;
                    max-width: 170px;
                    margin: 0 auto;
             
                    img {
                        object-fit: cover;
                        width:170px;
                        height:220px;
                        border-radius: 60%;
                    }
                }

                p{
                   &:nth-of-type(1){
                    text-transform: uppercase;
                    letter-spacing: 0.1em;
                    font-weight: 700;
                    margin-bottom: .2rem;
                    font-size: 16px;
                    margin-top: 4.5rem;
                   }

                   &:nth-of-type(2){
                    font-size: 12px;
                    font-weight: 300;
                   }
                }
            }
        }
    }
}

.our-services.aboutUs{
    padding: 2rem 40px !important;
}
.rooted{
    padding-block: 2rem !important; 
}