@import "tablet.css";

body {
  padding: 30px 20px 0px 20px;
}

.cursor, .cursor__ball {
    display: none !important; 
    pointer-events: none;
}

.header a{
  font-size: 1.1rem;
}

.logo {
  height: 1.5rem;
}

.logo-placeholder {
  width: 1.5rem;
  height: 1.5rem;
}

.main img {
  max-width: 100%;
}

.open-call-main {
  flex-direction: column;
  gap: 2rem; 
  font-size: 0.8rem;
}

.open-call-main .column {
  width: 100%;
}

/* Add divider line between the two sections */
.open-call-main .left {
  border-bottom: 1px solid #999; /* adjust color as needed */
  padding-bottom: 2rem;
}

.footer img {
  margin-bottom: 20px;
}
