.code-conduct {
    margin-top: 30pt;
    margin-left: 20%;
    margin-right: 20%;
    font-family: Arial, sans-serif;
}
.title {
    font-size: 30pt;
    text-align: center;
}
.row-tile {
    margin-bottom: 10px;
}
.img-tile {
    border: 5px solid black;
    width: 100%;
}
.pgi {
    border-left: 3px solid black;
    border-top: 0;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
}
.registered {
	vertical-align: super;
    font-size: 14px;	
}

@media (max-width: 1258px) {
    .title {
        font-size: 25pt;
    }
}

@media (max-width: 1057) {
    .title {
        font-size: 20pt;
    }
}

@media (max-width: 766) {
    .title {
        text-align: center;
    }
}

@media (max-width: 857) {
    .title {
        font-size: 17pt;
    }
}

@media (max-width: 707) {
    .title {
        font-size: 15pt;
    }
}

@media (max-width: 340) {
    .title {
        font-size: 14pt;
    }
}