#top .avia-section {float: unset;border: 0;}
#page-content ul li { line-height: 1.5; }
#page-content > .cboxContainer > .first {float: unset;}
#page-content ul {
    list-style: disc;
    margin-left: 15px;
}
#page-content .cards {
    box-shadow: none;
    border: 1px solid #c4cbcf;
    border-radius: 1rem;
    background-color: #fff;
    transition: transform 0.1s ease-in, box-shadow 0.1s ease-in;
    overflow: hidden;
    padding: 2rem;
}
#page-content .cards:hover {
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.3);
    transform: scale(1.02, 1.02);
    cursor: pointer;
}
#page-content .cards h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
#page-content .cards p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: var(--grey-400);
    font-size: 1rem;
    line-height: 1.5rem;
}
