.aos-heading {
    font-size: 53px;
    color:#004483;
    text-transform: uppercase;
    margin-bottom: 50px!important;
}

.aos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.aos-grid::after {
  content: "";
  flex: auto;
}
.item-list {
    margin-bottom: 43px;
}
.item-list h3 {
    font-size: 28px;
    color: #004483;
    margin-bottom: 15px;
    padding-left: 0;
    padding-bottom: 6px;
    box-sizing: border-box;
    border-bottom: 1px solid #0083CA;
    text-decoration: none;
    text-transform: uppercase;
}

.item-list .aos-grid .aos-item {
    width: 280px;
    height: 163px;
    background-color: rgba(21,80,139,0.8);
    position: relative;
    text-align:center;
    display:flex;
    overflow:hidden;
    text-decoration:none;
    margin: 10px;
}

.item-list .aos-grid .aos-item:hover {
    background-color: rgba(39, 101, 162, 0.0);
}

.item-list .aos-grid .aos-item img {
    width: 100%;
    z-index: -1;
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    min-height: 163px;
}

.item-list .aos-grid .aos-item p {
    color: white;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    margin: auto auto 0;
    line-height: 1;
    padding-bottom: 6px;
    font-family: "National 2 Bold";
}

@media screen and (max-width: 999px) {
    .aos-grid {
        justify-content: flex-start;
    }
    .aos-heading {
        font-size: 36px;
    }
    .item-list .aos-grid .aos-item {
        width: 220px;
        height: 130px;
    }
    
    .item-list .aos-grid .aos-item img {
        min-height: 130px;
    }
}

@media screen and (max-width: 762px) {
    .aos-grid {
        flex-direction: column;
        align-items: center;
    }
    .aos-heading {
        font-size: 28px;
    }
    .item-list .aos-grid .aos-item {
        max-width: 698px;
        width: 100%;
        height: 163px;
        margin-left:0;
        margin-right: 0;
    }
    
    .item-list .aos-grid .aos-item img {
        min-height: 163px;
    }
}

@media screen and (max-width: 500px) {
    .item-list .aos-grid .aos-item {
        max-width: 90%;
    }
}
















