/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 23 2026 | 14:11:37 */
.hd-l_32 {
  color: var(--lithuania-travel-mirage, var(--color-azure-15, #1d2430));
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  line-height: 131.25%;
  margin-top: 0;
}

@media (max-width: 1024px) {
    .hd-l_32{
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .hd-l_32{
        font-size: 24px;
    }
}


.fw-700{
  font-weight: 700;
}

.align-center{
    text-align: center;
}