/* Vendor */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Colors */
/* Typography */
/* Font Weight */
/* Font Style */
.swiper-main {
  height: 100dvh;
  position: relative;
}
.swiper-main .swiper-wrapper .swiper-slide .slider-image {
  width: 100dvw;
  height: 100dvh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-main .swiper-info {
  width: 100%;
  height: auto;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: fadeUp 1.5s forwards;
}
.swiper-main .swiper-info h1 {
  font-size: 3.5rem;
  line-height: 4rem;
  text-align: center;
  font-family: "dulcinea", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-shadow: #815d75 2px 2px 5px;
}
.swiper-main .swiper-info h1 #color {
  text-shadow: #ffffff 2px 2px 5px;
}
.swiper-main .swiper-info h1 .subtitle {
  font-size: 2.7rem;
}
.swiper-main .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  display: flex;
  justify-content: flex-end;
  padding: 0 20px;
  margin-top: -60px;
  align-items: center;
  position: relative;
  top: inherit;
  left: inherit;
  bottom: inherit;
}
.swiper-main .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  opacity: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #815d75;
  border: 2px solid #815d75;
  font-size: 1.2rem;
}
.swiper-main .swiper-pagination .swiper-pagination-bullet-active {
  color: #ffffff;
  background-color: #78ba49;
  border-color: #78ba49;
}

.swiper-quantity {
  width: 100%;
}
.swiper-quantity .swiper-wrapper .swiper-slide {
  width: 300px;
}
.swiper-quantity .swiper-wrapper .swiper-slide img {
  width: 90%;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0 7px 15px rgba(50, 50, 50, 0.5);
}
.swiper-quantity .swiper-pagination-quantity {
  margin-top: 30px;
  text-align: center;
}
.swiper-quantity .swiper-pagination-quantity .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background-color: transparent;
  border: 2px solid #815d75;
}
.swiper-quantity .swiper-pagination-quantity .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #815d75;
}

@media only screen and (min-width: 768px) {
  .swiper-main .swiper-info h1 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
  .swiper-main .swiper-info h1 .subtitle {
    font-size: 3.5rem;
  }
  .swiper-quantity .swiper-wrapper .swiper-slide img {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .swiper-main .swiper-info h1 {
    font-size: 6rem;
    line-height: 6.5rem;
  }
  .swiper-main .swiper-info h1 .subtitle {
    font-size: 4rem;
  }
}
/* Utilities */
@keyframes fadeUp {
  0% {
    top: 110%;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    top: 50%;
    opacity: 1;
    visibility: visible;
  }
}
/* General */
* {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-size: 14px;
  color: #4c4c4c;
  background-color: #ffffff;
  font-family: "aptos-slab", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4,
h5, h6 {
  margin: 0;
  padding: 0;
}

p:not(:last-child) {
  margin-bottom: 15px;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

/* Select */
select,
::picker(select) {
  appearance: base-select;
}

select {
  width: 100%;
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 1.2rem;
  border: 2px solid #ffe33a;
  background-color: #ffffff;
  transition: 0.4s;
}
select:hover, select:focus {
  background: #ffffff;
}
select::picker(select) {
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
select::picker-icon {
  color: #ffe33a;
  transition: 0.4s rotate;
}
select:open::picker-icon {
  rotate: 180deg;
}
select option {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  border: 2px solid #ffe33a;
  background: #ffffff;
  padding: 10px;
  transition: 0.4s;
}
select option:first-of-type {
  border-radius: 8px 8px 0 0;
}
select option:last-of-type {
  border-radius: 0 0 8px 8px;
}
select option:not(option:last-of-type) {
  border-bottom: none;
}
select option:nth-of-type(odd) {
  background: #ffffff;
}
select option:hover, select option:focus {
  color: #ffffff;
  background: #587fb5;
}

.full-container {
  width: 100%;
  height: auto;
}

.container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.mt-section {
  padding: 40px 0;
}

.mt-heading {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
}
.mt-heading h1, .mt-heading h2, .mt-heading h3 {
  padding: 0 10px;
  z-index: 1;
  position: relative;
  background-color: #ffffff;
}
.mt-heading h1 {
  font-size: 2rem;
}
.mt-heading h2 {
  font-size: 1.8rem;
}
.mt-heading h3 {
  font-size: 1.5rem;
}
.mt-heading:before, .mt-heading::after {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  top: calc(50% - 2px);
  z-index: 0;
}
.mt-heading::before {
  left: 0;
}
.mt-heading::after {
  right: 0;
}

.mt-tabs {
  width: 100%;
  margin: 0 auto;
}
.mt-tabs ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 1.2rem;
}

/* Media Querys */
@media only screen and (min-width: 768px) {
  .container {
    width: 718px;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    width: 974px;
  }
  .mt-section {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .container--menus {
    width: 1230px;
  }
}
@media only screen and (min-width: 1480px) {
  .container {
    width: 1170px;
  }
  .container--menus {
    width: 1430px;
  }
}
@media only screen and (min-width: 1920px) {
  .container {
    width: 1870px;
  }
}
/* Sections */
.mt-header {
  top: 0;
  position: sticky;
  padding: 10px 0;
  background-color: transparent;
  transition: all 0.5s;
  z-index: 4;
}
.mt-header.background {
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(170, 170, 170, 0.5);
}
.mt-header.background .container .mt-desktop-nav ul li a {
  color: #4c4c4c;
}
.mt-header.background .container .mt-mobile-button .dot {
  background-color: #4c4c4c;
}
.mt-header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  justify-content: space-between;
  z-index: 4;
}
.mt-header .container .mt-brand {
  width: 80px;
}
.mt-header .container .mt-desktop-nav {
  display: none;
  text-align: right;
}
.mt-header .container .mt-desktop-nav ul {
  list-style: none;
  display: grid;
  justify-items: end;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.mt-header .container .mt-desktop-nav ul li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
}
.mt-header .container .mt-desktop-nav ul li a {
  color: #ffffff;
  text-decoration: none;
}
.mt-header .container .mt-desktop-nav ul li::before, .mt-header .container .mt-desktop-nav ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  transition: all 0.8s;
}
.mt-header .container .mt-desktop-nav ul li::before {
  left: 0;
  background-color: #ffe33a;
}
.mt-header .container .mt-desktop-nav ul li::after {
  right: 0;
  background-color: #78ba49;
}
.mt-header .container .mt-desktop-nav ul li:hover::before, .mt-header .container .mt-desktop-nav ul li:hover::after {
  width: 50%;
}
.mt-header .container .mt-desktop-nav ul li + li::before {
  background-color: #587fb5;
}
.mt-header .container .mt-desktop-nav ul li + li::after {
  background-color: #d66969;
}
.mt-header .container .mt-desktop-nav ul li + li + li::before {
  background-color: #815d75;
}
.mt-header .container .mt-desktop-nav ul li + li + li::after {
  background-color: #78ba49;
}
.mt-header .container .mt-desktop-nav ul li + li + li + li::before {
  background-color: #d66969;
}
.mt-header .container .mt-desktop-nav ul li + li + li + li::after {
  background-color: #ffe33a;
}
.mt-header .container .mt-mobile-button {
  width: 40px;
  height: 30px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
.mt-header .container .mt-mobile-button .dot {
  width: 100%;
  height: 2px;
  transition: all 0.7s;
  background-color: #ffffff;
}
.mt-header .container .mt-mobile-button.open {
  justify-content: center;
}
.mt-header .container .mt-mobile-button.open .dot {
  background-color: #4c4c4c;
}
.mt-header .container .mt-mobile-button.open .dot-1 {
  transform: rotate(45deg);
}
.mt-header .container .mt-mobile-button.open .dot-2 {
  transform: rotate(-45deg);
}
.mt-header .mt-mobile-nav {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;
  z-index: 3;
}
.mt-header .mt-mobile-nav ul {
  list-style: none;
  display: grid;
  justify-items: center;
  gap: 30px;
  grid-template-columns: 1fr;
}
.mt-header .mt-mobile-nav ul li {
  font-size: 1.4rem;
  font-weight: 600;
}
.mt-header .mt-mobile-nav ul li a {
  color: #4c4c4c;
  text-decoration: none;
}
.mt-header .mt-mobile-nav.show {
  top: 0;
}

@media only screen and (min-width: 1024px) {
  .mt-header .container .mt-brand {
    width: 100px;
  }
  .mt-header .container .mt-desktop-nav {
    display: block;
  }
  .mt-header .container .mt-mobile-button {
    display: none;
  }
  .mt-header .mt-mobile-nav {
    display: none;
  }
}
.mt-home {
  margin-top: -80px;
}

@media only screen and (min-width: 1024px) {
  .mt-home {
    margin-top: -93px;
  }
}
.mt-us {
  position: relative;
}
.mt-us .container {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  align-items: center;
}
.mt-us .container .mt-us--img {
  order: 1;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 5px 5px rgba(76, 76, 76, 0.5);
  z-index: 1;
}
.mt-us .container .mt-us--text {
  order: 0;
  z-index: 1;
}
.mt-us .container .mt-us--text p {
  font-size: 1.2rem;
}
.mt-us::after {
  content: "";
  width: 250px;
  height: 400px;
  position: absolute;
  top: calc(100% - 420px);
  right: 0;
  background-image: url("/assets/img/background-thread.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .mt-us .container {
    grid-template-columns: 1fr 1fr;
  }
  .mt-us .container .mt-us--img {
    order: 0;
  }
  .mt-us .container .mt-us--text {
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .mt-us::after {
    top: calc(100% - 500px);
  }
}
@media only screen and (min-width: 1280px) {
  .mt-us::after {
    width: 350px;
    height: 450px;
    top: calc(100% - 500px);
  }
}
.mt-services {
  background: linear-gradient(0deg, rgba(120, 186, 73, 0.7), rgba(120, 186, 73, 0.7)), url("/assets/img/background.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.mt-services .container select,
.mt-services .container .mt-tabs {
  margin-bottom: 30px;
}
.mt-services .container .mt-heading h2 {
  color: #ffffff;
  font-size: 2.5rem;
  background-color: transparent;
}
.mt-services .container .mt-heading::before, .mt-services .container .mt-heading::after {
  display: none;
}
.mt-services .container p {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 30px;
}
.mt-services .container .mt-tabs {
  display: none;
}
.mt-services .container .mt-tabs ul {
  font-size: 1.5rem;
  color: #ffffff;
}
.mt-services .container .mt-tabs ul li {
  cursor: pointer;
  position: relative;
}
.mt-services .container .mt-tabs ul li::before {
  content: "";
  width: 0;
  height: 3px;
  bottom: -5px;
  left: 0;
  position: absolute;
  transition: all 0.6s;
}
.mt-services .container .mt-tabs ul li:hover:not(.mt-services .container .mt-tabs ul li.active)::before {
  width: 100%;
  background-color: #ffe33a;
}
.mt-services .container .mt-tabs ul li.active::before {
  content: "";
  width: 100%;
  height: 3px;
  bottom: -5px;
  left: 0;
  position: absolute;
  background-color: #587fb5;
}
.mt-services .container .services-content {
  background-color: #ffffff;
  padding: 30px 15px;
  border-radius: 10px;
}
.mt-services .container .services-content .service {
  display: none;
}
.mt-services .container .services-content .service.active {
  display: block;
}
.mt-services .container .services-content #material p,
.mt-services .container .services-content #quantity p,
.mt-services .container .services-content #presentation p {
  color: #4c4c4c;
}
.mt-services .container .services-content #material .material-info {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin: 0 auto;
}
.mt-services .container .services-content #material .material-info > span {
  text-align: center;
  font-size: 1.3rem;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #587fb5;
}
.mt-services .container .services-content #material .material-info > span ul {
  padding: 0 50px;
  margin-top: 10px;
  font-size: 1rem;
  list-style: none;
}
.mt-services .container .services-content #material .material-info > span ul li::marker {
  color: #78ba49;
}
.mt-services .container .services-content #quantity .quantity--content .quantity-info {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 0 auto 30px;
}
.mt-services .container .services-content #quantity .quantity--content .quantity-info > span {
  text-align: center;
  font-size: 1.3rem;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #587fb5;
}
.mt-services .container .services-content #quantity .quantity--content .quantity-gallery {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mt-services .container .services-content #presentation .presentation--content .presentation-info {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin: 0 auto 30px;
}
.mt-services .container .services-content #presentation .presentation--content .presentation-info > span {
  cursor: pointer;
  text-align: center;
  font-size: 1.3rem;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #587fb5;
}
.mt-services .container .services-content #presentation .presentation--content .presentation-info > span:hover, .mt-services .container .services-content #presentation .presentation--content .presentation-info > span.active {
  color: #ffffff;
  background-color: #587fb5;
}
.mt-services .container .services-content #presentation .presentation--content .presentation-image img {
  display: none;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0 7px 15px rgba(50, 50, 50, 0.5);
}
.mt-services .container .services-content #presentation .presentation--content .presentation-image img.active {
  display: block;
}

@media only screen and (min-width: 768px) {
  .mt-services .container .services-content #material .material-info {
    grid-template-columns: 1fr 1fr;
  }
  .mt-services .container .services-content #presentation .presentation--content .presentation-info {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .mt-services .container select {
    display: none;
  }
  .mt-services .container .mt-tabs {
    display: block;
  }
  .mt-services .container .services-content #material .material-info {
    width: 70%;
    grid-template-columns: 1fr 1fr;
  }
  .mt-services .container .services-content #quantity .quantity--content .quantity-info {
    width: 70%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .mt-services .container .services-content #presentation .presentation--content .presentation-info {
    width: 70%;
  }
}
@media only screen and (min-width: 1920px) {
  .mt-services .container .services-content #material .material-info {
    width: 50%;
  }
  .mt-services .container .services-content #quantity .quantity--content .quantity-info {
    width: 50%;
  }
  .mt-services .container .services-content #presentation .presentation--content .presentation-info {
    width: 50%;
  }
}
footer .footer-top {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr;
  gap: 60px;
  padding: 60px 0;
}
footer .footer-top .map iframe {
  border-radius: 20px;
}
footer .footer-top .info {
  text-align: center;
}
footer .footer-top .info-img {
  width: 65%;
  margin-bottom: 30px;
}
footer .footer-top .info-text p {
  font-size: 1.1rem;
}
footer .footer-top .info-text p:not(:last-child) {
  margin-bottom: 30px;
}
footer .footer-top .info-text p a {
  color: #4c4c4c;
}
footer .footer-bottom {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  padding: 20px;
  border-top: 1px solid #4c4c4c;
}
footer .footer-bottom p {
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 0;
  text-align: left;
}
footer .footer-bottom p a {
  color: #587fb5;
}
footer .footer-bottom p a:hover {
  color: #78ba49;
}

@media only screen and (min-width: 768px) {
  footer .footer-top {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  footer .footer-top .info-img {
    margin-bottom: 50px;
  }
  footer .footer-top .info-text p {
    font-size: 1.1rem;
  }
  footer .footer-bottom {
    align-items: center;
    flex-direction: row;
    gap: 0;
  }
}
@media only screen and (min-width: 992px) {
  footer .footer-top .info-text p {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1280px) {
  footer .footer-top .info-text p {
    font-size: 1.4rem;
  }
}