﻿.img-title {
    border-radius: 50%;
    display: block;
    width: 50vh;
    min-width: 200px;
}

.div-main {
    min-height: 100dvh;
    justify-items: center;
    align-content: center;
    text-align: center;
}

.div-center {
    justify-items: center;
    align-content: center;
}

.hero-h1 {
    font-size: 5rem;
}

.hero-h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.hero-p {
    max-width: 500px;
}

@media screen and (max-width: 992px) {
    .div-main {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .row {
        flex-direction: column-reverse;
    }

    .div-main {
        margin-top: 5rem;
    }
}

