@charset "utf-8";
/* CSS Document */


.container-testy{
	width: min(95%, 70rem);
	margin-inline: auto;
	border: #EF0B0F;
	
}

.content-container img {
    width: 95%; /* Set the width to 100% to make it responsive */
    height: auto; /* Maintain aspect ratio */
    max-width: 25rem; /* Set a maximum width if needed */
    display: block; /* Remove any default inline styling */
    margin: 0 auto; /* Center the image within its container */
}


.flex-container {
    display: flex;
    justify-content: space-around; /* Spread items evenly */
    flex-wrap: wrap; /* Allow items to wrap to the next line */
	margin-left: 1.2rem;
}

.flex-box {
    flex: 1; /* Equal width for each flex item */
    box-sizing: border-box;
    padding: .75rem;
    display: flex;
}

.text-content {
    margin-left: 0;
    margin-bottom: 0;
    margin: 0;
    padding-top: 0;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0;
    text-align: left;
    background-image: linear-gradient(to bottom, rgba(241, 237, 248, 0.10), rgba(157, 192, 177, 0.10));
}

