.tb-announcement-temp > .inner {
    position: relative;
    max-width: 800px;
    margin: 25px auto;
    padding: 50px 25px;
    border-radius: 28px;
    background-color: #111;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.tb-announcement-temp > .inner > .info {
    position: relative;
    padding: 50px 25px 100px;
    border-radius: 30px;
    text-align: center;
    /* min-height: 300px; */
    background-color: rgb(217 217 217 / 80%);
    color: #000;
    box-shadow: 0 0 10px #4476b4, 0 0 20px #4476b4;
    border: 2px solid #4476b4;

}
.tb-announcement-temp > .inner > .info .content {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.tb-announcement-temp > .inner > .info .h {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    left: 0;
    right: 0;
    top: -30px;
    height: 60px;
}
.tb-announcement-temp > .inner > .info .h img {
    max-height: 100%;
}
.tb-announcement-temp > .inner > .info .h .title {
    padding: 10px 25px;
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
    background-color: #0095FF;
    border: 2px solid #173245;
    color: #fff;
    border-radius: 15px;
}
.tb-announcement-temp > .inner > .info .f {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    left: 0;
    right: 0;
    bottom: -60px;
    height: 120px;
}
.tb-announcement-temp > .inner > .info .f img {
    max-height: 100%;
}

.tb-announcement-temp > .inner.psa-announcement > .info {
    padding-bottom: 35%;
}
.tb-announcement-temp > .inner.psa-announcement > .info .f {
    height: 250px;
    left: -60px;
    right: -60px;
    bottom: -60px;
    align-items: flex-end;
}
.tb-announcement-temp > .inner.psa-announcement > .info .f img {
    max-width: 100%;
}

@media only screen and (max-width: 575px) {
    
    .tb-announcement-temp > .inner > .info .h .title {
        font-size: 18px;
    }

}