h1,h2,h3,h4,h5,h6{
    color: var(--black-90);
    line-height: 1.3;
}
/*Card t CSS*/
.columnt .cardt img{
	width:80%;
	height:35%;
	padding-top:10px;
	border-radius: 500px;
	margin-top: -100px;
}
.columnt .cardt img:hover{
	width:85%;
	height:50%;
}
 .columnt{
    width: 25%;
    float:left;
    padding:100px 10px;
    margin-top: 20px;
   }
 .rowt{
  	width: 100%;
  	align-items: center;
  	}

  .rowt:after{
      content:"";
      display:table;
      clear:both;
  }

 

  @media screen and (max-width:600px)
  {
      .columnt
      {
          width:100%;
          display:block;
          margin-bottom: 20px;
      }
  }

  .cardt
  {
      box-shadow: 0 20px 20px 0 rgba(0,0,0,0.2);
      max-width:300px;
      margin:auto;
      /* background-color:rgba(255, 255, 255, 0.6); */
      text-align:center;
      border-radius:40px;
      padding-bottom:15px;
  }

  .cardt:hover
  {
      box-shadow: 0 6px 10px 0 rgba(0,0,0,0.4);
      max-width:320px;
      margin:auto;
      /* background-color:rgba(168, 168, 29, 0.847); */
      text-align:center;
      border-radius:40px;
      padding-bottom:15px;
  }

  .titlet{
      /* color:gray; */
      font-size:18px;
  }



  .cardt a{
      text-decoration: none;
      font-size: 25px;
      color:var(--main-color);
  }

  .cardt h2{
    font-size: 45px;
    font-weight: 700;

}

.cardt h3{
    font-size: 20px;
    color: var(--main-color);

}

  
