*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}


.maintitle{
  font-size: 46px;
  font-family: 'Capriola', sans-serif;
  letter-spacing: 3px;
  font-weight: bolder;
  text-align: center;
  text-transform: capitalize;
  margin-top: 50px;
  margin-bottom: 20px;
} 

.arrows{
  display: flex;
  justify-content: center;
}
main img{
  width: 90%;
  height: auto;
}
.line{
  border-bottom: 1px solid;
  border-color: #D3D3D3;
  width: 70%;
  margin: 0px auto;
  margin-top: 40px;
}

main a{
  text-decoration: none;
  color: black;
  font-weight: normal;
  transition:0.5s;
  
}
main a:hover{
  color: lightblue;
}

table{
	display: table;
}
.mobile-table{
	display: none;
}

table thead tr th, table tbody td h3, .mobile-table h3{
	font-family: 'Capriola', sans-serif;
	font-size:1.6rem;
}
table thead tr th{
	font-size: 2rem;
}



.information{
	border-left: 1px solid;
  border-color: #D3D3D3;
	padding-left: 40px;
	width:80%;
	margin: auto;
	margin-top: 50px;
}
.information h2{
  margin: 10px 0px;
  font-family: 'Capriola', sans-serif;
  letter-spacing: 3px;
  font-weight: bolder;
  font-size: 2rem;
    
  
}
.information ul{
  margin-left: 70px;
  list-style: decimal;
  margin-bottom: 60px;
  
}
.information li{
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  font-size: 1rem;
  
}
.information p{
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  font-size: 1rem;
  margin-bottom: 60px;
  margin-left: 30px;
}
.information .mobile-table h3{
	margin-left: 15px;
}

.information .special{
  margin-bottom: 10px;
}
.inlinelink{
  text-decoration: underline;
}
@media (max-width:1100px){
  
  .information{
    border:none;
    padding: 0px;
  }
  main img{
    width:90%;
  }
	table{
		display: none;
	}
	.mobile-table{
		display: contents;
	}
}



