.details{
    margin-top: 20px;
}
.details h3{
    color:#E1AD21;
    text-decoration: underline;
}

.descr{
    margin-top: 30px;
    margin-bottom: 30px;
    /* background-color: teal; */
    padding:20px;
}
.descr .notice-details{
    color:#E1AD21;
}
.descr ul li{
    list-style-type: none;
}
.descr img{
    height: auto;
    width: 100%;
}