@media (max-width: 991px) {
    .why_sec:before,
    .why_sec:after {
        display: none;
    }
}

@media (max-width: 768px) {
    .artit_name {
        text-align: center;
    }
    .radio-with-Icon {
        margin-bottom: 20px;
    }
    .wish_list_sec h3 {
        font-size: 35px;
        margin-top: 15px;
    }
    .wish_list_sec p {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .why_buy_text h3,
    .artist_sec h3,
	.roadmap_txt h3,
    .rarity_sec h3,
    .team_sec h3 {
        font-size: 40px !important;
    }
	.roadmap_sec p,
    .why_buy_text p {
        font-size: 22px;
        line-height: 40px;
    }
	.roadmap_txt h3,
    .artist_sec h3 {
        margin-bottom: 20px !important;
    }
    .rarity_part p {
        font-size: 30px;
    }
    .rarity_sec h3 {
        margin-bottom: 15px;
    }
    .team_sec h4 {
        font-size: 32px;
    }
    .top_header ul li a img {
        width: 20%;
    }
    .top_header ul {
        margin-left: 20px;
    }
    footer ul li a img {
        width: 20%;
    }
    .btn_check {
        font-size: 30px;
    }
    .artist_sec {
        margin-top: -65px;
    }
    footer p {
        font-size: 20px;
    }
}