.aboutSection{
    display: flex;
    justify-content: center;  
    align-items: left;  
    margin-top: 30px;
    margin-bottom: 50px;
   
}
.aboutText{
    position: relative;
    width: 40%;
    margin-inline: 10px;
    margin-top: 8%;
    margin-bottom: 8%;
}
.aboutTextTitle {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
}
.aboutTextContent {
    padding-inline: 20px;
}
.aboutImage{
    width: 40%;
    transition: all 0.4s ease;
    background-image: url('../images/edvinAbout.jpeg');
    background-size: cover; 
    background-position: center;  
    background-repeat: no-repeat; 
}
.aboutQuote {
    border-left: 3px solid lightgrey;
    margin-right: 30px;
    padding-left: 10px;
    padding-right: 20px;
}
.googleVerifSection{
    position: relative;
    height: 50%;
    background-color: gray;
    
    background-image: url('https://img.freepik.com/premium-photo/minimalist-black-white-interior-exuding-elegance-with-modern-furniture-monochromatic-palette_924727-8971.jpg?w=1380');
    background-size: cover; 
    background-position: center;  
    background-repeat: no-repeat; 
    /*
    display: flex;
    justify-content: center;  
    align-items: center; 
    */
}

.googleVerifSectionContent{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.googleVerifTitle {
    font-weight: bold;
    font-size: 50px;
    margin: 20px 0px;
}
.googleVerifText {
    font-size: 20px;
}
.googleVerifButton{
    background-color: #bbb;
    color: black;
    padding: 10px;
    margin-inline: 20%;
    margin-top: 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0px 0px 10px 1px rgb(48, 48, 48);
    cursor: pointer;
    transition: all 0.4s ease;
}
.googleVerifButton:hover{
    background-color: #eee;
}
.cameo {
    display: flex;
    justify-content: center;  
    align-items: center;  
}
.cameoText {
    margin: 20px;
    text-align: center;
}

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

    .aboutSection{
        display: block;
        justify-content: center;  
        align-items: left;  
        margin-top: 30px;
        margin-bottom: 50px;
       
    }
    .aboutText{
        position: relative;
        width: 95%;
        margin-inline: 10px;
        margin-top: 8%;
        margin-bottom: 8%;
    }
    .aboutTextTitle {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 40px;
        padding-left: 10px;
    }
    .aboutTextContent {
        padding-inline: 20px;
    }
    .aboutImage{
        position: relative;
        width: 100%;
        height: 500px;
        transition: all 0.4s ease;
        background-image: url('../images/edvinAbout.jpeg');
        background-size: cover; 
        background-position: center;  
        background-repeat: no-repeat; 
    }
    .aboutQuote {
        border-left: 3px solid lightgrey;
        margin-right: 30px;
        padding-left: 10px;
        padding-right: 20px;
    }
    .googleVerifSection{
        position: relative;
        height: 50%;
        background-color: gray;
        
        background-image: url('https://img.freepik.com/premium-photo/minimalist-black-white-interior-exuding-elegance-with-modern-furniture-monochromatic-palette_924727-8971.jpg?w=1380');
        background-size: cover; 
        background-position: center;  
        background-repeat: no-repeat; 
        /*
        display: flex;
        justify-content: center;  
        align-items: center; 
        */
        
    }
    
    .googleVerifSectionContent{
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        width: 90%;
    }
    
    .googleVerifTitle {
        font-weight: bold;
        font-size: 50px;
        margin: 20px 0px;
    }
    .googleVerifText {
        font-size: 20px;
        text-shadow: 0px 0px 10px black;
    }
    .googleVerifButton{
        background-color: #bbb;
        color: black;
        padding: 10px;
        margin-inline: 20%;
        margin-top: 20px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: bold;
        box-shadow: 0px 0px 10px 1px rgb(48, 48, 48);
        cursor: pointer;
        transition: all 0.4s ease;
    }
    .googleVerifButton:hover{
        background-color: #eee;
    }
    .cameo {
        display: flex;
        justify-content: center;  
        align-items: center;  
    }
    .cameoText {
        margin: 20px;
        text-align: center;
    }

}