.back{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.img-box1{
	width: 40%;
    height: 357px;
	border:6px double;
	border-color:#642003;
	border-radius:10px;
}

.img1{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:5px;
}

.data-box{
    width: 60%;
    height: 350px;
	text-align:center;
	justify-content:center;
}

.head-line{
	font-size:45px;
	color:#642003;
}

hr {
    border: none; /* Remove default border */
    height: 2px; /* Set thickness */
    background-color: #642003; /* Set color */
    margin: 5px auto; /* Add spacing */
	width:80%;
}

.p-line {
	font-size: 18px;
    text-align: left;
    margin-left: 10px;
	margin-right: 50px;
	font-weight: 400;
	text-align:justify;
}

.break-line {
	font-size: 18px;
    text-align: left;
    margin-left: 10px;
	margin-right: 50px;
	font-weight: 400;
	text-align:justify;
}

.img-box2 {
	float:right;
	width: 40%;
    height: 338px;
	border:6px double;
	border-color:#642003;
	border-radius:10px;
	margin:10px;
}

.imgs{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:5px;
}