.section-about-img {
  display: inline-block;
  margin: 0 auto;
  max-width: 1440px;
  aspect-ratio: 16 / 9;
  width: 100%;
  z-index: -1;
}

/* -------------------------------------------------------------------------- */
/* Extracted block styles (thisisspiro/home-about)
/* Source: css/index.css, css/style.css
/* Generated: 2026-01-16T22:25:54.069Z
/* -------------------------------------------------------------------------- */

.section-about-left {
    padding-right: 20px;
}
.section-about-right {
    position: relative;
}
.section-about-right .title-76 {
    color: #84BEC7;
}
.section-about-right-btn {
    padding-top: 31px;
}
.section-about-bottom {
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.section-about-bottom-circle {
    width: 300px; height: 300px;
    border: 2px solid var(--darker-green);
    border-radius: 50%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
}
@media only screen and (max-width: 1023px) {
.section-about-left {
        margin-bottom: 30px;
    }
}
@media screen and (max-width:639px) {
.section-about-bottom-circle {
        width: 240px;
        height: 240px;
    }
.section-about-img-hold {
        padding-bottom: 110px;
    }
}

/* -------------------------------------------------------------------------- */
/* Extracted block styles (thisisspiro/home-about)
/* Source: css/index.css, css/style.css
/* Generated: 2026-01-30T18:49:21.240Z
/* -------------------------------------------------------------------------- */

.pulse-circle-56p {
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 20px;
    -webkit-animation: pulse-circle 6000ms infinite;
    animation: pulse-circle 6000ms infinite;  
}
.animated-title-color .char {
    /* transition: transform 1000ms cubic-bezier(.165,.84,.44,1); */
    transition-delay: calc(40ms*var(--char-index));
}
.animated-title-color.in-view .char {
    color: var(--cream);
}
@media screen and (max-width: 63.99875em) {
.pulse-circle-56p {
        width: 1rem;
        height: 1rem;
        margin-right: 0.75rem;
    }
}
@media screen and (max-width:359px) {
.pulse-circle-56p {
	  margin-right: 20px;
	}
}