:root {
  --font-family: "Lato", sans-serif;
  --second-family: "Coiny", sans-serif;
  --third-family: "Quicksand", sans-serif;
  --font3: "Open Sans", sans-serif;
  --font4: "Exo 2", sans-serif;
  --font5: "Ubuntu", sans-serif;
  --font6: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
}

img {
  display: block;
  height: auto;
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  font-family: var(--font-family);
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.section-tem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-tem {
  position: relative;
  width: 375px;
  padding: 40px 20px;
}

.section-title-tem {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #ff93ce;
  text-shadow: 1px 2px 0 #000;
  text-align: center;
  margin-bottom: 38px;
}

@media screen and (min-width: 1440px) {
  .container-tem {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1440px;
    padding: 60px 180px;
  }

  .section-title-tem {
    text-align: left;
    font-size: 40px;
    margin-bottom: 50px;
  }
}
