html {
    scroll-behavior: smooth;
}

.titles {
    color: #ffff;
    padding-top: 5em;
    
}

.titles h1, h4 {
    font-weight: 100;
    text-shadow: 2px 2px 7px rgb(0 0 0 / 70%);
}

.abt-us p {
    font-size: 1.4em !important;
}

.abt-us {
    margin-top: 4em;
    margin-bottom: 4em;
}

.abt-us .btn {
    margin-bottom: 2em;
}

.services h2 {
    color: #000;
    background-color: #fff;
}

.who_we_are {
    height: 130%;
    
}

.mb {
    margin-bottom: 5em;
}

.card-bg{
    background-color: rgba(255, 255, 255, .0) !important;
    box-shadow: none;
    
}

.header {
    margin-top: 2em;
    text-align: center;
    padding: 0.5em;
    background-color: rgba(255, 255, 255, .8) !important;
}

.card-title{
    background-color: rgba(0, 0, 0, .7);
    padding: 0.35em !important;
}
