.img-responsive img {
    position: relative;
    max-height: 360px;
    filter: brightness(80%);
}
.img-responsive div {
    position: absolute;
}
.img-responsive div p {
    margin: 0;
    padding: 10px;
    font-size: 56px;
    line-height: 67px;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 778px) {
    .img-responsive div p {
        font-size: 20px;
        line-height: 10px;
    }
    .img-responsive img {
        position: relative;
        max-width: 100%;
        max-height: 360px;
        filter: brightness(80%);
    }
}
.img-responsive div p:first-of-type {
    color: white;
}
.img-responsive div p:last-of-type {
    color: #FFC629;
}
/* start section */
section {
    text-align: right;
    margin: 48px;
    padding: 100px 100px 0 100px;
}
@media (max-width: 778px) {
    section {
        margin: 0 !important;
        padding: 30px 30px 0 30px;
    }
}
section div.category,
section div.search {
    background-color: #F6F6F6;
    border-radius: 24px;
}
section div:first-of-type div label,
section div:first-of-type div p {
    text-align: right;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
section div:first-of-type div input {
    outline: none;
    border: none;
    width: 100%;
    border-radius: 8px;
    text-align: right;
    padding: 5px;
}
section .list ul {
    text-align: right;
}
section .list li {
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
}
section .list li:not(:last-child) {
    border-bottom: 1px solid #DBE0E0;
}
/* end section */
.paragraph {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #32333E;
}
.announcement-img{
    max-width: none;
    width: 44vw !important;
    height: 44vh !important;
}
body{
    font-family: "GESSTwoMedium";
}
.search-container{
    margin-left: 7%;
    /* width: 81% !important; */
    box-sizing: border-box;
}
.news{
    margin-right: 5% !important;
}
@media (max-width: 768px) {
    .announcement-img {
        width: 70vw !important;
    }
}
.search-label,.category ul li{
    color: #cc9900 !important;
}
.allcontent{
    margin-left: 100px;
}
