body{
    background-color: #F5F5F5;
}
section{
    padding: 20px 20px 20px 20px;
    justify-content: center;
}
h1{
	font-size: 37px;
	font-family: Poppins;
	margin: 10px 70px 10px 70px;
    padding: 20px;
	text-align: center;
	line-height: 49px;
	color: #000;
}
.highlight {
    color: red;
}
.container {
    display: flex;
}
.card-container{
	flex: 1;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin: 0px 20px 40px 20px;
    padding: 35px;
}
.card-container2{
	flex: 1;
    height: 900px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin: 0px 20px 40px 20px;
    padding: 35px;
}
h3{
    font-size: 23px;
    color: #273C63;
    line-height: 31px;
    font-family: Poppins;
    font-weight: 700;
    text-align: center;
    padding: 0 30px 0 30px;
}
.card-container img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.ebook{
    width: 30%;
}
.sanchit{
    width: 50%;
}
.card-container p {
    font-size: 17px;
    line-height: 23px;
    font-family: Open Sans;
    font-weight: 700;
    color: #000;
}
.dashed{
    border-bottom: dashed 1px #000000;
  }
.sanchit {
    margin-top: 20px;
}
h4 {
    text-align: center;
    font-size: 23px;
    line-height: 31px;
    font-family: Poppins;
    margin: 10px 0 5px 0;
    padding: 10px;
}
h2{
	font-size: 37px;
	line-height: 49px;
	font-weight: 700;
	font-family: Poppins;
	margin: 0px 70px 20px 70px;
	text-align: center;
	color: #000;
}
.upsell{
    background-color: #EFF7FE;
    padding: 10px;
    border-style: dashed;
    border-color: #53ADFF;
   
}
.upsell p {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  font-family: Poppins;
  padding: 0 10px 10px 10px;
  font-weight: 400;
}
.upsellallign {
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0 10px 10px 10px;
}
.trust, .trust2{
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    font-family: Poppins;
    color: #707B8E;
}
.trust img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
  .trust2 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
  }
.secbg{
    background-color: #fff;
    padding: 10px 0 30px 0;
    }
.card-container-box{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 100px 0 100px;
}
.card{
	width: 325px;
	background-color: #f0f0f0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.2);
	margin: 10px 10px 10px 10px;
}
.card img{
	width: 100%;
	height: auto;
}
.btn {
    display: block;
    margin: 10px 0px 10px 0px;
    font-size: 20px;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    color: #fff;
    background-color: #C32D2F;
    border-radius: 5px;
    padding: 19px;
    text-decoration: none;
}
footer {
	background-color: #CFCFCF;
	text-align: center;
    font-size: 17px;
	font-weight: 400px;
    font-family: Open Sans;
    padding: 20px;
    line-height: 10px;
	color: #000;
    }
footer p {
        font-size: 15px;
        line-height: 24px;
        font-family: poppins;
        color: #000;
    }
nav{
    font-size: 15px;
    line-height: 24px;
    margin: 8px;
    padding: 5px;
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 1600px){
    .card-container2{
        height: 950px;
    }
    .card-container-box{
        margin: 0 50px 0 50px;
    }
    .trust2 a{
        margin: 10px 20px 0px 20px;
    }
}
@media (max-width: 768px){
    .card-container{
      display: none;
    }
    .container {
        flex-direction: column-reverse;
        height: auto;
    }
    .card-container-box{
        margin: 0 0px 0 0px;
    }
    .trust2 img{
        width: 250px;
    }
}
@media (max-width: 480px){
    .card-container{
        display: none;
      }
    .container {
        flex-direction: column-reverse;
        height: auto;
    }
    h1{
        font-size: 28px;
        line-height: 28px;
        margin: 0 0px 25px 0;
        padding: 0px;
    }
    .card-container2{
        margin: auto;
        padding: 10px;
    }
    .card-container p {
        font-size: 18px;
        line-height: 23px;
    }
    h4{
     font-size: 25px;
     line-height: 25px;
     padding: 10px;
    }
    .btn {
        font-size: 18px;
        line-height: 23px;
    }
    .trust img{
        width: 250px;
    }
    h2{
    font-size: 28px;
    line-height: 28px;
    margin: 10px 10px 20px 10px;
    }
}