/* HERO */

.dir-hero{
background:linear-gradient(rgba(8,23,61,0.85), rgba(8,23,61,0.85)),
url("images/tech-bg.jpg");
background-size:cover;
background-position:center;
padding:90px 20px;
text-align:center;
color:white;
}

.dir-hero h1{
font-size:42px;
font-weight:700;
}

/* CONTENT */

.dir-container{
max-width:1000px;
margin:60px auto;
text-align:center;
padding:0 20px;
}

.dir-text{
font-size:16px;
line-height:1.7;
color:#555;
margin-bottom:30px;
}

.dir-subtitle{
color:#2a6edc;
margin-bottom:25px;
}

.dir-expertise img{
width:180px;
margin-bottom:30px;
}

/* BUTTON */

.dir-btn{
display:inline-block;
padding:12px 26px;
background:#2a6edc;
color:white;
text-decoration:none;
border-radius:6px;
font-weight:500;
transition:0.3s;
}

.dir-btn:hover{
background:#1f54b8;
}