﻿.bottom-line {
    border-bottom: 1px solid #626262;
    padding-bottom: 0px; 
    padding-left: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
}

.bottom-spacer {
    margin-bottom: 80px;
}

.national-title {
    font: normal normal bold 22px/26px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.national-date {
    font: normal normal bold 20px/26px Lato;
    letter-spacing: 0px;
    color: #919191;
}

.national-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    
}

.nat-arrow {
    width: 15px;
}

.nat-list {
    -webkit-mask-image: linear-gradient(to bottom, black 55%, transparent 86%);
    mask-image: linear-gradient(to bottom, black 55%, transparent 86%);
}
.nat-arrow-more-title {
    width: 35px;
}
.nat-arrow-more-link {
    position: relative;
    top: 567px;
    left: 34%;
    height: fit-content;
    z-index: 2;
}
.bottom-line:hover {
    text-decoration: none;
}
.nat-arrow-more-link:hover {
    cursor: pointer;
}
@media only screen and (max-width: 1200px) {
    .national-title {
        font-size: 18px;
    }

    .national-date {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    .nat-arrow-more-link {
        top: 865px;
        left: 27%;
    }
}
@media only screen and (max-width: 767px) {
    .nat-arrow-more-link {
        top: 720px;
        left: 36%;
    }
}
@media only screen and (max-width: 480px) {
    .nat-arrow-more-link {
        top: 780px;
    }
}
@media only screen and (max-width: 395px) {
    .nat-arrow-more-link {
        top: 950px;
    }
}
@media only screen and (max-width: 350px) {
    .nat-arrow-more-link {
        top: 1045px;
    }
}

