.header-dtn {
    margin-bottom: 40px;
}
.header-dtn .img-cont,
.header-dtn .content {
    width: 100%;
}
.nav-widgets-imagebox {
    width: 55%;
}
.header-dtn .img-cont {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}
.header-dtn .img-cont::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid white;
    pointer-events: none;
}
.header-dtn .img-cont img {
    display: block;
}
.header-dtn .content .title {
    font-family:'Lucida Fax W01 Regular';
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
}
.header-dtn .content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.top-nav-cont .header-dtn .content a {
    color: #e0bd6e;
    font-size: 15px;
}
.header-dtn .content a > i {
    margin-left: 5px;
}
