.t1
{
    display: flex;
    flex-direction: row;
    background: #f3f3f3;
    border-radius: 32px;
    padding: 40px 0px 40px 30px;
}

.t2
{
    font-size: 38px;
    width: 72%;
    display: block;
    font-family: 'Inter';
    font-weight: 700;
    line-height: 52px;
    padding-bottom: 10px;
}

.t3
{
    font-size: 16px;
    color: #6C6D72;
    line-height: 20px;
    width: 100%;
    font-family: 'Inter';
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
} 


/* desktop css*/
@media screen and (min-width: 480px)
{
.slider1
{
 margin-left: 20px;

}

.heading {
  /*text-align: center;*/
    font-size: 35px;
    font-family: 'Inter';
    line-height: 52px;
    display: block;
    /*font-weight: bold;*/
     font-weight: normal;
    /*width: 500px;*/
    margin: auto;
    
}

.btn-get-started1
{
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid black;
  color: black;
}
.btn-get-started1:hover
{
  background: #e43c5c;
  border: 2px solid #e43c5c;
  color: black;
}

 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}


}
/* end desktop css*/

/* mobile css */
@media only screen and (max-width: 600px)
 {
    
    .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}


.img-h
{
   width:350px;
   height:420px;  
    
}
.img-h1
{
   width:340px;
   height:420px;  
    
}

.btn-get-started1 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid black;
  color: black;
}
.btn-get-started1:hover {
  background: #e43c5c;
  border: 2px solid #e43c5c;
  color: black;
}

.heading {
  text-align: center;
    font-size: 25px;
    font-family: 'Candara';
    /*line-height: 52px;*/
    display: block;
    /*font-weight: bold;*/
    font-weight: normal;
    margin: auto;
    
}

.motext
{
 font-size:12px;   
}

     
 }
 /* end mobile css */