.news {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.section-heading {
    font-size: 50px;
    font-style: italic;
    margin-top: 80px;
    margin-bottom: 20px;
}

.titles-section {
    margin-top: 70px;
    display: inline-block;
    margin-bottom: 50px;
}

.news-text {
    margin-left: 15px;
}

.headline {
    font-family: gilroyextrabold;
    color: #212529 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 25px;
    text-align: left;
}

.date {
    color: rgb(88, 83, 83);
    font-family: gilroylight;
    text-align: left;
    font-size: 15px;
}

.brief {
    font-family: gilroymedium;
    font-size: 17px;
}

.news-image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    border-radius: 20px;
}

.titles-home {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    transition: 0.5s !important;
}

.titles-home:hover {
    transition: 0.5s;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.titles-home .btn {
    font-size: 15px;
    margin-top: 20px;
    padding: 10px;
    width: 50%;
    cursor: pointer;
}

.titles-home .btn:hover {
    color: white !important;
}

.sec1 {
    float: left;
    width: 45%;
    margin-bottom: 30px;
    margin-left: 40px;
}

.sec2 {
    float: right;
    width: 45%;
    margin-bottom: 30px;
    margin-right: 40px
}

.btn {
    display: block;
    margin: auto;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 16px 32px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.4px;
    color: #212529;
    transition: 0.2s;
}

.btn:hover {
    background-color: #343a40 !important;
    color: white;
    transition: 0.2s;
}

@media only screen and (max-width: 1000px) {
    .titles-home {
        width: 100%;
        font-size: 30px;
    }

    .sec1 {
        float: none;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .sec2 {
        float: none;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .news {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media only screen and (max-width: 800px) {
    .titles-home {
        font-size: 25px;
    }
}

@media only screen and (max-width: 500px) {
    .titles-home {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 5px;
        padding-right: 5px;
    }

    /* .sec1 {
        margin-left: 20px;
    }

    .sec2 {
        margin-right: 20px;
    } */

    .headline {
        font-size: 20px
    }

    .date {
        font-size: 14px;
    }

    .brief {
        font-size: 15px;
    }

    .titles-home .btn {
        font-size: 10px;
    }

    .sec1 {
        float: none;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .sec2 {
        float: none;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}


