
.content-new {
display: flex !important;
}

.left-custom h2{
	font-size: max(3.25vw, 40px);
    font-family: "Rajdhani-Bold", sans-serif;
    color: #022622;
    margin-bottom: max(1.5vw, 15px);
    max-width: max(25vw, 400px);

}

.left-custom p {
font-size: max(1vw, 16px);
    font-family: "Roboto-Regular", sans-serif;
    line-height: max(1.5vw, 24px);
    color: #022622;
    margin-bottom: max(3vw, 30px);  

}

.left-custom {
    width: 50%;
	background-color: #fff;
    padding: max(2.5vw, 35px);
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: max(1vw, 15px);
    height: 100%;
    transition: all 400ms ease 0ms;
    margin-right: 68px;
	padding-bottom:66px;
}

.right-custom {
	width: 50%;
	background-color: #fff;
    padding: max(2.5vw, 35px);
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: max(1vw, 15px);
    height: 100%;
    transition: all 400ms ease 0ms;
    margin-left: 68px;
	
}

.right-custom h2{
	font-size: max(3.25vw, 40px);
    font-family: "Rajdhani-Bold", sans-serif;
    color: #022622;
    margin-bottom: max(1.5vw, 15px);
    max-width: max(25vw, 400px);
}

.right-custom p {
	font-size: max(1vw, 16px);
    font-family: "Roboto-Regular", sans-serif;
    line-height: max(1.5vw, 24px);
    color: #022622;
    margin-bottom: max(3vw, 30px);
}
.text h2
{
	font-size: max(3.25vw, 40px);
    font-family: "Rajdhani-Bold", sans-serif;
    color: #022622;
    margin-bottom: max(1.5vw, 15px);
	text-align:center;
}

.text p
{
	font-size: max(1vw, 16px);
    font-family: "Roboto-Regular", sans-serif;
    line-height: max(1.5vw, 24px);
    color: #022622;
    margin-bottom: max(3vw, 30px);
	text-align:center;
}

.custom-sec {
    margin-top: 33px;
    margin-bottom: 42px;
}

@media only screen and (max-width: 900px) {
 .left-custom {
	 width:100%;
	 margin-right:0px;
  }
}

@media only screen and (max-width: 900px) {
 .right-custom {
	 width:100%;
	 margin-left:0px;
  }
}

@media only screen and (max-width: 900px) {
 .content-new {
	flex-direction: column
  }
}

.section-new-header h2 {
	font-size: max(3.25vw, 40px);
    font-family: "Rajdhani-Bold", sans-serif;
    color: #022622;
    margin-bottom: max(1.5vw, 15px);
	text-align:center;
	
}


.section-new-header p {
	font-size: max(1vw, 16px);
    font-family: "Roboto-Regular", sans-serif;
    line-height: max(1.5vw, 24px);
    color: #022622;
    margin-bottom: max(3vw, 30px);
	text-align: justify;
}

.custom-new-text{
font-size: max(1vw, 16px);
    font-family: "Roboto-Regular", sans-serif;
    line-height: max(1.5vw, 24px);
    color: #022622;
    transition: all 400ms ease 0ms;
}
