/** SECTIONS */
/* section { 
   min-height: 100vh;
} */

.title {
   font-family: Inter;
   font-weight: 900;
}

#homeSection {
   background: linear-gradient(115deg, rgba(226,0,0,0) 0%,rgba(226,0,0,0) 54.9%,white 55%,white 100%), var(--navyBlue) ;
}

#homeSection .title {
   font-size: min(4rem, 13vw);
}

#homeSection .logo {
   width: 10rem;
   max-width: 70vw;
}

#aboutSection {
   background-image: url("/assets/bgLightBlue.webp") ;
   min-height: auto;
}

#aboutSection .title {
   font-size: 3.5rem;
}

.paragraph-number {
   border-radius: 50%;
   border: solid 1px var(--liberty);
   padding: .7rem;
   font-weight: bold;
   font-size: small;
   color: var(--liberty);
   display: flex;
   justify-content: center;
   align-items: center;
   width: 1rem;
   height: 1rem;
}

#servicesSection {
   min-height: auto;
}

#servicesSection .title {
   font-size: 3.5rem;
}