.class-div-header {
    background-color: rgb(35, 131, 172);
    height: 7vh;
    width: 100%;
}

.class-div-main-container {
    background-color: white;
    width: 100%;
    height: 100vh;
    overflow: auto;
}

.class-img-logo {
    height: 4vh;
}

.class-header-cont {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    
    overflow: hidden;
}

.class-container {
    width: 1005;
}

.class-service-card {
    top: 0;
    box-shadow: 0vw 0vw 1vw rgb(162,162,162);
}