#a {
    background-color: #DCE7EA;
}
#ac {
    justify-content: end;
}

#b {
    padding-top: 5rem;
}
#ba {
    width: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(220, 231, 234, 0.7);
}
#bb {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    color: #0E606E;
    width: 30%;
    align-content: center;
    margin-left: 144px;
}
.display-1 {
    font-size: 64px;
}
.color-1 {
    color: #063A43;
}
.brand {
    color: #0E606E;
}

.wrapper {
    display: flex;
    overflow-x: auto;
}
.wrapper::-webkit-scrollbar{
    overflow: hidden;
}
.wrapper .item {
    width: 328px;
}

#dc {
    width: 267px;
    height: 84px;
}

#EA {
    text-align: end;
}
#EB {
    text-align: start;
}
#EC {
    text-align: center;
}
#ED{
    text-align: end;
    justify-content: end;
    align-content: center;
}

@media (max-width: 1025px) {
    #ac {
        display: flex;
        flex-wrap: nowrap;
    }
} 

@media (max-width: 769px) {

    #ac {
        justify-content: center;
    }

    .card{
        margin-bottom: 3rem;
    }
    #b {
        padding-top: 7.5rem;
    }
    #ba{
        width: 100%;
    }
    #bb {
        width: 50%;
        font-size: medium;
        margin-left: 1rem;
    }
    .btn {
        margin-top: 0.3rem;
    }
    .display-1 {
        font-size: xx-large;
    }

    #or {
        justify-content: center;
    }
    #our {
        width: 75%;
    }

    #cb {
        width: 100%;
    }

    #dc {
        width: 90%;
        height: 90%;
    }

    #EA {
        text-align: center;
    }
    #EB {
        text-align: start;
        width: 50%;
    }
    #EC {
        text-align: end;
        width: 50%;
    }
    #ED{
        width: 100%;
        text-align: center;
        justify-content: center;
        align-content:center;
    }

}

@media (max-width: 426px) {
    #bb {
        width: 55%;
        font-size: 12px;
    }
    .display-1 {
        font-size: large;
    }
    .btn {
        font-size: x-small;
        margin-top: 0;
    }

    #EA {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    #EB {
        font-size: small;
    }
    #EC {
        font-size: small;
    }

}


@media (max-width: 320px) {
    #ac {
        margin-top: 5px;
        font-size: small;
    }
    
    #bb {
        font-size: 10px;
    }
    .display-1 {
        font-size: medium;
    }
    .btn {
        font-size: xx-small;
        margin-top: 0;
    }
}