      .menu { 
            position: FIXED;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            background-color:#fa726800;
            padding: 10px;
            margin: 6px;
        }
        .menu a {
            color:#FA7268;
            text-decoration: none;
            padding: 15px;
            display: none;
            font-size: 1.5em; /* Larger font size */
        }
        .menu a:hover {
            background-color: #575757;
        }
        .menu-icon {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            width: 30px;
            height: 24px;
            cursor: pointer;
        }
        .menu-icon div {
            width: 100%;
            height: 4px;
            background-color:#FA7268;
            transition: all 0.3s ease;
        }
        .menu-icon.open div:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }
        .menu-icon.open div:nth-child(2) {
            opacity: 0;
        }
        .menu-icon.open div:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
        }
        .menu.open a {
            display: block;
        }

        @media screen and (max-width: 768px) {
            .menu-icon {
                display: flex;
            }
            .menu a {
                display: none;
            }
            .menu.open a {
                display: block;
            }
        }
body {
  background: #ffffff; /* Black background */
  color: #ffffff; /* White text */
  font-family: "Open Sans", Arial, sans-serif; /* Change font to Open Sans, fallback to Arial, and then generic sans-serif */
}


a {
  color: #ff8800;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #ff8800;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}



/* Preloader Styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000; /* Preloader background color */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Make sure the preloader is on top of everything */
}

#preloader-logo {
  width: 150px; /* Adjust the size of the logo */
  height: auto;
  animation: pulse 1.5s infinite ease-in-out; /* Add animation to the logo */
}

/* Optional Pulse Animation for the logo */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}
#preloader {
  opacity: 1;
  transition: opacity 0.1s ease-out;
}

#preloader.hidden {
  opacity: 0;
  pointer-events: none;
}



/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {
  background: url(../img/background.jpg) top center fixed;
  animation: moveBackground 120s linear infinite; /* Animate the background */
}

.medium-text {
  font-size: 24px; /* Adjust as needed */
}

#hero .hero-logo {
  margin: 2px;
}

 #hero .hero-logo img {
      margin: 2px;
      width:100;
      max-width: 40%;  
      animation: moveLogo 3s ease-in-out infinite;
}

@keyframes moveLogo {
  0% {
    transform: translateX(0); /* Starting position */
  }
  50% {
    transform: translateX(-10px); /* Move 10px to the left */
  }
  100% {
    transform: translateX(0); /* Return to original position */
  }
}

#hero .hero-container {
  background-position: center;
  display: flex; /* Use flexbox for better alignment */
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 30px 0; /* Adjust padding to better fit mobile */
  text-align: center;
  flex-direction: column; /* Stack items vertically */
}

#hero h1 {
    font-size:10px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 60px;
  margin-bottom: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 20px;
    line-height: 36px;
    width: auto;
    height: auto;
  }
  #hero .hero-container {
    padding: 150px 20px; /* Reduce padding for smaller screens */
  }
}

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
  }

  .container, .row, .col-md-12 {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

#hero .rotating > .animated {
  display: inline-block;
}

#hero .actions a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#hero .btn-get-started {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  align-items: first baseline;
}

#hero .btn-get-started:hover {
  background: #FA7268;
  border-color: #FA7268;
  color: #414141;
}

#hero .btn-services {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  align-items: first baseline;
}

#hero .btn-services:hover {
  background: #FA7268;
  border-color: #FA7268;
  color: #414141;
}

 #header {
  background: #ffffff;
  padding: 20px 0;
  height: 90px;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #ffffff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 10px;
}

@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header #logo {
    font-size: 100px;
  }
  #header #logo img {
    max-height: 100%;
  }
}

.is-sticky #header {
  background: rgba(255, 255, 255, 0.85);
}  
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: sticky;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99%;
}

.nav-menu li {
  position: center;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 100%;
  left: 100%;
  right: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "list";
}
a
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #F48167;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #ff0000;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #03C4EB;
}

#mobile-nav ul .menu-item-active {
  color: #03C4EB;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-description {
  text-align: center;
  margin-bottom: 40px;
  color: hsl(0, 0%, 0%);
  font-size: 30px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #ff9900;
  margin: 0 auto;
  margin-bottom: 40px;
}

/* Get Started Section
--------------------------------*/
 /* About Section */
#about {
  padding: 20px 0;
  color: #000000;
  background: #ff9f1000; /* Coral color */
  width: 100%;
}

#about .about-container {
  background: url('../img/about-img.jpg') center center fixed;
  background-size: cover;
  width: 100%;
  height: 100vh; /* Adjust height as needed */
  display: flex;
  align-items: center; /* Center content vertically */
}

#about .about-content {
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  padding: 40px;
  color: #000000;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

#about .about-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 40px;
  padding: 20px 0;
}

#about .about-text {
  font-size: 19px;
  line-height: 30px;
  color: #ffffff;
}

#about .about-text:last-child {
  margin-bottom: 0;
}

.about-logo {
  max-width: 1px;
  margin-bottom: 2px;
}

/* Sections Common Styles */
.section-title {
  font-size: 36px;
  color: #000000;
  text-transform: uppercase/* General Styles */
} 
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  /* Container Styling */

}
  
  .section-title {
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center; /* Center align the title */
    color: #ffffff; /* Ensure text is readable on coral background */
  }
  
  .section-title-divider {
    width: 50px;
    height: 3px;
    background: #000000;
    margin: 0 auto 20px;
  }
  
  .transparent-cover {
    background: rgba(0, 0, 0, 0.5); /* Transparent cover */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Ensure it doesn't overlay content */}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #ff7b00;
  margin: 0 auto;
  margin-bottom: 40px;
}

.black-background {
  background-color: #ffffff; /* Black background */
  color: #ffffff; /* White text */
  padding: 80px 0; /* Example padding */
}

/* Styling for white text and adjusting image background */
.white-text {
  color: #000000; /* White text */
}

.image-background {
  background-color: rgba(255, 255, 255, 0.2); /* Example semi-transparent white background */
  padding: 10px; /* Example padding around image */
  border-radius: 5px; /* Example border radius */
}

/* Animation CSS */
.scroll-section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-section.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Services Section
--------------------------------*/
#services {
  color: #000000;
  width: 100%;
  padding: 60px 0 60px 0;
}

#services .service-item {
  margin-bottom: 20px;
}

#services .service-icon {
  float: left;
  background: #ffffff;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #000000;
}

#services .service-icon i {
  color: #FA7268;
  font-size: 24px;
}

#services .service-item:hover .service-icon {
  background: #FA7268;
}

#services .service-item:hover .service-icon i {
  color: #000000;
}

#services .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .service-title a {
  color: #0e0e0e;
}

#services .service-description {
  margin-left: 80px;
  line-height: 24px;
}

/*==========================
  Project Planning and Executing Section
============================*/
#project-planning {
  background-color: #FA7268;
}
#project-planning .section-title {
  color: #0c0c0c;
  margin: 40px auto 20px;
}
#project-planning .section-title-divider {
  background-color: rgba(128, 128, 128, 0.5);
  height: 2px;
  width: 60px;
  margin: 40px auto 20px;
}
#project-planning .service-title a {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
}
#project-planning .service-title a:hover {
  color: #fff;
}
#project-planning .service-description {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
#project-planning ul {
  padding: 0;
}
#project-planning li {
  margin-bottom: 20px;
}
/* Cover Section */
#cover {
  width: 100%;
  height: 100vh;
  background: #FA7268; /* Coral color */
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

#cover h1 {
  font-size: 48px;
  margin: 0;
  font-weight: bold;
}

#cover p {
  font-size: 24px;
  margin: 10px 0 0;
}
/* Animation CSS */
.scroll-section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-section.in-view {
  opacity: 1;
  transform: translateY(0);
}


/* Custom Section Styles */
#about-us .custom-image {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}
/* Info Section */
#info {
  width: 100%;
  color: #000000;
  padding: 20px 0;
  background: #FA7268; /* Coral color */
}

#info .info-content {
  background: #FA7268; /* Tomato color (close to coral) */
  padding: 80px 20px;
  width: 100%;
  box-sizing: border-box;
}

.stats-container {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}

.stat-item {
  text-align: center;
  color: #ffffff;
  flex: 3;
}

.stat-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.stat-number {
  font-size: 40px;
  font-weight: bold;
}
/* General Styles */
#team {
  background-color: #00000000; /* Example background color */
  color: #fff;
  padding: 50px 0;
}

.section-title {
  color: #000000;
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}

.section-title-divider {
  width: 60px;
  height: 3px;
  background: #FA7268;
  margin: 0 auto 30px auto;
}

.team-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px; /* Add padding to give some space inside the box */
  max-width: 100%; /* Ensure the box doesn't exceed the container width */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
  overflow-wrap: break-word; /* Ensure long words break into the next line */
}


.text-content {
  width: 100%; /* Make sure the text takes full width of the container */
  max-width: 800px; /* Limit the max-width to avoid text stretching too wide */
  margin-bottom: 20px; /* Add some space between the text and other elements */
  font-size: 1.2rem;
  line-height: 1.5;
}

.image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.transparent-cover {
  background: rgba(0, 0, 0, 0.5); /* Half-transparent cover */
}

.sustainability-content {
  font-size: 19px;
  color: #ffffff; /* Black text */
}

.paragraph-divider {
  height: 20px; /* Space between paragraphs */
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 80px 0;
}

#portfolio .portfolio-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100px;
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .details {
  height: 260px;
  background: #000000;
  display: table-cell;
  vertical-align: middle;
  opacity: 100%;
  transition: 0.3s;
  text-align: center;
}

#portfolio .portfolio-item .details h4 {
  font-size: 19px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  font-weight: 700;
  color: #333333;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #666666;
  font-size: 13px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

#portfolio .portfolio-item:hover .details {
  opacity: 0.8;
}

#portfolio .portfolio-item:hover .details h4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#portfolio .portfolio-item:hover .details span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.three-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column {
  flex: 1;
  margin: 10px;
  padding: 20px;
  background-color: #FA7268; /* Coral color */
  color: #ffffff;
  border-radius: 8px;
  text-align: center;
}

.icon {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}

.column-title {
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.column p {
  font-size: 19px;
}
/*--SUBSCRIBE --*/
  #subscribe .stat-title {
    color: white;
    font-size: 1.5em;
    margin-bottom: 10px;
  }

  #subscribe .stat-number {
    color: white;
    font-size: 2.5em;
    font-weight: bold;
  }

  #subscribe .stat-item {
    text-align: center;
    margin: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
  }

  .stats-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .brief-container, .about-content {
    padding: 20px;
  }

/* Founder Section
--------------------------------*/
#barbara-section {
  display: flex;
  flex-direction: column; /* Change to column to stack image on top */
  background-color: #FA7268;
  width: 100%;
  height: 70vh; /* Change height to full viewport height */
}

.barbara-column {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}


.barbara-text-column {
  align-items: center;
  order: 2; /* Ensure the text is below the image */
  width: 100%; /* Make sure it takes full width */
}

.barbara-text-column .barbara-cover {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  padding: 30px;
  color: #ffffff;
  max-width: 100%;
  height: auto;
  text-align: left;
}

/* Independent Service Covers Section */
#independent-service-covers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.independent-covers-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding: 20px;
}

.independent-cover-item {
  position: relative;
  width: 45%;
  height: 40%;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.independent-cover-text {
  color: #ffffff;
  font-size: 1.5em;
  padding: 20px;
  z-index: 1;
}

.independent-cover-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

@media (max-width: 768px) {
  .independent-cover-item {
      width: 100%;
      height: 30%;
  }
}

/* subscribe Section
--------------------------------*/
#subscribe {
  background: url('../img/reflections-wall.jpg') no-repeat center center fixed;
  background-size: cover;
  padding: 50px 0;
}

.stat-title {
  color: white;
  text-align: center;
  font-size: 24px;
  margin: 10px 0;
}

.stat-number {
  color: white;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
}

.stats-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.stat-item {
  flex: 1;
  min-width: 200px;
  margin: 20px;
}

/* Testimonials Section
------------X--------------------*/
#testimonials {
  background: #FA7268;
  padding: px 0;
}

#testimonials .profile {
  text-align: center;
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #000000;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}



#testimonials .profile h4 {
  font-weight: 700;
  color: #ffbe46;
  margin-bottom: 20px;
}

#testimonials .profile span {
  color: #333333;
}

#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 19px;
  font-style: italic;
  border-radius: 5px;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}
#contact {
  background-color: #ffffff; /* Background color */
  color: #ffffff; /* Text color */
  padding: 60px 0; /* Adjust padding as needed */
}

#contact .container {
  max-width: 1140px;
  margin: 0 auto;
}

#contact .section-title {
  color: #000000; /* Title color */
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#contact {
  display: flex;
  justify-content: center; /* Horizontally center the content */
  align-items: center; /* Vertically center the content */
  flex-direction: row;
  text-align: center;
}

#contact .section-title-divider {
  width: 60px;
  height: 2px;
  background: #FA7268;
  margin: 10px auto;
}

#contact .section-description {
  color: #ffffff; /* Description color */
  text-align: center;
  margin-bottom: 40px;
}

#contact .info {
  background-color: #ffffff; /* Background for info section */
  color: #000000; /* Text color for info section */
  padding: 20px;
  border-radius: 10px;
  border-color: #FA7268;
  margin-bottom: 40px; /* Add some spacing between sections */
}

#contact .info div {
  margin-bottom: 20px;
}

#contact .info i {
  font-size: 24px;
  color: #FA7268; /* Icon color */
  margin-right: 10px;
}

#contact .info p {
  margin: 0;
}

#contact .form {
  background-color: #ffffff; /* Background for form section */
  border-radius: 10px;
  width: 100%;
  max-width: 600px; /* Limit form width */
}

#contact .form input, #contact .form textarea {
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#contact .form button {
  background-color: #FA7268; /* Button background color */
  color: #ffffff; /* Button text color */
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

#contact .form button:hover {
  background-color: #e06c54; /* Button hover color */
}
h3 {
  font-family: 'Gretaros', sans-serif;
  }
#what-makes-us-different .column-title {
  color: #000000;
  font-weight: bold;
}
#menu {
  color: #ffffff;
  font-weight: bold;
  font-family: 'Gretaros', sans-serif;
}
/* Mobile styles (max-width: 600px) */
@media only screen and (max-width: 600px) {
  #hero {
      padding: 20px 0;
      text-align: left;
  }

  #about {
      padding: 20px 10px;
  }

  #services {
      flex-direction: column;
      align-items: center;
  }
}