.section-aboutme{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.aboutme-box{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
}

.aboutme-img >img{
    width: 100%;
}

.aboutme-text{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.aboutme-text >img{
    margin-bottom: 40px;
    width: 160px;
}

.aboutme-img{
    margin-top: -45px;
}

.aboutme-text >h2{
    color: var(--color-browndark);
    font-family: 'Inter';
    font-size: 48px;
    padding-bottom:50px;
    line-height: 1.2;
}

.aboutme-paraone{
    width: 90%;
}

.aboutme-paraone >p{
    font-family: 'Inter';
    font-weight: normal;
    text-align: justify;
    color: var(--color-grey);
    padding-bottom:30px;
    line-height: 1.2;
}

.aboutme-paratwo{
    width: 90%;
}

.aboutme-paratwo >p{
    font-family: 'Inter';
    font-weight: normal;
    text-align: justify;
    color: var(--color-grey);
    padding-bottom:40px;
    line-height: 1.2;
}

@media (min-width: 768px){
    .aboutme-text >img {
        margin-bottom: 40px;
        width: 200px;
    } 

    .aboutme-img {
        margin-top: -80px;
        margin-bottom: -50px;
        width: 80%;
    }
}


@media (min-width: 1024px){
    .section-aboutme{
        width: 100%;
        /* height: 660px; */
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        align-items: center;
    }
    
    .aboutme-text >img{
        margin-bottom: 30px;
        width: 200px;
    }

    .aboutme-text{
        width: 500px;
    }
    
    .aboutme-text >h2{
        color: var(--color-browndark);
        font-family: 'Inter';
        font-size: 48px;
        padding-bottom:50px;
        line-height: 1.2;
    }
    
    .aboutme-paraone >p{
        font-family: 'Inter';
        font-size: 17px;
        font-weight: normal;
        text-align: justify;
        color: var(--color-grey);
        padding-bottom:30px;
        line-height: 1.2;
    }

    .aboutme-img {
        width: 100%;
    }

    .aboutme-text {
        width: 80%;
        display: flex;
        align-items: flex-start;
    }
    
    .aboutme-paratwo >p{
        font-family: 'Inter';
        font-size: 17px;
        font-weight: normal;
        text-align: justify;
        color: var(--color-grey);
        padding-bottom:40px;
        line-height: 1.2;
    }

    .aboutme-box {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        width: 100%;
    }
}


@media (min-width: 1440px){
    .aboutme-paraone {
        width: 600px;
    } 

    .aboutme-paratwo {
        width: 600px;
    }
}

@media (min-width: 2000px){
    .section-aboutme {
        height: 1000px;
    }

    .aboutme-img {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .aboutme-img >img {
        width: 900px;
    }
}