:root {
  --abf-orange: #FF9100;
  --abf-blue: #2530FF;
  --abf-green: #059B7A;
  --abf-purple: #7525FF;
  --abf-border: #FFEBD1;
  --abf-gray: #B6B6B6;
}


.maxsize540 p {
	max-width: 540px;
}

.maxsize400 p {
	max-width: 400px;
}

.margin0 {
	margin: 0 auto !important;
}

.quadro-testemunho p {
	padding: 40px 15px 15px 40px;
	margin: 0 0 10px 0;
	background-color: #FFF7EE;
	border-radius: 8px;
}

.black {
	color: #000;
}

.makeit-emp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

@media (max-width: 1024px) {
  .makeit-emp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .makeit-emp-grid {
    grid-template-columns: 1fr;
  }
}

.makeit-emp-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.makeit-emp-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #f4f4f4;
}

.makeit-emp-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.makeit-emp-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
}

.makeit-emp-tag {
  position: absolute;
  top: 54px;
  left: 14px;
  z-index: 2;
}

.makeit-emp-status {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  padding: 10px 14px;
  border-radius: 999px;
  letter-spacing: 0.5px;
}

.makeit-emp-logo {
  position: absolute;
  top: 14px;
  right: 14px;
  max-width: 120px;
  max-height: 52px;
  width: auto;
  height: auto;
  z-index: 2;
}

.makeit-emp-body {
  padding: 18px 18px 20px;
  border: solid 2px #FFEBD1;
  border-radius: 0 0 10px 10px;
}

.makeit-emp-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.makeit-emp-address {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: rgba(0,0,0,0.65);
  margin-bottom: 14px;
}

.makeit-emp-address i {
  margin-top: 2px;
  color: #FF9100;
}

.makeit-emp-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid #FFEBD1;
  margin-top: 10px;
  margin-bottom: 16px;
}

.makeit-emp-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(0,0,0,0.75);
}

.makeit-emp-feature-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.makeit-emp-button {
  display: block;
  width: 100%;
  text-align: center;
  background: #FF9100;
  color: #fff;
  font-weight: 800;
  padding: 12px 14px;
  border-radius: 6px;
  text-decoration: none;
}

.makeit-emp-button:hover {
  opacity: 0.92;
}

.makeit-emp-tabbar {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 44px;
}

.makeit-emp-tab {
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  font-family: "Gilroy Medium";
  font-weight: normal;
}

.makeit-emp-tab.is-active {
  background: #FF9100;
  border-color: #FF9100;
  color: #fff;
}

.makeit-emp-form {
  background: #fff;
  border: 2px solid #FFEBD1;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 22px;
}

.makeit-emp-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr 160px;
  gap: 14px;
  align-items: end;
}

@media (max-width: 900px) {
  .makeit-emp-form-row {
    grid-template-columns: 1fr;
  }
}

.makeit-emp-field label {
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
}

.makeit-emp-field select {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 6px;
  padding: 0 12px;
}

.makeit-emp-search {
  width: 100%;
  height: 42px;
  background: #FF9100;
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}

.makeit-emp-pagination {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.makeit-emp-load-more {
  background: transparent;
  border: 2px solid #FF9100;
  color: #FF9100;
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 900;
  cursor: pointer;
}

.makeit-emp-load-more:hover {
  opacity: 0.9;
}

.makeit-emp-media {
  aspect-ratio: 1 / 1;
}

.makeit-emp-card {
  font-family: "Gilroy Medium", Gilroy, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.makeit-emp-title {
  font-family: "Gilroy Bold", Gilroy, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
}

.makeit-emp-address,
.makeit-emp-feature,
.makeit-emp-tab,
.makeit-emp-search,
.makeit-emp-button {
  font-family: "Gilroy Medium", Gilroy, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 500;
}

.container-dos-blocos {
  display: grid;
  gap: 44px;
}

.makeit-emp-feature-value {
  color: #000000;
  font-family: "Gilroy Bold", Gilroy, sans-serif;
  font-weight: 700;
}

.makeit-emp-feature-label {
  color: #7A7A7A;
  font-family: "Gilroy Medium", Gilroy, sans-serif;
  font-weight: 500;
  margin-left: 4px;
}

.makeit-emp-grid-obras {
  grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 60px;
}

.makeit-emp-media-obras {
  aspect-ratio: 1 / 1;
}

.makeit-emp-obra-status {
  display: flex;
  gap: 6px;
  align-items: baseline;
  font-size: 13px;
  margin-bottom: 10px;
}

.makeit-emp-obra-status-label {
  font-family: "Gilroy Medium", Gilroy, sans-serif;
  font-weight: 500;
  color: rgba(0,0,0,0.65);
}

.makeit-emp-obra-status-value {
  font-family: "Gilroy Medium", Gilroy, sans-serif;
  font-weight: 600;
}

.makeit-emp-progress-track {
  width: 100%;
  height: 8px;
  background: rgba(0,0,0,0.08);
  border-radius: 999px;
  overflow: hidden;
}

.makeit-emp-progress-bar {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  transition: width 250ms ease;
}

.makeit-emp-progress-caption {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(0,0,0,0.55);
  font-family: "Gilroy Medium", Gilroy, sans-serif;
  font-weight: 500;
}

/* Status text colors */
.makeit-emp-obra-status-value.phase-fundacao {
  color: #2B74FF;
}

.makeit-emp-obra-status-value.phase-alvenaria,
.makeit-emp-obra-status-value.phase-instalacoes,
.makeit-emp-obra-status-value.phase-acabamentos {
  color: #FF9100;
}

.makeit-emp-obra-status-value.phase-entregue {
  color: #25D366;
}

/* Progress bar colors */
.makeit-emp-progress.phase-fundacao .makeit-emp-progress-bar {
  background-color: #2B74FF;
}

.makeit-emp-progress.phase-alvenaria .makeit-emp-progress-bar,
.makeit-emp-progress.phase-instalacoes .makeit-emp-progress-bar,
.makeit-emp-progress.phase-acabamentos .makeit-emp-progress-bar {
  background-color: #FF9100;
}

.makeit-emp-progress.phase-entregue .makeit-emp-progress-bar {
  background-color: #25D366;
}

/* Wrapper externo */
.makeit-emp-advanced {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Card do filtro */
.makeit-emp-form {
  max-width: 1024px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	margin-bottom: 60px;
}

/* Linha do formulário */
.makeit-emp-form-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

/* Campos */
.makeit-emp-field {
  flex: 1;
  min-width: 180px;
}

/* Botão */
.makeit-emp-field-button {
  flex: 0 0 auto;
}

.makeit-emp-search {
  height: 44px;
  padding: 0 32px;
  border-radius: 6px;
}

.makeit-emp-field select {
	border-color: #FFEBD1;
	border-radius: 4px;
	color: #000;
}

/* Mobile */
@media (max-width: 768px) {
  .makeit-emp-form-row {
    flex-direction: column;
    align-items: stretch;
  }

  .makeit-emp-field-button {
    width: 100%;
  }

  .makeit-emp-search {
    width: 100%;
  }
}

.makeit-emp-info-bar {
  box-sizing: border-box;
}

.makeit-emp-info-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.makeit-emp-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.makeit-emp-info-icon {
  width: 22px;
  height: auto;
  display: block;
}

.makeit-emp-info-text strong {
  font-weight: 700;
	color: #fff;
}

.makeit-emp-info-text span {
  font-weight: 500;
	color: #fff;
}

#tag-status  p {
  padding: 8px 12px;
  background-color: #25D366;
  border-radius: 20px;
  margin: 0 10px;
  text-transform: uppercase;
}

#tag-tag  p{
  padding: 8px 12px;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 10px;
  text-transform: uppercase;
}

.makeit-gallery {
  width: 100%;
  max-width: 1086px;
	margin: 0 auto;
}

.makeit-gallery-main {
  position: relative;
  width: 100%;
  background: #ddd;
  border-radius: 6px;
  overflow: hidden;
	cursor: zoom-in;
}

.makeit-gallery-main::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.makeit-gallery-main-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
	cursor: zoom-in;
}

.makeit-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 60px;
  border: 0;
  cursor: pointer;
  z-index: 2;
  background: rgba(255,255,255,0.5);
  border-radius: 8px;
}

.makeit-gallery-nav:hover {
	background: rgba(100,100,100,0.5);
}

.makeit-gallery-prev { left: 10px; }
.makeit-gallery-next { right: 10px; }

.makeit-gallery-prev::before,
.makeit-gallery-next::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 5px solid #FF9100;
  border-right: 5px solid #FF9100;
  margin: 0 auto;
}

.makeit-gallery-prev::before { transform: rotate(-135deg); margin-left: 10px;}
.makeit-gallery-next::before { transform: rotate(45deg);  margin-right: 10px;}

.makeit-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.makeit-gallery-thumb {
  border: 2px solid transparent;
  padding: 0;
  background: #ddd;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  height: 148px;
}

.makeit-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.makeit-gallery-thumb.is-active {
  border-color: #FF9100;
}

@media (max-width: 640px) {
  .makeit-gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
	
	.makeit-gallery-thumb {
		height: 70px;
	}
}

.makeit-dif-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 44px;
  align-items: flex-start;
}

.makeit-dif-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 220px;
}

.makeit-dif-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.makeit-dif-title {
  font-family: "Gilroy Bold", Gilroy, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.makeit-dif-desc {
  font-family: "Gilroy Medium", Gilroy, sans-serif;
  font-weight: 500;
  color: rgba(0,0,0,0.65);
  font-size: 14px;
  line-height: 1.35;
	max-width: 250px;
}

/* Wrapper geral */
.makeit-obra-progress {
  width: 100%;
  box-sizing: border-box;
}

/* Grid das 4 etapas */
.makeit-obra-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 48px;
  margin-bottom: 32px;
}

/* Item individual */
.makeit-obra-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Label */
.makeit-obra-label {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

/* Trilha da barra */
.makeit-obra-track {
  width: 100%;
  height: 10px;
  background-color: rgba(0,0,0,0.1);
  border-radius: 999px;
  overflow: hidden;
}

/* Barra preenchida */
.makeit-obra-bar {
  height: 100%;
  background-color: #FF9100;
  border-radius: 999px;
  transition: width 300ms ease;
}

/* Bloco do total */
.makeit-obra-total {
  display: flex;
  flex-direction: column;
  gap: 10px;
	margin-top: 80px;
}

/* Mobile */
@media (max-width: 768px) {
  .makeit-obra-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

#faq-block .fusion-panel {
	border-radius: 20px;
}

.avada-blog-filter {
  max-width: 1180px;
  margin: 0 auto;
}

.abf-top {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.abf-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.abf-tab {
  border: 1px solid #FFEBD1;
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

.abf-tab.is-active {
  background: var(--abf-orange);
  border-color: var(--abf-orange);
  color: #fff;
}


.abf-search {
  display: flex;
  gap: 12px;
  align-items: center;
}

.abf-search-input {
  width: 320px;
  max-width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.12);
  padding: 10px 12px;
  font-size: 14px;
}

.abf-search-btn {
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.12);
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  background: #fff;
}

.abf-results.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.abf-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

@media (max-width: 980px) {
  .abf-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .abf-grid { grid-template-columns: 1fr; }
}

.abf-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--abf-border);
  background: #fff;
}

.abf-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(0,0,0,0.04);
}

.abf-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.abf-thumb-fallback {
  width: 100%;
  height: 100%;
}

.abf-card-body {
  padding: 18px 18px 16px;
}

.abf-cat {
  font-family: "Gilroy Semibold", sans-serif;
  font-size: 13px;
  margin-bottom: 12px;
}

.abf-cat--blue { color: var(--abf-blue); }
.abf-cat--green { color: var(--abf-green); }
.abf-cat--default { color: var(--abf-blue); }
.abf-cat--purple { color: var(--abf-purple); }


.abf-title {
  font-family: "Gilroy Bold", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  margin: 0;
}

.abf-title a {
  text-decoration: none;
  color: #000;
}

.abf-divider {
  height: 1px;
  background: var(--abf-border);
  margin: 18px 0 14px;
}

.abf-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
}

.abf-date {
  color: var(--abf-gray);
}

.abf-readmore {
  text-decoration: none;
  color: var(--abf-orange);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.abf-arrow::before {
  content: "→";
  display: inline-block;
  color: var(--abf-orange);
  font-size: 16px;
  line-height: 1;
}

.abf-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.abf-page {
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
}

.abf-page.is-active {
  background: rgba(0,0,0,0.06);
}

.abf-page:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.abf-empty {
  padding: 20px 0;
  text-align: center;
  opacity: 0.8;
}

.abf-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}

.abf-search-input {
  width: 260px;
  max-width: 100%;
  border-radius: 999px;
  border: 1px solid var(--abf-border);
  background: #fff;
  padding: 10px 44px 10px 16px;
  font-size: 14px;
  outline: none;
}

.abf-search-input::placeholder {
  color: var(--abf-gray);
  opacity: 1;
}

.abf-search-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 999px;
  font-size: 0;
  line-height: 0;
}

.abf-search-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  opacity: 0.75;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23B6B6B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
}

.abf-search-btn:hover::before {
  opacity: 1;
}

.abf-search-input {
	border-radius: 20px !important;
}

@media (max-width: 700px) {
  .abf-search-input {
    width: 100%;
  }
}

.abf-card {
  display: flex;
  flex-direction: column;
}

.abf-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.abf-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.abf-divider {
  margin-top: 18px;
}

.abf-meta {
  margin-top: auto;
}

.abf-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.abf-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.abf-divider {
  margin-top: auto;
  margin-bottom: 14px;
}

.abf-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.makeit-blog-categories-list {
	margin: 0;
	list-style-type: none;
	padding-left: 0;
}

.makeit-blog-categories-list li {
	font-family: "Gilroy Medium";
	font-size: 17px;
}

.makeit-related-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.makeit-related-post {
  margin: 0;
  padding: 0;
  font-family: "Gilroy Medium";
  font-size: 17px;
  line-height: 22px;
}

#blog-content h2 {
	font-family: "Gilroy Bold";
}

.makeit-gallery-thumbs-wrapper {
  overflow: hidden;
  margin-top: 12px;
}

.makeit-gallery-thumbs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.makeit-gallery-thumbs::-webkit-scrollbar {
  display: none;
}

.makeit-gallery-thumbs.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.makeit-gallery-thumb {
  flex: 0 0 calc(25% - 9px);
  scroll-snap-align: start;
  border: 2px solid transparent;
  padding: 0;
  background: #ddd;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  height: 148px;
}

.makeit-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.makeit-gallery-thumb.is-active {
  border-color: #FF9100;
}

@media (max-width: 640px) {
  .makeit-gallery-thumb {
    flex: 0 0 calc(33.333% - 8px);
    height: 70px;
  }
}

.makeit-gallery-main-link {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.makeit-gallery-main-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


#makeit-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.makeit-lb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
}

.makeit-lb-container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.makeit-lb-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 4px;
}

.makeit-lb-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    padding: 0 8px;
}

.makeit-lb-prev,
.makeit-lb-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    color: #fff;
    font-size: 48px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    padding: 10px 18px;
    border-radius: 4px;
}

.makeit-lb-prev { left: 16px; }
.makeit-lb-next { right: 16px; }

.makeit-lb-prev:hover,
.makeit-lb-next:hover {
    background: rgba(255, 255, 255, 0.2);
}
.makeit-dif-icon-fa {
	color: var(--awb-color5);
}

.makeit-dif-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 32px;
}

@media (max-width: 768px) {
    .makeit-dif-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
	
	.contact-fields p{
		font-size: 14px;
	}
}

@media (max-width: 480px) {
    .makeit-dif-grid {
        grid-template-columns: 1fr;
    }
}

.makeit-dif-icon-fa {
    display: inline-block;
    width: 30px;
    min-width: 30px;
    font-size: 22px;
    text-align: center;
    color: #FF9100;
    flex-shrink: 0;
}

.makeit-dif-icon {
    width: 30px;
    min-width: 30px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
}

