.content-1 {
    width: 100%;
    height: 40rem;
    background: url(../imgs/news_events/30.png) no-repeat;
  	background-size: 100% 100%;
}

.content-1-1{
    width: 20rem;
    height: 100%;
    margin-left: 12%;
    font-size: 4rem;
    font-family: "Arial Bold", sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-2 {
    width: 100%;
    background: url(../imgs/news_events/153@4x-8.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}


.content-2 .title {
    width: 70%;
    max-width: 80rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 4rem;
    font-family: "Arial Bold", sans-serif;
    color: #0047bb;
    margin: 5rem 0 1rem 0;
    text-align: left;
    border-bottom: 2px solid #7ea9e0;
}

.content-2 .title img {
    width: 35rem;
}


.content-2 .list {
    width: 70%;
    max-width: 80rem;
    /* height: 50rem; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 2rem;
    margin: 2rem 0 5rem 0;
}

.content-2 .list .item {
    width: 80%;
    height: 15rem;
    box-shadow: 0px 0px 5px 0px #cecece;
    transition: 0.5s;
    border-radius: 1.5rem;
    padding: 1rem;
    background-color: white;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 2rem;
}

.content-2 .list .item:hover {
    background: none;
    box-shadow: none;
}

.item-header {
    height: 100%;
    background-color: rgb(244, 244, 244);
    border-radius: 1.5rem;
}

.item-header img {
    height: 100%;
    aspect-ratio: 1/1;
}

.item-content {
    padding: 1rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.item-content div:nth-child(3){
    height: 2rem;
    line-height: 2rem;
    color: #0047bb;
    font-family: "Arial",sans-serif;
    font-size: 1rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.item-content div:nth-child(3) img{
    height: 60%;
}

.item-content-title {
    color: rgb(242, 166, 24);
    font-size: 2rem;
    width: 100%;
    height: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.item-content-text {
    padding: 1rem 0rem;
    line-height: 1;
    width: 100%;
    color: rgb(109, 109, 109);
    font-size: 1rem;
    flex: 1;
}

@media screen and (max-width: 1920px) {
    .item-content-text {
        padding: 1rem 0rem;
        line-height: 1;
        width: 100%;
        color: rgb(109, 109, 109);
        font-size: 1rem;
    }
}

@media screen and (max-width: 1280px) {
    .content-1-1{
        font-size: 3rem;
    }
}

@media screen and (max-width: 900px) {
    .content-2 .list .item{
        height: 10rem;
    }

    .item-content-title{
        font-size: 2rem;
    }

    .item-content-text{
        font-size: 0.8rem;
    }

    .item-content div:nth-child(3){
        height: 1.5rem;
        line-height: 1.5rem;
    }
}

.list_item_img {
    height: 150px;
    aspect-ratio: 1/1;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
}