.resources-row-container {
    background-color: #FDEEDC;
    padding: 4rem 2rem 3rem 3rem;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.resources-text h1 {
    color: #333;
    font-family: "DM Sans", sans-serif;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}
.resources-text p {
    color: #555;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.resources-image-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    position: relative; 
    z-index: 1; 
    max-width: 100%;
}
.resources-image {
    max-width: 30rem;
    width: 100%;
    height: auto;
}
.site-btn {
    display: inline-block;
    padding: 0.4rem 10rem;
    margin-top: 2rem;
    background-color: #64002a;
    color: #fff;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    border: none;
    transition: background-color 0.2s ease, transform 0.15s ease;
}
.site-btn:hover {
    background-color: #820037;
    transform: translateY(-1px);
}
.wave-design-container {
    position: absolute; 
    top: -20rem;
    left: 5rem;
    width: 100vw;
    z-index: 0; 
    opacity: 0.2;
}
.wave-image {
    width: 100%;
    display: block;
}
.main-row-top {
    text-align: center; 
    padding: 4rem 2rem;
    position: relative;
}
.main-text-top h1 {
    color: var(--primary-color); 
    font-family: "DM Sans", sans-serif;
    font-size: 3rem;
    margin-bottom: 1rem;
}
.main-text-top p {
    color:var(--text-color-body);
    font-size: 1.2rem;
    max-width: 800px; 
    margin: 0 auto; 
    line-height: 1.6;
}
.flower-design-left {
    position: absolute;
    bottom: -39vw;
    left: -29vw;
    z-index: 0;
    opacity: 0.2;
}
.flower-design-left img {
    width: 56vw;
    height: 47vw;
    aspect-ratio: 1079/899;
}
.flower-design-right {
    position: absolute;
    bottom: -25vw;
    right: -30vw;
    z-index: 0;
    opacity: 0.2;
}
.flower-design-right img {
    width: 56vw;
    height: 47vw;
    aspect-ratio: 6/5;
}
.wave-design-container,
.flower-design-left,
.flower-design-right {
    pointer-events: none;
}

