.hawkma-card{
    background:#f9fafb;
    border:1px solid #e5e7eb;
    padding:20px;
    border-radius:10px;
    text-align:center;
    font-weight:600;
    transition:.3s;
    min-height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.hawkma-card:hover{
    background:#196d97;
    color:#fff;
    transform:translateY(-5px);
}
.hawkma-downloads ul{
    list-style:none;
    padding:0;
}
.hawkma-downloads li{
    margin:10px 0;
}
.hawkma-downloads a{
    text-decoration:none;
    font-weight:600;
}

.gallery-item{
    margin-bottom:20px;
}
.gallery-item .img{
    display:block;
    width:100%;
    height:220px;
    background-size:cover;
    background-position:center;
    border-radius:8px;
    transition:.3s;
}
.gallery-item .img:hover{
    transform:scale(1.03);
}

.notfound-wrap{
    padding:60px 20px;
}
.notfound-code{
    font-size:140px;
    font-weight:900;
    color:#196d97;
    margin-bottom:10px;
}
.notfound-title{
    font-size:26px;
    margin-bottom:15px;
}
.notfound-text{
    color:#555;
    margin-bottom:30px;
}
.notfound-search{
    max-width:400px;
    margin:0 auto 20px;
}
.notfound-actions .btn-home{
    display:inline-block;
    padding:12px 25px;
    background:#196d97;
    color:#fff;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}
.notfound-actions .btn-home:hover{
    background:#0b3e82;
}


.about-txt p {
    line-height: 1.9;
}
