#principalContainer{
    background-image: url('/files/positionsBkg.jpg');
    background-size: cover;
    background-position:center;
}
.centeredText{
    position: relative;
    width: 950px;
    margin: 0px auto;
    color: white;
    line-height: 24px;
    text-align: justify;
}
.textTitle{
    font-size: 18px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight:400;
}
#rulesBkg{
    position: relative;
    width: 100%;
    left: 0px;
    height: auto;
    overflow: hidden;
}
#rulesWhiteLine{
    position:relative;
    width: 100%;
    height: 2px;
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}
#rulesFinalText{
    text-align: center;
    font-size: 30px;
    width: 750px;
    margin: 45px auto;
    line-height: 40px;
}

.rulesBlueBkg{
    position:relative;
    width:100%;
    height:auto;
    overflow:hidden;
    padding-top:10px;
    color:#001c45;
    background-color:rgba(0, 28, 69, 0.2);
}

#rulesBkg .centeredContent {
    display: flex;
    align-items: center;
}

.rulesWhiteBkg{
    position:relative;
    width:100%;
    height:auto;
    overflow:hidden;
    padding-top:10px;
    background-color:#ededed;
    color:#001c45;
}

.rulesIcon{
    position: relative;
    float: left;
    width: 220px;
    height: auto;
}

.rulesText{
    position: relative;
    float: left;
    width: 700px;
    margin-left: 60px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-bottom:40px;
}
.ruleIcon{
    width: 230px;
    margin-top: 0px;
    margin-left: 30px;
}
@media screen and (max-width:768px){
    #informationContainer{
        width:100%;
        margin-top:25px;
    }
    .subText{
        width: 90%;
        margin-left: 5%;
        text-align: center;
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 18px;
        margin-top:15px;
    }

    .rulesIcon{
        float:none;
        width:25%;
    }
    .rulesText{
    width: 65%;
    margin-left: 5%;
    margin-bottom: 30px;
    }
    .textTitle{
        text-align:center;
        margin-top:20px;
    }
    .ruleIcon{
        width: 100%;
        margin: 0 auto !important;
        display: block;
    }
}