.elementor-3570 .elementor-element.elementor-element-c00c065{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-22px;--margin-bottom:3px;--margin-left:3px;--margin-right:5px;}@media(max-width:767px){.elementor-3570 .elementor-element.elementor-element-c00c065{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3570 .elementor-element.elementor-element-00b9565 > .elementor-widget-container{margin:-60px 0px 0px 0px;}}@media(min-width:768px){.elementor-3570 .elementor-element.elementor-element-c00c065{--content-width:1039px;}}/* Start custom CSS */.proj-grid {
    grid-template-columns: repeat(2, 1fr);
}
.proj-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}
p {
    color: #ffffff !important;
}
h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}
h1 {
  font-size: 54px !important;
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px !important;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {

  /* 🔹 Botão menor */
  .elementor-button {
    font-size: 12px !important;
    padding: 14px 22px !important;
    border-radius: 35px;
  }

  /* 🔹 Texto abaixo do título */
  p {
    font-size: 13px !important;
    line-height: 1.5;
  }

}
@media (max-width: 768px) {

  .elementor * .elementor-button,
  .elementor a.elementor-button,
  .elementor-widget-button a.elementor-button {
    font-size: 13px !important;
    padding: 10px 16px !important;
    width: auto !important;
    min-width: unset !important;
  }

}/* End custom CSS */