body {
    padding: 0;
    margin: 0;
    font-family: 'Arial', 'sans-serif';
}
div.technical-works img {
    width:100%;
}

div.technical-news-box {
    width: 100%;
    top: 140px;
    position: absolute;
    text-align: center;
}

div.technical-news {
    font-size: 16px;
    color: #444;
    padding: 25px 10px;
    width:70%;
    border-left:2px solid #2ba8ff;
    border-right:2px solid #2ba8ff;
    display: inline-block;
    height: auto;
    min-height: 40px;
    background: rgba(255,255,255, 0.9);
    border-radius: 2px;
    z-index: 9999;
    box-shadow: 0 4px 20px -2px rgba(235, 153, 3, 0.15);
}

span.news-text {
    color: #999;
    display: block;
    margin-bottom:10px;
    font-size: 16px;
}