/* ===

Theme Name: Hey Victor
Author: Koval Web
Author URI: https://kovalweb.com/
Description: Website development by Koval Web
Tags: html5, css3, sass, js, gulp, bootstrap grid
Version: 1.0

=== */
.about-img {
    position: relative;
    max-width: 35.5rem;
    margin: 0 auto;
}

.about-content {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.about-content .section-header {
    line-height: var(--line-height);
}

@media (min-width: 1200px) {
    .about-content {
        padding-left: 1.5rem;
        margin-right: initial;
    }
}

@media (min-width: 1400px) {
    .about-content {
        padding-left: 0;
    }
}