
.container{ 
    padding: 20px 20px 90px 20px;
    background-color: #F4F6F7;
}

.select-box{
    display: flex;
    margin: 0 10px 25px 10px; 
}

.select-frame{
    border: none;
    width: 80%;
    height: 40px;
    background-color: #FFFFFF;
}

.select-button{
    background-color: #005C9F;
    font-size: 16px;
    font-family: Regular;
    color: #FFFFFF;
    border: none;
}

.content{
    overflow: hidden;
    height: auto;
    padding: 10px 15px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}
.content p{
    overflow-wrap: break-word;
}

.content img{
    width: 100%;
    height: auto;
}

.text{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Regular;
    color: #3D3D3D;
    margin-bottom: 20px;
}

.text a{
    text-decoration: none;
    color: #3D3D3D;
}

.bottom-box{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.organization{
    font-size: 12px;
    font-family: Regular;
    color: #6A6A6A;
}

.data{
    font-size: 12px;
    font-family: Regular;
    color: #6A6A6A;
}