@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  color: #212529;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 62px;
  margin-bottom: 20px;
  font-weight: 700;
}

h2 {
  font-size: 53px;
  line-height: 62px;
  font-weight: 700;
  margin-bottom: 20px;
}

h3 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 20px;
}

h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 18px;
}

h5 {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 15px;
  font-weight: 600;
}

h6 {
  font-size: 21px;
}

p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
}

a {
  color: inherit;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.8);
  padding-left: calc(var(--bs-gutter-x) * 0.8);
}

a:hover {
  color: #ff383e;
}

.container {
  max-width: 1261px;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.mb_show {
  display: none;
}

.m10 {
  margin: 10px 0;
}

.m20 {
  margin: 20px 0;
}
.m30 {
  margin: 30px 0;
}
.m40 {
  margin: 40px 0;
}
.m50 {
  margin: 50px 0;
}
.m60 {
  margin: 60px 0;
}
.m70 {
  margin: 70px 0;
}
.m80 {
  margin: 80px 0;
}

.p10 {
  padding: 10px 0;
}

.p20 {
  padding: 20px 0;
}
.p30 {
  padding: 30px 0;
}
.p40 {
  padding: 40px 0;
}
.p50 {
  padding: 50px 0;
}
.p60 {
  padding: 60px 0;
}
.p70 {
  padding: 70px 0;
}
.p80 {
  padding: 80px 0;
}

/* @media screen and (max-width: 1700px) {
  .container {
    max-width: 1120px;
  }

  .container-fluid {
    padding: 0 42px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  p small {
    font-size: 13px;
    line-height: 20px;
  }

  h2 {
    font-size: 27px;
    line-height: 33px;
  }

  h3 {
    font-size: 19px;
    line-height: 23px;
  }

  h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1400px) {
  .col-md-2\.5 {
    width: 25%;
  }
}
*/
@media screen and (max-width: 500px) {
  h1 {
    font-size: 66px;
    line-height: 78px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
