* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #2c2c2c;
}

header {
    position: fixed;
    width: 100%;
    top: 0; 
    left: 0;
    z-index: 99;
}

section {
    padding: 60px 0;
    overflow-x: hidden;
}

div#contentCasesCards {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}