﻿.home-slogan {
    background: url(../../../Design/img/TLHSlogan.png) no-repeat;
    background-size: 100% 100%;
    height: 162px;
}

.home-slogan-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.home-s {
    /* display: flex; */
    justify-content: space-between;
    width: 100%;
    align-items: center;
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

    .home-s .dasldj:last-child::before {
        display: none;
    }

    .home-s .dasldj:before {
        position: absolute;
        height: 100%;
        content: "";
        width: 1px;
        right: -11px;
        z-index: 12;
        background: #FBFEF9;
        opacity: 0.3;
    }

    .home-s .dasldj {
        position: relative;
    }

.dasldj .bkxcjk {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

.bkxcjk svg {
}

.bkxcjk .skcjk {
    font-family: 'QsandR';
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffffff00;
}

.dasldj .jvkxcmv {
    color: #FEFEFE;
    text-align: center;
    font-family: 'anyB';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 9px;
}

    .dasldj .jvkxcmv .kjads {
    }

@media (max-width:739px) {
    .home-s {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 21px;
    }

    .bkxcjk svg {
        width: 30px;
        height: 29px;
    }

    .bkxcjk .skcjk {
        font-size: 20px;
    }

    .dasldj .jvkxcmv .kjads {
        font-size: 13px;
    }
}
