.ikkonmeating .bgPrimaryColor {
    width: 250px;
    margin-right: -16px;
}

.ikkonmeating .section-title {
    background: linear-gradient(90deg, #000 0%, #000 33%, #fff 33%, #fff 66%, #000 66%, #000 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 200%;
    animation: shine 5s linear infinite;
}

@keyframes shine {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


@media screen and (max-width:1199px) {
    .ikkonmeating .bgPrimaryColor {
        margin: 0;
        width: 280px;
    }
}

@media screen and (max-width:479px) {
    .ikkonmeating .section-title {
        font-size: 26px;
        padding: 30px 0 0 0 !important;
    }
}