/* ===

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;
    height: 280px;
}

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

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

@media (min-width: 1280px) {
    .about.bg-accent2 {
        background-color: var(--accent);
    }

    .about-details {
        max-width: 480px;
    }
}