#profile {
    background: linear-gradient(-45deg, #BEC7D1, #BEC7D1, #ffffff, #ffffff);
}

#profile .wrap-content {
    display: flex;
    flex-flow: row-reverse nowrap;
}

#profile .wrap-content aside {
    flex: 1;
    align-self: center;
}

#profile .wrap-content aside img {
    width: auto;
    height: 100%;
}

#profile .wrap-content aside.text {
    padding: 3rem 0;
}

#profile .wrap-content aside h2,
#profile .wrap-content aside p,
#profile .wrap-content aside ul {
    color: #585858;
    padding: 0 2rem;
}

#profile .wrap-content aside p,
#profile .wrap-content aside ul {
    margin-top: 2rem;
}

#profile .wrap-content aside ul {
    padding: 0 2rem 0 3rem;
}

#profile .wrap-content aside ul li {
    list-style-type: square;
}

#profile .wrap-content aside .btn-d {
    max-width: 255px;
    margin: 4rem auto 0 auto;
}

@media all and (max-width: 1124px) {
    #profile {
        background: transparent;
    }
    #profile .wrap-content {
        flex-flow: column wrap;
    }
    #profile .wrap-content aside.figure {
        flex: inherit;
        width: 100%;
        text-align: center;
        background: linear-gradient(-45deg, #BEC7D1, #BEC7D1, #ffffff, #ffffff);
    }
    #profile .wrap-content aside.text {
        max-width: 930px;
        padding: 3rem 10rem;
        margin: 0 auto;
    }
}

@media all and (max-width: 768px) {
    #profile .wrap-content aside img {
        width: 100%;
        height: auto;
    }
    #profile .wrap-content aside.text {
        padding: 3rem 4rem;
    }
}

@media all and (max-width: 768px) {
    #profile .wrap-content aside.text {
        padding: 3rem 1.5rem;
    }
}