:root {
  --bg-base: #f8f9fb;
  --blue4: #d9e1e5;
  --blue3: #4d6c7b;
  --blue2: #203844;
  --blue1: #0c1a21;
  --accent-points: #f68d68;
  --googleplay-buttons-googleplay-blue: #00d7fe;
  --common-section-color: #222;

  --font-family: "Inter", sans-serif;
  --second-family: "DM Serif Display", sans-serif;
  --third-family: "Lexend", 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;
  max-width: 100%;
  height: auto;
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  font-family: var(--font-family);
  color: var(--blue1);
  background: var(--bg-base);
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.section-fes {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-fes {
  position: relative;
  width: 375px;
  padding: 48px 16px;
}

.heading-wrap-fes {
  padding-left: 4px;
}

.section-heading-fes {
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  width: fit-content;

  border-bottom: 1px solid var(--accent-points);
  padding: 8px;
}

.section-title-fes {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 26px;
  color: var(--blue2);
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 4px;
}

.section-subtitle-fes {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--blue3);
  margin-bottom: 20px;
  padding-left: 4px;
}

@media screen and (min-width: 1440px) {
  .container-fes {
    width: 1440px;
    padding: 80px;
  }

  .heading-wrap-fes {
    padding-left: 0;
  }

  .section-title-fes {
    font-size: 40px;
    margin-top: 48px;
    margin-bottom: 24px;
    padding-left: 0;
  }

  .section-subtitle-fes {
    font-size: 20px;
    margin-bottom: 32px;
    padding-left: 0;
  }
}
