* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Fira', sans-serif;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    padding-bottom: 0;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.description{
    margin-bottom: 20px;;
}

.background-div {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.container {
    display: flex;
    position: relative;
}

.content {
    margin-left: 20vw;
    margin-top:10vh;
    overflow: hidden;
    padding: 20px;
    padding-right:11vw;
    width: 23vw;
    background-color: rgba(128, 128, 128, 0.254);
    z-index: -1;
    min-height: 300px;
}

.image {
    width: 50vw;
    z-index: 0;
    position: relative;
    left: -10vw;
}

h2 {
    font-size: 20px;
    font-family: 'Fira';
    text-align: left;
    /* margin-top: 20px; */
}

p {
    font-size: 15px;
    font-family: 'Fira';
    text-align: left;
    margin-top: 20px;
}


@media (max-width: 900px) {

    .content-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column  ;
        width: 90vw;
    }
    .container{
        display: flex;
        justify-content: center;
        flex-direction: column  ;
        /* width: 100%;     */
    }

    .content {
        margin: 0;  
        width: 80vw;
        padding: 20px;
        background-color: rgba(128, 128, 128, 0.254);
        z-index: -1;
        min-height: 300px;
    
    }
    
    .image {
        max-width: 80vw; 
        /* height: auto; */
        position:unset;
        margin: -10px 0;
        /* object-fit: contain;  */
    }

    .image-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    h2 {
        font-size: 20px;
        font-family: 'Fira';
        text-align: center;
        /* margin-top: 20px; */
    }
    
    p {
        font-size: 15px;
        font-family: 'Fira';
        text-align: center;
        margin-top: 20px;
    }


    .footer {
        font-size: 10px;
        color: #000;
        font-weight: bold;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;                                
        margin-top: 40px;
        font-family: 'Fira', sans-serif;
    }
}
