.section-search-wrapper {
    min-width: 100%;
    margin-top: 0px !important;
}

.section-search-wrapper a {
    color: inherit;
    text-decoration: none;
}

.section-search-wrapper .best-casinos {
    color: #37269F;
}

.section-search-wrapper .search-hero-holder {
    background-color: #1B1A25;
    padding-top: 42px;
    padding-bottom: 39px;
    text-align: center;
    line-height: 50px;
}

.section-search-wrapper .search-hero-holder h5 {
    color: #BCBFC8;
    margin: 0;
    font-size: 27px;
    font-weight: 400;
}

.section-search-wrapper .search-hero-holder h1 {
    color: #FFFFFF;
    width: 100%;
    margin: 0;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
}

.section-search-wrapper .section-search-results {
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0 15px;
}

.section-search-wrapper .section-search-results .search-result-item {
    width: 100%;
    margin-bottom: 30px;
}

.section-search-wrapper .section-search-results .search-result-item h3,
.section-search-wrapper .section-search-results .search-item-not-found {
    color: #1B1A25;
    margin: 0;
    margin-bottom: 20px;
    font-size: 29px;
    font-weight: 700;
    line-height: 35px;
    word-break: break-all;
    hyphens: auto;
}

.section-search-wrapper .section-search-results .search-item-not-found {
    text-align: center;
}

.section-search-wrapper .section-search-results .search-result-item p {
    color: #4A4B54;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.section-search-wrapper .section-search-results .search-result-item .search-keyword {
    color: #37269F;
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
    .section-search-wrapper {
        min-width: 100%;
        width: 100%;
        margin-top: 100px !important;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 600px) {
    .section-search-wrapper {
        min-width: 100%;
        width: 100%;
        margin-top: 100px !important;
        padding: 0 !important;
    }

    .section-search-wrapper .search-hero-holder {
        padding: 19px 15px;
        padding-top: 32px;
    }

    .section-search-wrapper .section-search-results {
        max-width: 100%;
        width: 100%;
        padding: 0 15px;
    }
}
