h1 {
    font-weight: 900;
    font-family: "Rawline";
    font-size: 34px;
}

.text-column{
    margin-top: 20px;
    width: 50%;
}

li, ol, p {
    font-family: "Rawline";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}


@media screen and (max-width:1250px){
    .text-column{
    margin-top: 24px;
    margin-left: 24px;
    width: 50%;
}

@media (min-width: 769px) and (max-width: 880px){
    
    .text-column{
        margin-right: 30px;
    }

}

@media (max-width: 768px){
    .text-column{
    margin-top: 16px;
    margin-left: 10px;
    padding-right: 20px;
    width: 100%;
    }
}