/* Resetting some default styles for cross-browser consistency */
html,
body,
h1,
h2,
h3,
figure,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

/* Setting a baseline font size and line height */
body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  box-sizing: border-box;
  color: #212020;
}

/* Applying some basic styles to improve readability */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

h1,
h2,
h3 {
  font-weight: 600;
}

h2 {
  font-size: 50px;
  line-height: 65px;
}

h3 {
  font-size: 38px;
  font-weight: 500;
  line-height: 49px;
  margin-bottom: 25px;
}

h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 40px;
}

h5 {
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}

h6 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0;
}

small {
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
  color: #8c8c8c;
}

p {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 300;
}

ul {
  list-style: none;
}

/* Styling links */
a {
  color: inherit;
  text-decoration: none;
  transition: 0.6s;
}

a:hover {
  color: #212020;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.p-60 {
  padding: 60px 0;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mb_show {
  display: none;
}

/* @media (max-width: 1700px) {
  .container {
    max-width: 1348px;
  }
} */
