.villas-landing{
	    padding: 30px 60px;
}
.youtube-image{
	width:100%;
}
.youtube-text{
	display: flex;
    align-items: center;
}
.villas-in-trichy{
	margin-bottom: 25px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
}
.stunning-location{
	    text-align: center;
    line-height: 44px;
}
.express-interest{
	background: #006a7f;
    color: #fff;
    text-align: center;
    margin: auto;
    display: block;
    width: 25%;
    padding: 10px;
    margin-top: 25px;
    border-radius: 5px;
}
.content-border{
	padding-top: 35px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.content-border h2{
	font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
}
.content-border p{
    padding-bottom: 15px;
    line-height: 27px;
}
.content-border h3{
	font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
}
.content-border ul{
	padding: 0;
    list-style: none;
    padding-bottom: 15px;
}
.content-border ul li{
	display: flex;
    align-items: center;
    font-size: 16px;
    padding-bottom: 12px;
}
.content-border ul li svg{
	margin-right: 10px;
}
.content-border ul li strong{
	font-weight:bold;
	color:#000;
}
.form-h2{
	font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
    padding-left: 90px;
}
.mobile-break {
    display: none;
}
@media (max-width: 768px) {
	.villas-landing {
    padding: 30px 15px;
}
.youtube-text {
    display: block;
}
.express-interest {
    background: #006a7f;
    color: #fff;
    text-align: center;
    margin: auto;
    display: block;
    width: 50%;
    padding: 10px;
    margin-top: 25px;
    border-radius: 5px;
}
.stunning-location {
    text-align: center;
    line-height: 28px;
}
.content-border ul li {
    display: block;
    font-size: 16px;
    padding-bottom: 12px;
}
.content-border ul li svg {
    margin-right: 5px;
}
.content-border h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
    line-height: 32px;
}
.form-h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
    padding-left: 15px;
}
.mobile-break {
    display: inline;
}
}