.first{
    text-align: center;
    background: #6cf;
    padding: 150px 0.5rem 150px;
    position: relative;
}

.first h1{
    color: #fdfdfd;
}

.custom-shape-divider-bottom-1763028752 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1763028752 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 77px;
}

.custom-shape-divider-bottom-1763028752 .shape-fill {
    fill: #FDFDFD;
}

.about-me {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.profile-photo {
  float: left;
  shape-outside: circle(50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 2rem;
  margin-bottom: 1rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.about-text p {
  font-size: 1.1rem;
  line-height: 1.8;
}

.about-business {
  position: relative;
  background: #f9f9f9;
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.business-logo {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 80px;
  height: auto;
}

.about-business h2 {
    color: #6cf;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.about-business p {
  font-size: 1.1rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .business-logo {
    position: static;
    display: block;
    margin: 0 0 1.5rem auto;
    width: 60px;
  }
}

.cta-section{
    margin: 3rem 0;
}