.content {
    background-color: #fff;
    padding: 40px;
}
.statute__title > h1{
    color: #2f546c;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    
}
.statute__btn{
    margin-top: 200px;
}

.statute__btn > button{
    background-color: #28a745;
    color: #fff; 
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 10px;
}
.statute__btn > button > a{
    text-decoration: none;
    color: #fff; 

}
.statute__btn > button > a:hover{
    text-decoration: underline;
}
.statute__box > h3{
    color: rgb(12, 141, 170);
    font-weight: bold;
    font-size: 16px;
}
.statute__box > p{

}