.section-about-us {
    height: max-content;
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-about-us {
    height: max-content;
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.content-title, .content-text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.content-title h2{
    font-size: 4.2rem;
    text-align: start;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-caribbean-current);
    margin-bottom: 20px;
}

.content-title h3 {
    font-size: 3.6rem;
    text-align: start;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-black);
    margin: 0;
}

.content-text p {
    font-size: 1.2rem;
    color: var(--color-black);
    font-weight: 400;
    text-align: justify;
    margin: 0;
    padding: 0 20px;
}

.spark-text {
    height: 75px;
    width: 75px;
    overflow: hidden;
    position: relative;
    bottom: 46px;
    transform: rotate(231deg) rotateX(342deg);
}


@media screen and (max-width: 1536px) {
    .container-about-us {
        width: 80%;
    }

}
@media screen and (max-width: 1280px) {
   
}
@media screen and (max-width: 1024px) {
    .container-about-us {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
   .content-title h3 {
    font-size: 2rem;
   }
   .content-title h2 {
    font-size: 2.2rem;
   }
   .content-text p {
    font-size: 1rem;
   }
   .spark-text {
    width: 60px;
    height: 60px;
    bottom: 40px;
   }
}
@media screen and (max-width: 640px) {
   .title-us h2 {
    font-size: 1.2rem;
   }
   .content-text p {
    padding: 0;
   }
       .spark-text {
        width: 45px;
        height: 45px;
        bottom: 28px;
    }
}