.bottom-border-gray {
    border-bottom: 1px solid #ddd;
}

.bottom-border-gray h3 {
    margin: 0;
    padding: 1.5rem 1rem;
    font-size: 30px;
    font-weight: normal;
    color: #798F99;
}

.p-1 {
    padding: 1em;
    line-height: 1.75;
}

.ul-container {
    padding: 0 0 0 1.5em;
    text-align: justify;
}

.ol-container {
    padding: 0.5em 1em 0.5em 1.5em;
}
.container{
    color: #798F99;
}

.container h3{
    font-weight: normal;
}

.container h4{
    padding: 8px 10px 5px;
    color: white;
    font-weight: normal;
    background-color: #B2BFC4;
    border-radius: 5px;
}

.download-list{
    margin: 0 auto;
    max-width: 580px;
    padding: 1em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.download-list a{
    display: block;
    padding: 1em;
    max-width: 420px;
    color: #798F99;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
}

.download-list a:hover{
    color: #4C5D64;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.softwave{
    margin: 0 auto;
    max-width: 240px;
    text-align: center;
}

.softwave img{
    max-height: 120px;
}

.softwave figcaption{
    padding-top: 1em;
    line-height: 1.25;
    transition: font-size 0.3s ease-in-out;
}

@media only screen and (min-width: 0px) {
    .three-fields{
        grid-template-columns: 1fr 1fr;
    }
    .softwave figcaption{
        font-size: 14px;
    }
}

@media only screen and (min-width: 500px) {
    .three-fields{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (min-width: 800px) {
    .softwave figcaption{
        font-size: 16px;
    }
}