.overlayzhe {
    width: 100%;
    margin: 0 auto;
}
.search_search {
    width: 100%;
    background: #8540d3;
    padding: 16px 0;
}
.search_games {
    max-width: 1300px;
    background: #ffffff;
    border-radius: 12px 12px 12px 12px;
    border: 3px solid #ffffff;
    margin: 0 auto;
    padding: 12px 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search_games input {
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 24px;
    color: #999999;
    line-height: 36px;
}
.search_games img {
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.main_main_h5 {
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 32px;
    color: #8540d3;
    line-height: 48px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 2px solid #d43fa7;
}
.main_most {
    margin-top: 40px;
    font-family: Poppins, Poppins;
font-weight: bold;
font-size: 32px;
color: #D23DA5;
line-height: 48px;
}

@media (max-width: 768px) {
    .search_games {
        width: 80%;
    }

    .main_main_h5 {
        padding-bottom: 10px;
        margin-bottom: 32px;
    }
}
@media (max-width: 500px) {
    .search_games {
        border-radius: 8px 8px 8px 8px;

        border: 3px solid #ffffff;
        margin: 0 auto;
        padding: 8px 16px;
    }

    .search_games input {
        font-size: 14px;
        line-height: 20px;
    }
    .search_games img {
        width: 20px;
        height: 20px;
    }
    .main_main_h5 {
        font-size: 16px;
        line-height: 24px;
    }
    .main_main_main {
        padding-top: 20px;
    }
    .main_main_h5 {
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    .main_most {
        margin-top: 20px;
        font-size: 16px;
line-height: 30px;
    }
}
