.section_hero{
	height: 70vh;
}

.mexico_grand_prix, .more_info{
	max-width: 1200px;
	margin: 0 auto;
}
.mexico_grand_prix .left{
	width: 100%;
}

.mexico_grand_prix .left .mexico_grand_prix_title h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
}


.mexico_grand_prix_info .circuit_container {
    width: 40%;
}
.top_margin{
	margin-top: 70px;
}

.flag {
    position: relative;
    width: 80px;
}
.flag img{
	border-radius: 10px;
	width: 100%;
	height: auto;
}
.mexico_grand_prix_title{
	display: flex;
	gap:20px;
}
.mexico_grand_prix .left .mexico_grand_prix_title {
    margin-bottom: 0px;
}
.mexico_grand_prix_date{
	font-size: 2rem;
}

.more_info{
	margin-top: 40px;
}
.rss_icon{
	font-size: 18px;
	color: #000;
	margin-right: 10px;
}

@media (max-width: 1200px) {
    .mexico_grand_prix {
        flex-direction: column-reverse;
    }
    .mexico_grand_prix .right{
	    margin-bottom: 40px;
    }
    .section_hero {
        min-height: 300px;
        height: 50vh;
    }
}

@media (max-width: 992px) {
    .mexico_grand_prix_date {
        font-size: 1rem;
    }
    .mexico_grand_prix_info .circuit_container {
    	width: 100%;
	}
	.mexico_grand_prix .left .mexico_grand_prix_title h2 {
	    font-size: 1.5rem;
	    line-height: 1.7rem;
	    width: 80%;
	}
	.mexico_grand_prix .left {
    	padding: 20px;
    }
}
@media (max-width: 768px) {
    .section_hero {
        min-height: 300px;
        height: 30vh;
        margin-bottom: 15px;
    }
    .grid_head {
	    padding: 0px 0 35px;
    }
    .mexico_grand_prix_title{
    	flex-direction: column;
    }
    .mexico_grand_prix .left .mexico_grand_prix_title h2 {
	    width: 100%;
	}
    
}