/* ===

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 {
    position: relative;
}

.about .about-img {
    min-height: 20rem;
}

.about .section {
    background-color: transparent;
    color: inherit;
}

.about-img {
    position: relative;
    z-index: 1;
}

.about-img img {
    position: absolute;
    left: 0;
    top: 0;
}

.about-details {
    max-width: 42rem;
}

.about-details p {
    font-weight: 300;
}

@media (min-width: 768px) {
    .about .about-img {
        min-height: 40rem;
    }
}

@media (min-width: 992px) {
    .about .about-img {
        min-height: 50rem;
    }
}

@media (min-width: 1200px) {
    .about {
        min-height: 43.75rem;
    }

    .about .section {
        width: 100%;
    }

    .about .about-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        min-height: initial;
    }

    .about .section-bg {
        width: 50%;
    }

    .about-content {
        padding: 0 1rem;
    }
}

@media (max-width: 1199.98px) {
    .about-content {
        max-width: 42rem;
        margin-left: auto;
        margin-right: auto;
    }
}