/* ---------------------
1. COLOR PATTERNS
----------------------*/
/* ---------------------
2. FONTS
----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* font-family: "Montserrat", sans-serif; */
/* ---------------------
3. GENERAL
----------------------*/
* {
  padding: 0; }

html {
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

body {
  max-width: 950px;
  margin: 0 auto !important;
  float: none !important;
  text-align: center; }

html, body {
  font-size: 14px;
  font-weight: 400;
  background: #FFFFFF !important;
  font-family: "Montserrat", sans-serif;
  margin: auto; }

.post__wrapper-grid {
  max-width: 950px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px; }

.post__image {
  object-fit: cover;
  width: 100%; }
.grid__item{
  position: relative;
}



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