/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
@font-face {
  font-family: "Tan Pearl";
  src: url("../assets/fonts/Tan-Pearl/tan-pearl-regular.ttf");
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/Raleway/Raleway-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  src: url("../assets/fonts/Raleway/Raleway-Italic-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  src: url("../assets/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Bellota Text";
  src: url("../assets/fonts/Bellota_Text/BellotaText-Regular.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-style: italic;
  src: url("../assets/fonts/Bellota_Text/BellotaText-Italic.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: lighter;
  src: url("../assets/fonts/Bellota_Text/BellotaText-Light.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: lighter;
  font-style: italic;
  src: url("../assets/fonts/Bellota_Text/BellotaText-LightItalic.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: bold;
  src: url("../assets/fonts/Bellota_Text/BellotaText-Bold.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: bold;
  font-style: italic;
  src: url("../assets/fonts/Bellota_Text/BellotaText-BoldItalic.ttf");
}
.analysis-cards {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  /* padding: 96px 140px;
  border-radius: 24px;
  backdrop-filter: blur(16px);
  box-shadow: 0px 16px 32px 0px rgba(220, 43, 113, 0.078); */
  /* @include media('<=tablet') {
    gap: 20px;
    padding: 64px 32px;
    flex-direction: column;
    align-items: center; // center single column
  }

  @include media('<=bigphone') {
    padding: 32px 16px;
  } */
  /* header {
    max-width: 700px;
    flex: 1 0 100%;
    margin: 0 auto;
    background: transparent;
  } */
}
.analysis-cards .one-analysis {
  background: url("../assets/images/background.jpg"), linear-gradient(120.8deg, #F4CCCA 16.01%, #F8E9E7 57.97%, #F8E9E7 112.58%);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  flex: 1 1 calc(50% - 20px);
  padding: 64px;
  border-radius: 24px;
}
@media (max-width: 1200px) {
  .analysis-cards .one-analysis {
    padding: 28px;
  }
}
@media (max-width: 992px) {
  .analysis-cards .one-analysis {
    width: 100%;
    max-width: 50vh;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .analysis-cards .one-analysis {
    flex: 1 1 100%;
    padding: 16px;
  }
}
.analysis-cards .one-analysis h4 {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .analysis-cards .one-analysis h4 {
    margin-bottom: 20px;
  }
}
