

h1, h2, h3, h4, h5, h6{
    font-size: unset;
}

.download-sect{
    display: grid;
    height: 200px;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    background-color: #eee;
}