.about-content-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: var(--primary-color);
    width: 100%;
    padding: 64px 0;
    text-align: center;
}

.about-title{
    font-size: 64px;
    color: #ffffff;
}
.about-text{
    font-size: 24px;
    color: #ffffff;
    padding-top: 32px;

}

.about-svg{
    display: block;
    border: none;
    
}

.about-svg-top{
    margin-bottom: -4px;

}

.about-svg-down{
    margin-top: -4px;
}

.about-image{
    height: 250px;;
    width: 380px;
    border-radius: 2px;
}

.about-content-boxes{
    margin-top: 64px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 64px;

}

.about-content-textbox{
    margin-top: -32px;
    background-color: #ffffff;
    height: auto;
    max-width: 320px;
    height: 147px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5px gray;
    border-radius: 2px;
    z-index: 2;
    padding: 16px;
    padding-top: 0px;
    border-top: 3px solid var(--primary-color);
}

.about-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-content-title{
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;

}

.about-content-text{
    margin: 0;
}

@media only screen and (max-width : 425px ) {

   

    
    }

    @media only screen and (max-width : 768px ) {

        .about-title{
            font-size: 48px;
        }
        
        .about-text{
            text-align: center;
        }
    
        .about-content-text{
            text-align: center;
        }
        }


        @media only screen and (min-width : 1930px ) {
           
            .about-content-boxes{
                
                gap: 128px;
            
            }
        }