Hello,
hmm, here my overrides for the template override section.
.box.big-title > .header {
font-size: 80px !important;
font-weight: bold !important;
line-height: 0.85 !important;
margin: 0 0 10px !important;
text-transform: uppercase;
}
.gkClients li {
width: 20%;
text-align: center;
}
.gk-header1 h1 {
font-size: 80px;
font-weight: bold;
letter-spacing: -5px;
line-height: 0.85;
margin-bottom: 50px;
margin-left: 0;
margin-right: 0;
margin-top: -80px;
position: relative;
text-transform: uppercase;
z-index: 1;
}
.itemImageBlock img:hover {
transform: scale(1.0);
}
.gkColumnLeft, .gkColumnRight {
padding-bottom: 10px;
padding-left: 0;
padding-right: 0;
padding-top: 10px;
}
.gkScrollDown:after {
color: #e07e4e;
}
.gkScrollDown {
color: #e07e4e;
}
Directly into the template we dont make any changes.
Best
Michael