*{
    margin: 0px;
    padding:0px;
}

h1{
    font-size:4.5rem;
    color:#f38e08;
}

p{
    font-weight: 500;
}

.rok-image{
    max-height: 500px!important;
}

@media only screen and (max-width:767px) {

    .rok-image{
        max-height: 200px!important;
    }

    h1{
        font-size:2.5rem;
        color:#f38e08;
    }
}