html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat";
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
  background-color: #fafbff;
}

h1 {
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

p {
  margin: 0;
}

.archive {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.archive_header {
  width: 100%;
  padding: 100px 0 60px 0;
  background-color: #c3cbe9;
}

.archive_header h1 {
  padding: 0 5%;
  font-size: 39px;
  font-weight: 800;
  line-height: 49px;
  color: #2b3243;
}

.archive__container {
  width: 90%;
  display: flex;
  flex-direction: column;
  padding: 150px 20px 150px 20px;
}

.archive__container {
  margin: 0 0 70px 0;
}

.webinar {
  padding: 8px;
  max-width: max-content;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #d4d4d4;
}

.webinar a {
  display: block;
}

.archived-webinars__image {
  max-width: 300px;
  max-height: 150px;
}

.archived-webinars__img {
  width: 100%;
  height: 100%;
}

.webinar__name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  color: #2b3243;
}

.webinar__date {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  color: #2b3243;
}
