/**
 * Stage and Press
 *
 * Generated by Dreamz Page Builder on 2026-07-22.
 */
.stage-and-press{
	margin-bottom: 65px;
}
.stage-and-press .image-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.stage-and-press .left-side-image{
    width: calc(66% - 10px);
	text-align: center;
}
.stage-and-press .right-side-image{
    width: calc(34% - 10px);
	text-align: center;
}
.stage-and-press .main-title{
	text-align: center;
	margin-bottom: 30px;
}
.stage-and-press .main-title h2{
	margin-bottom: 0px;
}
.left-side-image .image{
    border-radius: 20px;
    border: 3px solid #DBCBB7;
    background: #FFF;
    padding: 10px;
    margin-bottom: 15px;
    height: 600px;
}
.left-side-image .image img,.right-side-image .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    object-position: top;
}
.right-side-image .image{
	border-radius: 20px;
	border: 3px solid #DBCBB7;
	background: #FFF;
	padding: 13px;
	margin-bottom: 15px;
    height: 600px;
}
.left-side-image p,
.right-side-image p{
	font-size: 15px;
	font-weight: 500;
}

@media only screen and (max-width:1199px) {
	.stage-and-press .left-side-image {
		width: calc(60% - 10px);
	}
	.stage-and-press .right-side-image {
		width: calc(40% - 10px);
	}
	.left-side-image .image,.right-side-image .image{
		height: 400px;
	}
}
@media only screen and (max-width:767px) {
	.stage-and-press .left-side-image {
		width: 100%;
	}
	.stage-and-press .right-side-image {
		width: 100%;
	}
	.stage-and-press .image-wrap{
		gap: 30px;
	}
	.left-side-image .image, .right-side-image .image {
        height: auto;
        border-radius: 15px;
    }
	.left-side-image .image img, .right-side-image .image img{
		border-radius: 15px;
	}
	.stage-and-press {
		margin-bottom: 50px;
	}
}