.dez-topbar-left .social-line li {
    display: flex;
    gap: 10px;
    align-items: baseline;
}
.site-header ul {
    display: flex;
    gap: 20px;
    align-items: baseline;
}


/* Odd: Image | Content */
.service-content:nth-of-type(1) .content-col,
.service-content:nth-of-type(odd) .content-col {
    margin-left: -10%;
}

/* Even: Content | Image */
.service-content:nth-of-type(even) .row {
    flex-direction: row-reverse;
}

.service-content:nth-of-type(even) .content-col {
    margin-right: -10%;
}
