@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lato:wght@200..800&family=Rozha+One&display=swap');

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
.main-container-c2e {
  background-image: url('../../img/c2e-back.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-c2e {
  max-width: 120rem;
  width: 90%;
  margin: 80px auto;
}

.center-flex {
  display: flex;
  justify-content: center;
}

.mb-s {
  margin-bottom: 0.125rem;
}
.mb-m {
  margin-bottom: 4rem;
}

.text-center {
  text-align: center;
}

img.logo-c2e {
  width: 100%;
  max-width: 270px;
}

.text-center {
  color: hsl(0, 0%, 100%);
}
.title-c2e {
  font-family: 'Lato', sans-serif;
  font-size: 3rem !important;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 1.25rem;
  color: hsl(0, 0%, 100%);
  line-height: 1.2;
}
.text-c2e {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem !important;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 2rem;
  color: hsl(0, 0%, 100%);
}
.btn-c2e {
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem !important;
  font-weight: 400;
  border-radius: 0.75rem;
  color: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 100%);
  padding: 1rem 2rem;
  background: hsl(110 41.6% 45.7%);
  margin: 0 1rem;
  transition: 0.4s all;
  white-space: nowrap;
}
.btn-c2e:hover {
  background: hsl(153 74.8% 26.5%);
  border: 1px solid hsl(153 74.8% 26.5%);
  color: hsl(0, 0%, 100%);
}

/*-----------@media Query
---------------------------------------*/

/* -- Media Queries -- */

@media (max-width: 767px) {
  .title-c2e {
    font-size: 1.75rem !important;
  }

  .text-c2e {
    font-size: 1.25rem !important;
  }
  .btn-c2e {
    font-size: 1.25rem !important;
    margin: 0 3.5rem;
  }
  .main-container-c2e {
    background-image: url('../../img/c2e-back-mob.jpg') !important;
  }

  img.logo-c2e {
    max-width: 150px;
  }

  .text-c2e {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row-btn-c2e {
    flex-direction: column;
    align-items: center;
  }

  .btn-c2e:nth-child(2) {
    margin-top: 1.5rem;
  }

  .btn-c2e {
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    margin: 0;
  }

  .container-logo {
    margin-bottom: 0rem;
  }
}
