* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: verdana;
  src: url(../fonts/VERDANAI.ttf);
}

.container {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 20px;
	padding: 60px 10px;
  
  /* font-weight: ; */
  margin-bottom: 15px;
}
.bg-img {
	background: url(../images/vsl-bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 40px 15px;
  font-family: "Montserrat", sans-serif;
}
.terms-bg  {
	background: url(../images/5105.jpg);
	background-repeat: no-repeat;
	background-position: center; 
	 background-size: cover; 
	padding: 40px 15px;
  font-family: "Montserrat", sans-serif;
  background-color: #000;
}
.main-head {
	color: rgb(62, 137, 72);
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
}
.parastyle p {
	font-size: 20px;
	line-height: 1.9;
	text-align: center;
	padding: 0 20px;
}
.footer-text{
  color: #fff;
}

@media(max-width:1024px){
  .parastyle p {
    font-size: 19px;
  }
}

@media(max-width:768px){
  .parastyle p {
    font-size: 18px;
  }
  .container {
    padding: 40px 10px;
  }
}
@media(max-width:560px){
  .parastyle p {
    font-size: 19px;
  }
  .main-head {
    font-size: 29px;
  }
}
@media(max-width:428px){
  .parastyle p {
    font-size: 15px;
  }
  .main-head {
    font-size: 23px;
  }
}
