#about {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    color: #000;
    min-height: 80vh;
}

#aboutContainer {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: 4px solid #A61412;
    padding: 0px;
    border-radius: 30px;
    background-color: #FFF8E8;
    margin: 50px 0px 50px 0px;
    min-height: 500px;
}

#aboutContent {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#aboutInside {
    width: 80%;
    text-align: center;
}

#aboutTitle {
    font-size: 40px;
    margin: 0;
    font-family: MontserratBold;
    margin-top: 1%;
}

#aboutDesc {
    font-size: 15px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

#aboutDesc ul li {
    padding: 2px;
}

#contactBliMedlem {
    border: none;
    border-radius: 30px;
    background-color: #A61412;
    color: #FFF8E8;
    padding: 10px 15px 10px 15px;
    font-family: MontserratBold;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 2%;
}

@media(max-width: 600px) {
    #aboutContainer {
        width: 85%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #aboutContent {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    #aboutInside {
        width: 90%;
        text-align: center;
    }
    
    #aboutTitle {
        font-size: 30px;
        margin: 0;
    }
    
    #aboutDesc {
        font-size: 14px;
    }
    
    #contactBliMedlem {
        border: none;
        border-radius: 30px;
        background-color: #A61412;
        color: #FFF8E8;
        padding: 10px 15px 10px 15px;
        font-family: MontserratBold;
        font-size: 16px;
        cursor: pointer;
    }
    
    #aboutImage {
        width: 100%;
    }
    
    #image {
        width: 100%;
    }
}