.ribeye-regular {
    font-family: "Ribeye", serif;
    font-weight: 400;
    font-style: normal;
}
.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/*infographic*/
body {
    margin: 0;
    font-family: ribeye;
    background-color: #c6b3a0;
}
h2{
    text-align: center;
    padding-top: 40px;
    
}
.grid {
    column-count: 2;
    column-gap: 1em;
    padding-top: 200px;
}
.grid-item {
    break-inside: avoid;
    margin-bottom: 1em;
    background: #c6b3a0;
    border-radius: 8px;
    overflow: hidden;
}
.grid-item img {
    width: 900px;
    display: block;
    padding-left: 20px;
}
.indent {
    text-indent: 25px;
    padding-left: 70px;
    padding-right: 70px;
}