.terms  {
    display:flex; 
    flex-direction:column;
    column-gap:10px;
    padding: 30px 40px;
    font-family: Noto Sans Georgian, sans-serif;
    font-size: 15px;
    color: #333;
    
}
.terms a {
    text-transform:lowercase;
}
.terms h1, h2 {
    color: #2c3e50;
  
}
.terms ul {
    margin: 10px 0 10px 20px;
    padding-left: 20px;
    list-style-type: disc;
    font-size:14px;
}
.terms ul ul {
    list-style-type: circle; /* optional: nested list uses circles */
}
.terms li {
    margin-bottom: 5px;
}
.terms p {
    margin: 10px 0;
    font-size:14px;
}
.terms__link {
	
	color: #1a73e8;
	cursor: pointer;
}
.terms__link:hover {
	color: #0b57d0; /* darker blue on hover */
    text-decoration: none; /* remove underline on hover if you want */
}
.terms__link--tel {
	color: #1e7e34;
	cursor: pointer;
}
.contact {
    margin-top: 20px;
}