.author-portfolio-pro-alp-about-me-section {
    padding: 100px 0;
}

.author-portfolio-pro-alp-about-me-section .welcome-text {
    font-weight: 700;
    margin: 0;
}

.author-portfolio-pro-alp-about-me-section .author-name {
    font-size: 54px;
    margin: 0;
    font-weight: 900;
    margin-bottom: 15px;
}
.author-portfolio-pro-alp-about-me-section .author-descriptions p {
    margin-bottom: 15px;
    margin-top: 0;
}

.author-portfolio-pro-alp-about-me-section .author-descriptions p:last-child {
    margin: 0;
}

.author-portfolio-pro-alp-about-me-section .button-and-link-wrapper {
    display: flex;
    margin-top: 30px;
    flex-flow: wrap;
}

.author-portfolio-pro-alp-about-me-section .about-me-button {
    margin-right: 20px;
}

.author-portfolio-pro-alp-about-me-section .about-me-button a {
    display: block;
    padding: 12px 30px;
    background: #39b152;
    color: #fff;
    transition: .4s;
}

.author-portfolio-pro-alp-about-me-section .about-me-button a:hover {
    background: #000000;
}

.author-portfolio-pro-alp-about-me-section .social-icons {
    display: flex;
}

.author-portfolio-pro-alp-about-me-section .follow-me-icons {

    align-self: center;
}

.author-portfolio-pro-alp-about-me-section .social-icons a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 5px;
    border-radius: 50%;
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
    transition: .4s;
    display: block;
}

.author-portfolio-pro-alp-about-me-section .social-icons a:hover {
    background: #39b152;
    color: #ffffff;
}

.author-portfolio-pro-alp-about-me-section .about-me-image-container img {
    display: block;
}

@media (min-width: 1200px) {
    .about-me-section-row.image-position-right .about-me-image-column {
        padding-left: 50px;
    }
    .about-me-section-row.image-position-left .about-me-image-column {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .author-portfolio-pro-alp-about-me-section .about-me-button {
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .author-portfolio-pro-alp-about-me-section .author-name{
        font-size: 36px !important;
        line-height: 46px !important;
    }
}

@media (max-width: 767px) {
    .author-portfolio-pro-alp-about-me-section .about-me-image-container {
        margin-bottom: 30px;
    }
}