:root {
  --font-family: "Londrina Solid", sans-serif;
  --second-family: "Roboto", 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;
  color: inherit;
  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: #fcfaff;
  background: linear-gradient(180deg, #1a2867 0%, #3b42a9 100%);
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.section-mgq {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-mgq {
  position: relative;
  width: 375px;
  padding: 32px 20px 24px;
}

.section-title-mgq {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  text-align: justify;
  margin-bottom: 30px;
}

.section-title-mgq::before {
  position: absolute;
  top: -8px;
  left: -20px;
  width: 290px;
  height: 2px;
  content: "";
  background-color: #a66bfe;
}

.section-title-mgq::after {
  position: absolute;
  bottom: -9px;
  left: -20px;
  width: 336px;
  height: 2px;
  content: "";
  background-color: #a66bfe;
}

.subtitle-mgq {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #d8d7ff;
  text-shadow: 1px 1px 0 #a66bfe, -1px 1px 0 #a66bfe, 1px -1px 0 #a66bfe,
    -1px -1px 0 #a66bfe, 0 1px 0 #a66bfe, 0 -1px 0 #a66bfe, 1px 0 0 #a66bfe,
    -1px 0 0 #a66bfe;
}

@media screen and (min-width: 1440px) {
  .container-mgq {
    width: 1440px;
    padding: 51px 40px 40px;
  }

  .section-title-mgq {
    font-size: 36px;
    margin-bottom: 50px;
  }

  .section-title-mgq::before {
    top: -11px;
    left: -40px;
    width: 365px;
  }

  .section-title-mgq::after {
    bottom: -10px;
    left: -40px;
    width: 424px;
  }

  .subtitle-mgq {
    font-size: 36px;
  }
}
