.container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@font-face {
  font-family: "Playfair Display";
  src: url("/assets/font/PlayfairDisplay-Bold.woff2") format("woff2"), url("/assets/font/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("/assets/font/Lora-Regular.woff2") format("woff2"), url("/assets/font/Lora-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! 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;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

.welcome-main-background {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  background-image: url("/assets/img/selo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.welcome-main-background .welcome {
  flex-direction: column;
  justify-content: flex-end;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  color: white;
  text-align: left;
  margin: 0px;
  padding-left: 64px;
  padding-bottom: 32px;
}
.welcome-main-background .welcome h1 {
  font-family: "Playfair Display", serif;
  font-size: 84px;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 16px;
}
.welcome-main-background .welcome .description {
  width: 600px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .welcome-main-background {
    min-height: 720px;
    height: 720px;
    font-size: 32px;
  }
  .welcome-main-background .welcome {
    padding-left: 32px;
    padding-bottom: 16px;
  }
  .welcome-main-background .welcome h1 {
    font-size: 48px;
  }
  .welcome-main-background .welcome .description {
    width: 330px;
  }
}
.brandies-main-section {
  position: relative;
  width: 100%;
  background-image: url("/assets/img/paper.jpg");
  background-repeat: repeat;
  background-size: 150px 150px;
  background-position: center;
}
.brandies-main-section .content-wrapper {
  position: relative;
}
.brandies-main-section .content-wrapper .text-content {
  position: relative;
  width: 725px;
  padding-left: 64px;
  padding-top: 200px;
  padding-bottom: 200px;
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1.5;
  color: black;
}
.brandies-main-section .content-wrapper .image-wrapper {
  position: relative;
}
.brandies-main-section .content-wrapper .image-wrapper .bottle-image {
  position: absolute;
  left: 1100px;
  top: -1060px;
  width: 450px;
  height: 1000px;
}

@media screen and (max-width: 1440px) {
  .brandies-main-section .content-wrapper .image-wrapper .bottle-image {
    left: 920px;
  }
}
@media screen and (max-width: 1180px) {
  .brandies-main-section .content-wrapper {
    display: block;
    padding-bottom: 80px;
  }
  .brandies-main-section .content-wrapper .text-content {
    display: block;
    width: auto;
    padding-left: 32px;
    padding-right: 46px;
    padding-bottom: 0px;
    padding-top: 80px;
    font-size: 25px;
  }
  .brandies-main-section .content-wrapper .image-wrapper {
    width: 100%;
  }
  .brandies-main-section .content-wrapper .image-wrapper .bottle-image {
    position: relative;
    display: block;
    left: 0px;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 360px;
    height: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .brandies-main-section .content-wrapper .text-content {
    padding-left: 64px;
  }
}
.plums-main-section {
  position: relative;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 48px;
  background-color: rgb(25, 64, 40);
  background-image: url("/assets/img/plums_bg2.png");
  background-repeat: repeat;
  background-size: 800px 800px;
  background-position: center;
  background-attachment: fixed;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25) inset;
}
.plums-main-section h1 {
  margin: 0px;
  text-align: center;
  color: white;
  font-family: "Luna", serif;
  font-weight: 900;
  font-size: 48px;
  padding-top: 54px;
  padding-bottom: 48px;
}
.plums-main-section .plums {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  text-align: center;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.plums-main-section .plums .plum {
  flex: 1 1 200px; /* Grow and shrink as needed, but minimum 200px */
  max-width: 220px;
}
.plums-main-section .plums .plum img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.plums-main-section .plums .plum .text {
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
  color: white;
  font-family: "Luna", serif;
  font-weight: 900;
  font-size: 24px;
}
.plums-main-section .plums .plum .text p {
  color: rgb(220, 220, 220);
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: normal;
}

/* Medium screens - 2x2 layout */
@media (max-width: 900px) {
  .plums .plum {
    flex: 1 1 45%;
  }
}
/* Small screens - stack */
@media (max-width: 500px) {
  .plums .plum {
    flex: 1 1 100%;
  }
}
html, body {
  overflow-x: hidden;
}

.welcome-gallery-background {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  background-image: url("/assets/img/distillery.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.welcome-gallery-background .welcome {
  flex-direction: column;
  justify-content: flex-end;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  color: white;
  text-align: left;
  margin: 0px;
  padding-left: 64px;
  padding-bottom: 32px;
}
.welcome-gallery-background .welcome h1 {
  font-family: "Playfair Display", serif;
  font-size: 84px;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 16px;
}
.welcome-gallery-background .welcome .description {
  width: 600px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .welcome-gallery-background {
    min-height: 720px;
    height: 720px;
    font-size: 32px;
  }
  .welcome-gallery-background .welcome {
    padding-left: 32px;
    padding-bottom: 16px;
  }
  .welcome-gallery-background .welcome h1 {
    font-size: 48px;
  }
  .welcome-gallery-background .welcome .description {
    width: 330px;
  }
}
.gallery-section {
  background-color: rgb(18, 21, 23);
  color: rgb(232, 230, 227);
}
.gallery-section .text {
  margin: 0px;
  padding: 64px;
  padding-top: 96px;
  padding-bottom: 24px;
  max-width: 1440px;
}
.gallery-section .text p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 12px;
}
.gallery-section .gallery {
  padding-top: 36px;
  padding-bottom: 96px;
  margin-left: 0px;
}
.gallery-section .gallery .pswp-gallery {
  padding-left: 64px;
  padding-right: 64px;
  text-align: left;
}
.gallery-section .gallery h2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 64px;
}

@media screen and (max-width: 1024px) {
  .gallery-section .text {
    padding-left: 32px;
    padding-right: 32px;
  }
  .gallery-section .gallery .pswp-gallery {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .gallery-section .gallery h2 {
    padding-left: 32px;
  }
}
.header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  left: 0px;
  top: 0px;
}
.header img {
  display: block;
  margin: 64px;
}
.header .nav-btns {
  display: flex;
  margin-right: 64px;
}
.header a {
  display: inline-block;
  margin: 0px;
  padding: 28px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 8px;
  font-family: Helvetica, sans-serif;
  font-weight: 900;
  font-size: 18px;
  background-color: rgb(95, 2, 31);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  color: white;
  text-decoration: none;
}
.header #gallery, .header #home {
  margin-right: 0px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: transparent;
  box-shadow: none;
}
.header #contact-btn {
  margin-left: 24px;
}

@media screen and (max-width: 1024px) {
  .header img {
    margin: 32px;
  }
  .header a {
    font-size: 14px;
  }
  .header .nav-btns {
    margin-right: 32px;
  }
  .header #contact-btn {
    margin-left: 8px;
  }
}
.contact-section .message {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 28px;
  background-color: rgb(238, 227, 216);
  padding-top: 72px;
  padding-bottom: 72px;
  text-align: center;
}
.contact-section .contact-methods-background {
  background-image: linear-gradient(to bottom, rgb(238, 227, 216), white);
}
.contact-section .contact-methods {
  font-family: Helvetica, sans-serif;
  padding-top: 72px;
  padding-bottom: 108px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.contact-section .contact-methods .method {
  flex: 1 1 200px; /* Grow and shrink as needed, but minimum 200px */
  max-width: 220px;
}
.contact-section .contact-methods .method a {
  color: rgb(100, 80, 60);
}

@media screen and (max-width: 1024px) {
  .contact-section .contact-methods {
    padding-top: 0px;
    padding-bottom: 72px;
  }
}

/*# sourceMappingURL=main.css.map */