.abouthero{
    width:100%;
    height:100%;
    background:url(pictures/marcel-fagin-OUYg0Q3ec-Y-unsplash.jpg);
    background-size:cover;
    display:flex;
    align-items:center;
    padding-left: 80px;
    padding-top: 40px;
    }
    
    .abouthero-card{
    width:631px;
    height:562px;
    background:rgba(255,255,255,0.8);
    border-radius:30px;
    padding: 80px;
    box-shadow: 10px 0px 4px rgba(0, 0, 0, 0.25);
    }
    
    .abouthero-title{
    font-family:'Fredoka';
    font-weight:bold;
    font-size:50px;
    color:#DA3B80;
    margin-top: 80px;
    }
    
    .abouthero-text{
    font-family:'Didact Gothic';
    font-size:20px;
    margin-top:20px;
    line-height:1.6;
    color: #333333;
    }

    .aboutus-section {
        width: 100%;
        padding: 60px 80px;
        box-sizing: border-box;
        background-image: url('pictures/Rectangle\ 191.jpg');
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        gap: 80px;
    }
    
    .about-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        width: 100%;
    }
    
    .about-img {
        width: 400px;
        border-radius: 30px;
        object-fit: cover;
        position: relative;
        z-index: 2;
        margin-left: 100px;       
        margin-bottom: -60px;     
    }
    
    .about-card {
        background: #f5f5f5;
        border-radius: 30px;
        padding: 80px 50px 40px 50px; 
        box-shadow: 0 4px 4px rgba(0,0,0,0.25);
        position: relative;
        z-index: 1;
        width: 80%;
        align-self: center;      
        margin-left: 150px;      
    }
    
    .about-card-title {
        font-family: 'Fredoka';
        font-weight: bold;
        font-size: 36px;
        color: #DA3B80;
        margin-bottom: 16px;
    }
    
    .about-card-text {
        font-family:'Didact Gothic';
        font-size: 20px;
        color: #333333;
        line-height: 1.8;
        text-align: justify;
    }
    
    .about-decoratives {
        position: absolute;
        right: 20px;
        top: -20px;
        z-index: 3;
    }
    
    .deco-shapes {
        width: 220px;
    }

    .mv-section {
        width: 100%;
        padding: 80px 100px;
        box-sizing: border-box;
        background-image: url('pictures/Rectangle\ 191.jpg'); 
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        position: relative;
    }
    
    .mv-deco-top {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 124px;      
    }
    
    .mv-deco-bottom {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 124px;      
    }
    
    .mv-title {
        font-family: 'Fredoka';
        font-weight: bold;
        font-size: 40px;
        color: #333333;
        margin-bottom: 10px;
    }
    
    .mv-row {
        display: flex;
        align-items: stretch;
        width: 100%;
        max-width: 800px;
        border-radius: 30px;
        overflow: visible;
    }
    
    .mv-pink-box {
        background: #DA3B80;
        border-radius: 30px;
        padding: 20px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 160px;
        gap: 10px;
        z-index: 2;
        box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
        flex-shrink: 0;
    }
    
    .mv-box-label {
        font-family: 'Fredoka';
        font-weight: bold;
        font-size: 36px;
        color: white;
        margin: 0;
    }
    
    .mv-icon {
        width: 140px;
        height: 140px;
        background-color: white;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%;        
        border-radius: 50%;
        flex-shrink: 0;
        box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    }
    
    .mv-blue-box {
        background: #50B7E8;
        border-radius: 30px;
        padding: 30px 40px;
        display: flex;
        align-items: center;
        flex: 1;
        z-index: 1;
        box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
    }  
    
    .mv-box-text {
        font-family:'Didact Gothic';
        font-size: 20px;
        color: #333333;
        line-height: 1.6;
        text-align: justify;
        margin: 0;
    }

.mv-row.mission .mv-blue-box {
    margin-left: -20px;
}

.mv-row.vision .mv-blue-box {
    margin-right: -20px;
}

.mv-row.vision .mv-pink-box {
    z-index: 2;
}
    
    .mv-bubbles {
        width: 100%;
        max-width: 100%;    
        margin: 10px 0;
    }
    
    .cv-row {
        display: flex;
        align-items: stretch;    
        width: 100%;
        max-width: 800px;
        gap: 0;
    }
    
    .cv-pink-box {
        background: #DA3B80;
        border-radius: 30px;
        padding: 20px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 223px;
        margin-left: -30px;
        z-index: 2;
        align-self: stretch;    
        box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
    }
    
    .cv-blue-box {
        background: #50B7E8;
        border-radius: 30px;
        padding: 25px 35px;
        flex: 1;
        margin-left: -20px;
        z-index: 1;
        align-self: stretch;   
        display: flex;
        align-items: center;    
        box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
    }
    
    .cv-circle-icon {
        width: 148px;
        height: 148px;
        border-radius: 50%;
        background-color: white;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 75%;
        flex-shrink: 0;
        z-index: 3;
        align-self: center;     
        margin-right: 35px;    
        box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    }
    
    .cv-box-label {
        font-family: 'Fredoka';
        font-weight: bold;
        font-size: 36px;
        color: white;
        text-align: center;
        margin: 0;
    }
    
    .cv-box-text {
        font-family:'Didact Gothic';
        font-size: 20px;
        color: #333333;
        line-height: 1.6;
        text-align: justify;
        margin: 0;
    }

    .owners-section {
        width: 100%;
        padding: 80px 100px;
        box-sizing: border-box;
        background-image: url('pictures/Rectangle\ 174.jpg');
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    
    .owners-title {
        font-family: 'Fredoka';
        font-weight: bold;
        font-size: 40px;
        color: #333333;
        margin-bottom: 20px;
        text-align: justify;
    }
    
    .owner-card {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background: #F2F2F2;
        border-radius: 40px;
        width: 100%;
        max-width: 800px;
        padding: 36px 52px;
        box-sizing: border-box;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
        min-height: 120px;
    }
    
    .owner-info {
        display: flex;
        flex-direction: column;
        gap: 6px;
        text-align: left;
    }
    
    .owner-name {
        font-family: 'Fredoka';
        font-weight: bold;
        font-size: 32px;
        color: #333333;
        margin: 0;
        text-align: left;
    }
    
    .owner-role {
        font-family: 'Didact Gothic';
        font-size: 24px;
        color: #333333;
        margin: 0;
        text-align: justify;
    }