.checkmark-list {
    min-width: 36px;
}

.header-dodonts {
    background: linear-gradient(180deg, #E0EDDC 0%, rgba(235, 242, 232, 0) 100%);
}

.container-dodonts {
    background: url('/assets/img/background-do-donts.png') no-repeat;
    background-size: contain;
    height: 500px;
    background-position: center;
    padding-top: 100px;
}

@media only screen and ( max-width: 991px ) {
    .container-dodonts {
        background-image: none !important;
        padding-top: 25px;
        height: 400px;
    }
}

@media only screen and ( min-width: 1920px ) {
    .header-dodonts {
        padding-bottom: 0 !important;

    }
}

@media only screen and ( max-width: 1920px ) {
    .header-dodonts {
        padding-bottom: 25px !important;

    }
}

body {
    background-color: #f9f9f9 !important;
}

.row-minheight-auto {
    min-height: auto;
}

.sparks-left {
    background: url('/assets/img/sparksleft.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.get-started-best-practices-button{
    font-size: 18px;
    font-weight: 700;
}