@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Merriweather:wght@300;400;700&display=swap');
 
.section_2 {
    min-height: 110vh;
    background-color: rgba(102, 48, 35, 1);
    margin-top: 10%;
}

.sobre_mim{
    text-align: center;
}

.h1_mim h1{
    font-size: 5rem;
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
    padding-top: 10rem;
    margin-bottom: 1rem;
}

.h1_mim {
    width: 40%;
    margin-left: 30%;
}

.h1_mim hr {
    width: 60%;
    margin-left: 20%;
}

.grid_mim{
    margin-top: 5rem;
    margin-left: 5rem;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: var(--gap);
}

.p_mim p{
    font-size: 2rem;
    line-height: 2.5rem;
    width: 100%;
    text-align:justify;
    padding: 5rem;
    margin-bottom: 5rem;
}

.img_mim img{
    height: 50rem;
    padding: 0 3rem;
}