.box20241025215225 {
	position: relative;
	width: 100%;
	display: flex;
    background-image: url('/template/webpage/images/header_homepage_indisches_parlament.jpg');
    background-size: cover;
    background-position: 51% 66%;
    background-attachment: scroll;
    background-repeat: no-repeat;
	    z-index: 1;
}

.box20241025215225 .box20241025215225_a {
	display: flex;
    background-color: #000000;
    content: "";
    opacity: 0.3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    transition: all .3s ease-in-out;
}

.box20241025215225_1 {
	width: 345px;
    z-index: 3;
		margin-left: 50px;
		margin-right: 50px;
	padding-top: 6.4rem;
	padding-bottom: 6.4rem;
	color: #fff; 
}
.box20241025215225_title1{
	font-size: 18px;

}
.box20241025215225_title{
	font-size: 30px;
	margin-top: 30px;

}
.box20241025215225_hr hr{
	color:#fff;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.box20241025215225_title2{
	font-size: 18px;
	text-align:justify;
}

@media(min-width:992px){
	.box20241025215225 {
	height: 500px;
	}
	.box20241025215225_1 {
		width: 100%;
		height: 235px;
		margin-left: 150px;
		margin-right: 450px;
		margin-top: 200px;
		padding: 0px;
		/*background-color: rgba(80, 121, 106, 0.9);*/
	}	
}