.online-s{
width: 100%;
}

.online-casino {
    height: 40vh;
    width: 90%;
    display: flex;
    place-items: center; /* центрирует текст по горизонтали и вертикали */
    border-radius: 30px;
    text-align: center; /* на всякий случай для span/h1 */
    flex-direction: column;
    justify-content: center;
}

.oc{ 
    font-size: 50px;
    font-weight: 900;
    margin: 0;
}

.pcr{
    font-size: 14px;
    margin: 0;
}

.h1 {
 width: 90%;
 margin:  50px;
 }


.h1 img {
    display: flex;
    align-items: left; /* если текст в несколько строк */
    gap: 12px;
    margin-bottom: 16px;

}

.collum-h1 {
    flex-direction: row;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 5px;
}


.collum-h1  h1 {
 font-size: 20px;
 font-weight: 300;

}   

.collum-h1 img {
    display: flex-start;
    height: 6vh;
    width: 6vh;

}

.main-h1{
    font-size: 40px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: left;
}
.seccond-h1 {
font-size: 25px;
font-weight: 300;
margin-bottom: 50px;
}

.seccond-h1s{
 font-weight: 700;

}

@media (max-width: 760px) {
    .oc{ 
    font-size: 30px;
}

}