.Hero_area {
    background-position: center;
    background-size: cover;
}

.hero_text {
    display: flex;
    justify-content: end;
}

.hero_text p {
    font-size: 48px;
    color: #fff;
    width: 50%;
}
@media only screen and (max-width: 1199px) {
    .hero_text p {
        width: 60%;
        font-size: 40px;
    }

    /*.hero_content {
        bottom:25px;
        position: absolute; 
    }*/
}
@media only screen and (max-width: 991px) {
	.hero_text p {
		width: 75%;
        font-size: 35px;
	}
}
@media only screen and (max-width: 767px) {
	.hero_text p {
		width: 100%;
	}
}