.a{
    text-decoration: none;
}
.second-blok {
    margin-top: 30px;
}
.reports__heading{
    font-size: 1.8em;
    color: #1f1f1f;
    margin-bottom: 15px
}
.info-row {
    padding: 0px;
    text-decoration: none;
    margin: 15px 1px;
    color: black;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 1px solid black;
    border-radius: 5px;
    margin-bottom: 10px;
}
.info-row:hover {
    background: rgba(186, 209, 218, 0.59);
}
.info-row-href {
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
}
h1{
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
    color: rgba(23, 24, 24, 0.94);
    font-size: 60px;
}
.button{
    margin-right: 10px;
    border: none;
    color: #23a6f0;
    padding: 7px 20px;
    border-radius: 7px;
    font-size: 17px;
}
.cover__image{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.cover__image img{
    width: 100%;
    object-fit: cover;
    height: 400px;
}
.cover__image h1{
    width: 100%;
    position: absolute;
    bottom: 50px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    text-shadow: 2px 2px 6px rgb(156 161 177);
    font-weight: bold;
}
.trasnparent-section{
    width: 100%;
    height:400px ;
    overflow: hidden;
    position: absolute;
        background-color: rgb(100 116 132 / 50%);
}
