@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');


.sk-product-header-widget{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sk-left-content, .sk-right-content{
    display: flex;
    flex-direction: column;
    width: 48%;
}

.sk-right-content{
    margin-top: 20px;
}

.sk-left-content h2{
    font-family: "Orbitron", Sans-serif;
    font-weight: bold;
    margin-bottom: 22px;
}

.sk-right-content{
    font-family: Roboto;
}

.sk-right-content h1, .sk-right-content h2, .sk-right-content h3, .sk-right-content h4{
    font-family: Rajdhani;
    font-weight: bold;
    margin-bottom: 15px;
}

.sk-right-content ul{
    padding-left: 10px;
}

@media (max-width: 768px) {
    .sk-left-content, .sk-right-content{
        width: 100%;
    }
    .sk-left-content h2{
        font-size: 40px;
    }
}