#title {
    font-size: 40px;
    letter-spacing: 2px;
    left: 10%;
    width: 80%;
    position: relative;
    text-transform: uppercase;
    color: #171B37 !important;
}

#route {
    font-size: 14px;
    letter-spacing: 1px;
    left: 10%;
    position: relative;
    margin-top: 60px;
    width: 90%;
    color: #171B37 !important;
}

#header {
    color: #171b37 !important;
}

.arrow {
    filter: none;
}

.arrow2 {
    filter: none;
}

body {
    background-color: #fefbf3;
}

#content {
    padding-top: 200px;
    padding-bottom: 20px;
    background-color: #fefbf3;
    left: 1%;
    width: 99%;
    position: relative;
    overflow: auto;
}

#mainNew {
    position: relative;
    width: 70%;
    left: 10%;
    background-size: cover;
    height: 350px;
    background-position: center;
    margin-top: 56px;
    cursor: pointer;
    border-radius: 5px;
}

#mainNewTitle {
    color: white;
    font-size: 32px;
    font-weight: 700;
    margin-left: 15px;
    width: 66%;
    bottom: 102px;
    position: absolute;
}

#mainNewTags {
    background-color: #e24531;
    width: max-content;
    padding: 5px;
    border-radius: 5px;
    margin-top: 30px;
    margin-left: 15px;
    color: white;
    display: none;
}

.new {
    position: relative;
    background-color: white;
    width: 42%;
    margin-top: 30px;
    border-radius: 5px;
    border: 0.1px solid #d6d6d6;
    float: left;
    margin-right: 30px;
    cursor: pointer;
}

.newImg {
    position: relative;
    min-height: 132px;
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.newTitle {
    font-size: 18px;
    margin-top: 7px;
    width: 90%;
    margin-bottom: 7px;
    left: 11px;
    position: relative;
    line-height: 24px;
    height: 51px;
    overflow: hidden;
    color: #171B37 !important;
}

.new:hover .newTitle {
    color: #e24531 !important;
}

.newTags {
    position: relative;
    display: flex;
    left: 0;
    top: 86px;
    width: 97%;
    justify-content: flex-end;
    align-items: flex-end;
}

.newTag {
    position: relative;
    background-color: #e24531;
    width: max-content;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 7px;
    margin-right: 9px;
    color: white;
    align-self: flex-end;
    /* display: none; */
}

.new:hover .newTitle {
    color: #e24531;
}

.tag:hover {
    background-color: white;
    color: #e24531;
    cursor: pointer;
}

.tag2:hover {
    background-color: white;
    color: #e24531;
    cursor: pointer;
}

.newDate {
    position: relative;
    left: 11px;
    margin-top: 5px;
    padding-bottom: 15px;
    font-size: 12px;
    color: rgb(100, 100, 100);
}

.newDescription {
    font-size: 14px;
    padding-left: 15px;
    width: 91%;
    line-height: 18px;
    height: 57px;
    overflow: hidden;
    margin-bottom: 14px;
}

#newsContainer {
    position: relative;
    left: 10%;
    width: 50%;
    min-height: 700px;
    height: auto;
    OVERFLOW: hidden;
    padding-bottom: 125px;
    float: left;
    z-index: 1;
}

#tagsContainer {
    position: relative;
    right: 24%;
    margin-top: 35px;
    width: 13%;
    float: right;
}

.tag {
    background-color: #e24531;
    width: max-content;
    padding: 8px;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 7px;
    margin-right: 9px;
    float: left;
    color: white;
    border: 1px solid #e24531;
}

.tag2 {
    position: relative;
    background-color: #e24531;
    left: 17px;
    width: max-content;
    padding: 8px;
    font-size: 15px;
    border-radius: 5px;
    margin-right: 9px;
    float: left;
    color: white;
    border: 1px solid #e24531;
}

.mainNewTags {
    position: absolute;
    bottom: 50px;
}

#tagsTitle {
    position: relative;
    font-size: 26px;
}

#line {
    position: relative;
    width: 115%;
    border: 1px solid black;
    margin-top: 5px;
    margin-bottom: 10px;
}

@media screen and (max-width:768px) {
    #title {
        font-size: 40px;
        letter-spacing: 4px;
        left: 9%;
        width: 80%;
        position: relative;
        text-transform: uppercase;
    }
    #route {
        font-size: 14px;
        letter-spacing: 1px;
        left: 10%;
        position: relative;
        margin-top: 24px;
        width: 90%;
        color: rgb(100, 100, 100) !important;
    }
    #header {
        color: #171b37
    }
    .arrow {
        filter: none;
    }
    #content {
        padding-top: 45px;
        padding-bottom: 100px;
        background-color: #fefbf3;
        overflow: auto;
        width: 100%;
        left: 0;
    }
    #mainNew {
        position: relative;
        width: 101%;
        left: 0%;
        background-size: cover;
        height: 350px;
        background-position: center;
        margin-top: 56px;
        cursor: pointer;
    }
    #mainNewTitle {
        color: white;
        padding-top: 50%;
        font-size: 25px;
        font-weight: 700;
        width: 90%;
        left: 4%;
        max-height: 290px !important;
        padding-bottom: 3px;
        height: auto;
        overflow: hidden;
        position: absolute;
    }
    #mainNewTags {
        background-color: #e24531;
        width: max-content;
        padding: 5px;
        border-radius: 5px;
        margin-top: 30px;
        margin-left: 15px;
        color: white;
        left: 5%;
        position: relative;
    }
    .new {
        position: relative;
        background-color: white;
        width: 99%;
        margin-top: 39px;
        border-radius: 5px;
        border: 0.1px solid #d6d6d6;
        float: none;
        margin-right: 50px;
        cursor: pointer;
        overflow: hidden;
    }
    .newImg {
        position: relative;
        min-height: 132px;
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
        /* background-size: 100% 100%; */
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .newTitle {
        font-size: 18px;
        margin-top: 7px;
        width: 90%;
        margin-bottom: 10px;
        left: 11px;
        position: relative;
        line-height: 24px;
    }
    .new:hover .newTitle {
        color: #e24531;
    }
    .tag:hover {
        background-color: white;
        color: #e24531;
        cursor: pointer;
    }
    .newDate {
        position: relative;
        left: 11px;
        margin-top: 0px;
        padding-bottom: 15px;
        font-size: 12px;
        color: rgb(100, 100, 100);
    }
    #newsContainer {
        position: relative;
        left: 5%;
        width: 90%;
        min-height: 700px;
        height: auto;
        overflow: hidden;
        padding-bottom: 70px;
    }
    #tagsContainer {
        position: relative;
        width: 72%;
        left: -20%;
        right: 0%;
        /* float: none; */
        margin-top: 0px;
    }
    .tag {
        background-color: #e24531;
        width: max-content;
        padding: 5px;
        font-size: 15px;
        border-radius: 5px;
        margin-top: 7px;
        margin-right: 9px;
        float: left;
        color: white;
    }
    #tagsTitle {
        position: relative;
        font-size: 26px;
    }
    #line {
        position: relative;
        width: 100%;
        border: 0.5px solid black;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    #header {
        background-color: #fefbf3;
    }
    .btn12.open .icon:before {
        -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
        transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
        background-color: white;
    }
    .btn12.open .icon:after {
        -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
        transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
        background-color: white;
    }
    .tag2 {
        margin-top: -30px;
        left: 30px;
    }
}