#logo_marquee .marquee {
    line-height: 0.8;
    position: relative;
    width: 100%;
}
#logo_marquee .marquee__text {
    overflow: hidden;
}
#logo_marquee .marquee__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#logo_marquee .marquee__sentence {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    overflow: inherit;
}
#logo_marquee .marquee__sentence .img-container {
    aspect-ratio: 120 / 85;
    width: 80px;
}
@media(min-width: 1200px) {
    #logo_marquee .marquee__sentence .img-container {
        width: 120px;
    }
}
#logo_marquee .marquee__sentence img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Social Links */
.social-link svg {
    height: 20px;
    width: auto;
}
.social-link svg * {
    fill: var(--color-blue);
    transition: fill 0.3s ease-in-out;
}
.social-link:hover svg * {
    fill: var(--color-orange);
}
/* END SOCIAL LINKS */
.b-sp-footer {
    padding-bottom: calc(6.25rem + ((1vw - 0.24375rem) * 13.2275)); /* 100px > 150px */
}
#wrapper-footer .btn-main {
    width: 100%;
}
.single-service .first-row {
    display: none!important;
}
.c-gap-4 {
    column-gap: 20px;
}
@media (min-width: 768px) {
    .b-sp-footer {
        padding-bottom: calc(9.375rem + ((1vw - 0.48rem) * 14.5349)); /* 150px > 300px */
    }
    #wrapper-footer .btn-main {
        width: auto;
    }
    .c-gap-4 {
        column-gap: 25px;
    }
}
@media (min-width: 1200px) {
    .c-gap-4 {
        column-gap: 30px;
    }
}
@media (min-width: 1800px) {
    .b-sp-footer {
        padding-bottom: 18.75rem; /* 300px */
    }
}