#sk-catalog-header{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100vw;
    height: 100%;
}
#sk-catalog-header h1{
    font-family: Rajdhani;
    color: white;
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
}
#sk-catalog-header h2.sk-catalog-subtitle{
    font-family: Rajdhani;
    color: white;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 12px;
}
#sk-catalog-header p{
    font-family: Roboto;
    color: white;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
#sk-catalog-header .sk-header-container{
    padding: 40px 0px 20px 0px;
    max-width: 1140px;
    width: 100%;
    display: flex;
    flex-direction: row;
}
#sk-catalog-header #sk-breadcrumb-container{
    width: 25%;
    margin-top: 15px;
}
#sk-catalog-header .sk-catalog-header-text{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#sk-catalog-header .sk-catalog-side-img{
    width: 30%;
    display: flex;
    justify-content: end;
    align-items: end;
    position:absolute;
    right: 0px;
    bottom: 0px;
}
#sk-catalog-header .sk-catalog-side-img img{
    max-width: 150px;
    fill: white;
    opacity: 0.5;
}
@media (max-width: 1024px) {
    #sk-catalog-header .sk-header-container{
        flex-direction: column;
        padding: 50px 15px 25px 15px;
    }
    #sk-catalog-header .sk-catalog-header-text{
        margin-top: 10px;
        width: 100%;
    }
    #sk-catalog-header .sk-catalog-side-img img{
        display: none;
    }
}