

/* Start:/local/templates/certa/assets/css/forHome.css?175448384121698*/
@media (min-width: 1201px) {
  html {
    font-size: calc(16 * 0.0520833333vw);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  html {
    font-size: calc(16 * 0.1302083333vw);
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(16 * 0.2777777778vw);
  }
}

@font-face {
  font-family: "Geometria";
  src: url("/fonts/Geometria.woff") format("woff"),
    url("/fonts/Geometria.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("/fonts/Geometria-Medium.woff") format("woff"),
    url("/fonts/Geometria-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("/fonts/Geometria-Bold.woff") format("woff"),
    url("/fonts/Geometria-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: Geometria, sans-serif;
  margin: 0;
}

input {
  font-family: Geometria, sans-serif;
}

h1,
h2,
p,
a,
ul,
li,
button,
input {
  line-height: 1.2em;
  margin: 0;
  color: #333333;
}

p,
a,
ul,
li,
button,
input {
  font-size: 1rem;
  font-weight: 400;
}

h1 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.375rem;
  }
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 0.9375rem;
  }
}

@media (min-width: 1201px) {
  html {
    font-size: calc(16 * 0.0520833333vw);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  html {
    font-size: calc(16 * 0.1302083333vw);
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(16 * 0.2777777778vw);
  }
}

.breadcrumbs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.5rem;
  column-gap: 0.4375rem;
}
.breadcrumbs-item {
  background: #f4f5f4;
  padding: 0.25rem 0.625rem;
  border-radius: 1rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.3;
}
.breadcrumbs-item-dark {
  background: #333333;
}

.breadcrumbs__dark {
  margin-top: 0;
}
.breadcrumbs__dark-item {
  background: #333333;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .breadcrumbs__dark-item {
    padding: 4px 10px;
    border-radius: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs__dark {
    margin-top: 0;
    justify-content: center;
  }
  .breadcrumbs__dark-item {
    background: initial;
    color: #333;
  }
}
h1,
h2 {
  text-transform: uppercase;
}

.products {
  margin-top: 1.875rem;
  margin-bottom: 6.7rem;
}
.products .products__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.products .products__wrapper > p {
  margin: 1rem 0 5rem 0;
  font-size: 1.041rem;
}
@media screen and (max-width: 1200px) {
  .products .products__wrapper > p {
    margin: 20px 0 20px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .products .products__wrapper > p {
    font-size: 18px;
    margin: 14px 0 59px;
    text-align: center;
  }
}
.products .products__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.565rem;
}
@media screen and (max-width: 1200px) {
  .products .products__items {
    gap: 20px;
  }

  .products__wrapper h1 {
    font-size: 38px;
    line-height: 49.4px;
  }
}
@media screen and (max-width: 767px) {
  .products .products__items {
    gap: 10px;
  }
  .products__wrapper h1 {
    font-size: 24px;
    line-height: 31.2px;
  }
}
.products .products__items .product {
  position: relative;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  height: auto;
  width: calc((100% - 3.75rem) / 3);
  border-radius: 1.25rem;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 0.625rem 1.25rem 0.625rem 0.625rem;
}
@media screen and (max-width: 1200px) {
  .products .products__items .product {
    flex-direction: column;
    width: calc((100% / 2) - 10px);
    gap: 12px;
    padding: 10px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products .products__items .product {
    padding: 0.625rem 0.875rem 1.625rem 0.875rem;
    gap: 0.625rem;
    width: 100%;
    align-items: center;
  }
  .products .products__items .product p {
    text-align: center;
    font-size: 16px;
    line-height: 21.6px;
  }
}
.products .products__items .product img {
  width: 10.625rem;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .products .products__items .product img {
    width: 100%;
    max-width: 194px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .products .products__items .product img {
    width: 100%;
    max-width: 180px;
    height: auto;
  }
}
.products .products__items .product .product__content {
  display: flex;
  flex-direction: column;
  gap: 1.041rem;
}
@media screen and (max-width: 1200px) {
  .products .products__items .product .product__content {
    margin: 0 0.625rem;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products .products__items .product .product__content {
    margin: 0;
  }
}
.products .products__items .product .product__content .product__title {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .products .products__items .product .product__content .product__title {
    margin-top: 0;
    font-size: 24px;
    line-height: 28.8px;
  }
}
.products .products__items .product:nth-child(1) {
  width: 100%;
  flex-direction: row;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .product__text {
    font-size: 0.833rem;
    line-height: 1.083rem;
  }
  .products .products__items .product:nth-child(1) {
    padding-top: 4.1rem;
    padding-right: 12rem;
    position: relative;
    min-height: 20.5rem;
    justify-content: flex-end;
  }
  .products .products__items .product:nth-child(1) img {
    height: 114%;
    width: auto;
    position: absolute;
    top: -3rem;
    left: 4.9rem;
  }
  .products .products__items .product:nth-child(1) .product__content {
    max-width: 35.95rem;
  }
  .products
    .products__items
    .product:nth-child(1)
    .product__content
    .product__title {
    font-size: 1.563rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .products .products__items .product:nth-child(1) img {
    width: 100%;
    max-width: 348px;
    height: auto;
  }
  .products
    .products__items
    .product:nth-child(1)
    .product__content
    .product__title {
    font-size: 30px;
    line-height: 36px;
    margin-top: 24px;
  }

  p.product__text {
    font-size: 16px;
    line-height: 20.8px;
  }
}
@media screen and (max-width: 767px) {
  .products .products__items .product:nth-child(1) {
    padding: 195px 10px 10px;
    flex-direction: column;
  }

  .products .products__items .product .product__content .product__title {
    font-size: 20px;
    line-height: 24px;
  }
  .products .products__items .product:nth-child(1) img {
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
    max-width: 230px;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .products .products__items .product:nth-child(2),
  .products .products__items .product:nth-child(3) {
    width: calc((100% - 1.875rem) / 2);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    gap: 2.7rem;
  }
  .products
    .products__items
    .product:nth-child(2)
    .product__content
    .product__title,
  .products
    .products__items
    .product:nth-child(3)
    .product__content
    .product__title {
    margin-top: 1.5rem;
  }
  .products .products__items .product:nth-child(2) img,
  .products .products__items .product:nth-child(3) img {
    height: 12.525rem;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .products .products__items .product:nth-child(n + 7):nth-child(-n + 10) {
    padding-bottom: 4.0625rem;
  }
}
.products .products__items .product:hover {
  background-color: #e9e800;
}
.products .products__items .product:hover::after {
  transform: scaleX(1.02);
  background-color: #e9e800;
}
.products .products__items .product::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  background-color: #f8f8f8;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .products {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products {
    margin-top: 14px;
  }
}
.products .products__showMore {
  margin: 1.4rem auto 0;
  padding: 0.85rem 1rem;
  border-radius: 4.375rem;
  background-color: #e9e800;
  font-weight: 500;
  font-size: 1.125rem;
  width: fit-content;
  font-size: 0.94rem;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 36px;
    line-height: 46.8px;
  }

  .products .products__showMore {
    margin-top: 30px;
    width: 100%;
    max-width: 292px;
    height: 56px;
    font-size: 18px;
    line-height: 23.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
  }
}
@media screen and (max-width: 767px) {
  .products .products__showMore {
    margin-top: 20rem;
    padding: 0.875rem 1.875rem;
    height: 50px;
    max-width: 260px;
    border-radius: 70px;
    font-size: 16px;
    line-height: 20.8px;
  }
}

.aerosols {
  margin-bottom: 11.625rem;
}
.aerosols .aerosols__wrapper > p {
  font-size: 1.041rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .aerosols .aerosols__wrapper > p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}
.aerosols .aerosols__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .aerosols .aerosols__title {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .aerosols .aerosols__title {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .aerosols .aerosols__title h2,
  .aerosols .aerosols__title p {
    text-align: center;
  }
  .aerosols .aerosols__wrapper > p {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
  }
}
.aerosols .aerosols__title p {
  font-size: 0.875rem;
  font-weight: 500;
}
.aerosols .aerosols__items {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .aerosols .aerosols__items {
    margin-top: 20px;
    gap: 20px;
  }
  .aerosols .aerosols__title p {
    font-size: 14px;
    line-height: 17.8px;
  }
}
@media screen and (max-width: 767px) {
  .aerosols .aerosols__items {
    gap: 10px;
  }
}
.aerosols .aerosols__items .aerosol__item {
  transition: 0.3s ease-in-out;
  position: relative;
  padding: 1.875rem;
  box-sizing: border-box;
  width: calc((100% - 3.75rem) / 3);
  border-radius: 1.25rem;
  display: flex;
  gap: 1.041rem;
}
@media screen and (max-width: 1200px) {
  .aerosols .aerosols__items .aerosol__item {
    padding: 20px 30px;
    width: 100%;
    gap: 70px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .aerosols .aerosols__items .aerosol__item {
    padding: 15px;
    gap: 12px;
    flex-direction: column;
    align-items: center;
  }
  .aerosols .aerosols__items .aerosol__item p {
    text-align: center;
  }
}
.aerosols .aerosols__items .aerosol__item img {
  width: 7.5rem;
  height: 15.75rem;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .aerosols .aerosols__items .aerosol__item img {
    max-width: 80px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .aerosols .aerosols__items .aerosol__item img {
    max-width: 64px;
  }
}
.aerosols .aerosols__items .aerosol__item .aerosol__content p {
  font-size: 1.125rem;
  font-weight: 500;
}

.aerosols
  .aerosols__items
  .aerosol__item
  .aerosol__content
  .aerosol__content-title {
  font-size: 1.25rem;
}

.aerosols
  .aerosols__items
  .aerosol__item
  .aerosol__content
  .aerosol__content-subtitle {
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
  font-size: 0.94rem;
}
@media screen and (max-width: 1200px) {
  .aerosols
    .aerosols__items
    .aerosol__item
    .aerosol__content
    .aerosol__content-title {
    font-size: 24px;
    line-height: 28.8px;
  }
  .aerosols .aerosols__items .aerosol__item .aerosol__content p {
    font-size: 18px;
    line-height: 21.6px;
  }
  .aerosols
    .aerosols__items
    .aerosol__item
    .aerosol__content
    .aerosol__content-subtitle {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 21.6px;
  }
}

@media screen and (max-width: 767px) {
  .aerosols .aerosols__items .aerosol__item .aerosol__content p {
    font-size: 16px;
    line-height: 19.2px;
  }
}

@media screen and (max-width: 767px) {
  .aerosols
    .aerosols__items
    .aerosol__item
    .aerosol__content
    .aerosol__content-title {
    font-size: 20px;
    line-height: 24px;
  }
  .aerosols
    .aerosols__items
    .aerosol__item
    .aerosol__content
    .aerosol__content-subtitle {
    margin-top: 8px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 19.2px;
  }
}
.aerosols
  .aerosols__items
  .aerosol__item
  .aerosol__content
  .aerosol__content-about {
  font-weight: 400;
  margin-bottom: 0.875rem;
  font-size: 0.94rem;
}
.aerosols .aerosols__items .aerosol__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  background-color: #f8f8f8;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.aerosols .aerosols__items .aerosol__item:hover::after {
  transform: scaleX(1.02);
}
.aerosols .aerosols__items .aerosol__item:nth-child(1) {
  background-color: #c4cbdd;
}
.aerosols .aerosols__items .aerosol__item:nth-child(1)::after {
  background-color: #c4cbdd;
}
.aerosols .aerosols__items .aerosol__item:nth-child(1):hover {
  background-color: #b6c2e1;
}
.aerosols .aerosols__items .aerosol__item:nth-child(1):hover::after {
  background-color: #b6c2e1;
}
.aerosols .aerosols__items .aerosol__item:nth-child(2) {
  background-color: #e8dec1;
}
.aerosols .aerosols__items .aerosol__item:nth-child(2)::after {
  background-color: #e8dec1;
}
.aerosols .aerosols__items .aerosol__item:nth-child(2):hover {
  background-color: #eddaa3;
}
.aerosols .aerosols__items .aerosol__item:nth-child(2):hover::after {
  background-color: #eddaa3;
}
.aerosols .aerosols__items .aerosol__item:nth-child(3) {
  background-color: #dac7de;
}
.aerosols .aerosols__items .aerosol__item:nth-child(3)::after {
  background-color: #dac7de;
}
.aerosols .aerosols__items .aerosol__item:nth-child(3):hover {
  background-color: #dcbce3;
}
.aerosols .aerosols__items .aerosol__item:nth-child(3):hover::after {
  background-color: #dcbce3;
}
@media screen and (max-width: 1200px) {
  .aerosols {
    margin-bottom: 6.25rem;
  }
  .aerosols
    .aerosols__items
    .aerosol__item
    .aerosol__content
    .aerosol__content-about {
    font-size: 18px;
    line-height: 21.6px;
    margin-bottom: 15px;
  }
  .aerosols .aerosols__items .aerosol__item::after {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .aerosols {
    margin-bottom: 5rem;
  }
}

.crackle {
  margin-bottom: 10.5375rem;
}
.crackle .crackle__wrapper {
  background-color: #f8f8f8;
  border-radius: 1.875rem;
  position: relative;
  min-height: 27.75rem;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 5.1rem 6.375rem 0 0;
}
@media screen and (max-width: 1200px) {
  .crackle .crackle__wrapper {
    flex-direction: column-reverse;
    gap: 40px;
    padding: 30px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .crackle .crackle__wrapper {
    gap: 20px;
    padding: 25px 15px 30px;
    border-radius: 20px;
  }
}
.crackle .crackle__wrapper img {
  width: 35.5rem;
  height: auto;
  position: absolute;
  left: 2.5rem;
  top: -4.8rem;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .crackle .crackle__wrapper img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.crackle .crackle__wrapper .crackle__content {
  max-width: 34.625rem;
}
@media screen and (max-width: 1200px) {
  .crackle .crackle__wrapper .crackle__content {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .crackle .crackle__wrapper .crackle__content h2,
  .crackle .crackle__wrapper .crackle__content p {
    text-align: center;
  }
}
.crackle .crackle__wrapper .crackle__content p {
  margin-top: 2.5rem;
  font-size: 1.041rem;
}
@media screen and (max-width: 1200px) {
  .crackle .crackle__wrapper .crackle__content p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .crackle .crackle__wrapper .crackle__content p {
    margin-top: 18px;
    font-size: 18px;
    line-height: 27px;
  }
}
.crackle .crackle__wrapper .crackle__content p b {
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .crackle {
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .crackle {
    margin-bottom: 5rem;
  }
}

.glossy {
  margin-bottom: 6.8rem;
}
.glossy .glossy__wrapper {
  background-color: #983694;
  border-radius: 1.875rem;
  position: relative;
  min-height: 23.3rem;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 3.5875rem 9.75rem 0 0;
}
@media screen and (max-width: 1200px) {
  .glossy .glossy__wrapper {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .glossy .glossy__wrapper {
    border-radius: 20px;
    gap: 30px;
    padding: 25px 10px;
  }
}
.glossy .glossy__wrapper img {
  width: 41.125rem;
  height: 32.0625rem;
  position: absolute;
  left: 0;
  top: -8.5rem;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .glossy .glossy__wrapper img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.glossy .glossy__wrapper .glossy__content {
  max-width: 31.2rem;
}
.glossy .glossy__wrapper .glossy__content p,
.glossy .glossy__wrapper .glossy__content h2 {
  color: #ffffff;
}
.glossy .glossy__wrapper .glossy__content h2 {
  font-size: 1.88rem;
  margin-bottom: 1.8rem;
}

a.glossy__content-btn {
  width: 100%;
  max-width: 12rem;
  height: 2.9rem;
  margin-top: 1.7rem;
}

.glossy .glossy__wrapper .glossy__content p {
  font-size: 1.041rem;
}
@media screen and (max-width: 1200px) {
  .glossy .glossy__wrapper .glossy__content {
    width: 100%;
    max-width: 100%;
  }
  .glossy .glossy__wrapper .glossy__content p {
    font-size: 20px;
    line-height: 30px;
  }
  .glossy .glossy__wrapper .glossy__content h2 {
    font-size: 36px;
    line-height: 48.8px;
    margin-bottom: 20px;
  }

  a.glossy__content-btn {
    width: 100%;
    max-width: 228px;
    height: 52px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .glossy .glossy__wrapper .glossy__content h2,
  .glossy .glossy__wrapper .glossy__content p {
    text-align: center;
  }
  .glossy .glossy__wrapper .glossy__content h2{
    font-size: 22px;
    line-height: 28.6px;
    margin-bottom: 15px;
  }
  .glossy .glossy__wrapper .glossy__content p{
    font-size: 18px;
    line-height: 27px;
  }
  a.glossy__content-btn{
    margin: 0 auto;
    margin-top: 24px;
    max-width: 209px;
  }
}
.glossy .glossy__wrapper .glossy__content p:nth-child(1) {
  color: #e9e800;
  font-size: 1.35rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.glossy .glossy__wrapper .glossy__content p:nth-child(2) {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .glossy .glossy__wrapper .glossy__content p:nth-child(2) {
    margin-top: 1.25rem;
  }
  .glossy .glossy__wrapper .glossy__content p:nth-child(1) {
    font-size: 26px;
    line-height: 33.8px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .glossy .glossy__wrapper .glossy__content p:nth-child(1) {
    font-size: 18px;
    line-height: 23.4px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .glossy .glossy__wrapper .glossy__content p:nth-child(2) {
    font-size: 1.125rem;
  }
}
.glossy .glossy__wrapper .glossy__content p:nth-child(2) b {
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .glossy {
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .glossy {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 1200px) {
  .products {
    margin-bottom: 110px;
  }
  .aerosols {
    margin-bottom: 100px;
  }
  .crackle {
    margin-bottom: 100px;
  }
  .glossy {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .products {
    margin-bottom: 80px;
  }
  .aerosols {
    margin-bottom: 80px;
  }
  .crackle {
    margin-bottom: 80px;
  }
  .glossy {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  h1,
  h2 {
    text-align: center;
  }
  h2 {
    font-size: 22px;
    line-height: 28.6px;
  }
}

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

/* End */
/* /local/templates/certa/assets/css/forHome.css?175448384121698 */
