.wp-block-acf-atlanta-work-with-us {
  margin: 0 !important;
}

.atl-work-with-us {
  position: relative;
  margin: 0;
  box-sizing: border-box;
  padding: 2.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 25rem;
  background: var(--color-teal);
}
@media (min-width: 768px) {
  .atl-work-with-us {
    padding: 4rem;
  }
}
@media (min-width: 1024px) {
  .atl-work-with-us {
    padding: 6rem;
  }
}
.atl-work-with-us:hover .atl-work-with-us__overlay {
  background: rgba(19, 119, 119, 0.94);
}
.atl-work-with-us__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.atl-work-with-us__overlay {
  position: absolute;
  inset: 0;
  background: rgba(19, 119, 119, 0.94);
  z-index: 1;
  transition: background 0.7s ease;
}
.atl-work-with-us__decor {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  z-index: 1;
  pointer-events: none;
}
.atl-work-with-us__decor--1 {
  top: -5rem;
  right: -5rem;
  width: 24rem;
  height: 24rem;
  background: rgba(255, 255, 255, 0.05);
}
.atl-work-with-us__decor--2 {
  bottom: -5rem;
  left: -5rem;
  width: 24rem;
  height: 24rem;
  background: rgba(53, 52, 82, 0.05);
}
.atl-work-with-us__content {
  position: relative;
  z-index: 10;
  max-width: 42rem;
  margin: 0 auto;
}
.atl-work-with-us__content h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .atl-work-with-us__content h2 {
    font-size: 3rem;
  }
}
.atl-work-with-us__desc {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.atl-work-with-us__desc p {
  margin: 0;
}
.atl-work-with-us__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #fff;
  color: var(--color-teal);
  padding: 0.875rem 1.75rem;
  border-radius: 9999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.atl-work-with-us__btn:hover {
  background: var(--color-jakarta);
  color: #fff;
}
