@charset "UTF-8";
/* CSS Document */

.cation-txt{
    border: 3px solid #ff0000;
    padding: 20px;
}
.cation-txt h3{
    margin: 0 ;
    margin-bottom: 10px;
    color: #ff0000;
    text-align: center;
    font-size: 2rem;
    word-wrap: break-all;
}
.cation-txt p{
    line-height: 1.6;
}

.bd-event-title{
    background: #1864af;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
}
.bd-event{
    padding: 20px;
    border: 2px solid #1864af;
}

.btn-hover img{
    opacity: 1;
}
.btn-hover img:hover{
    opacity: 0.7;
}