section#aboutme {
    position: relative;
    overflow: hidden;
    background-image: url('../images/about-me-bg-1.jpg');
}

section#aboutme h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin: -15px 0 10px;
    letter-spacing: -2px;
    color: #fff;
}

section#aboutme p {
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 1;
    margin-bottom: 30px;
    color: #fff;
}

.about-me-infos span {
    text-transform: uppercase;
    display: block;
}

section#aboutme .main-picture {
    margin-bottom: 30px;
}

section#aboutme .main-picture img {
    position: static;
    max-width: 55%;
    margin: 0 auto 0 auto;

    -webkit-box-shadow: 0px 12px 90px -10px rgba(139, 139, 139, 0.5) !important;
    box-shadow: 0px 12px 90px -10px rgba(139, 139, 139, 0.5) !important;
    border: 10px solid #FFF;
    height: auto;
}

@media (min-width: 991px) {
    section#aboutme h1 {
        font-size: 60px;
    }
    section#aboutme p {
        font-size: 21px;
    }

    section#aboutme .main-picture img {
        position: absolute;
        max-width: 90%;
        top: -60px;
        z-index: 1;
    }

    section#aboutme .col-lg-4 {
        flex: 30%;
        max-width: 30%
    }
}

section.section-intro {
    padding-top: 140px;
}
@media (max-width: 991px) {
    section.section-intro {
        padding-top: 30px;
    }
}