@font-face {
    font-family: 'ubuntuB';
    src: url('Ubuntu-Bold.ttf');
}

@font-face {
    font-family: 'ubuntuR';
    src: url('Ubuntu-Regular.ttf');
}

#section-message {
    background: url("../images/message-bg.png") no-repeat center center/cover;
    padding: 3em 6em 6em;
}

.message-title {
    font: 46px ubuntuB;
    color: #000000;
    margin-bottom: 40px;
}

.message-para {
    font: 17px/170% ubuntuR, sans-serif;
    text-align: justify;
    color: #000000;
    margin-bottom: 70px;
}

.chair-name {
    font: 20px ubuntuB;
    color: #000000;
}

.chair-designation {
    font: 18px ubuntuR;
    color: #000000;
}

.message-image {
    text-align: right;
}

#section-violence {
    background: url("../images/violence.png") no-repeat center center/cover;
    padding: 2em;
}

.violence-title {
    font: 46px ubuntuB;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.violence-para {
    font: 20px ubuntuR;
    color: #fff;
    text-align: center;
}

.violence-stat {
    display: block;
    background-color: #51397F;
    padding: 15px;
    font: 22px ubuntuB;
    color: #fff;
    margin: 0 auto;
    width: 190px;
    text-align: center;
    border-radius: 10px;
}

.violence-or {
    font: 25px ubuntuB;
    color: #fff;
    text-align: center;
    margin: 10px 0;
}

.violence-icon {
    text-align: center;
    margin: 10px 0;
}

.violence-main-title a {
    font: 25px ubuntuB;
    color: #fff;
}

.violence-icon-main {
    text-align: center;
    margin-bottom: 20px;
}

.violence-main-title {
    text-align: center;
    margin-bottom: 20px;
}

#section-victory {
    background: url("../images/victory-bg.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 2em;
}

.victory-title {
    font: 46px ubuntuB;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.victory-iems {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.victory-icon {
    margin-right: 40px;
    min-width: 65px;
    width: 65px;
    max-width: 70px;
    object-fit: contain;
    text-align: left;
}

.victory-text {
    font: 26px ubuntuR;
    color: #fff;
    min-width: 420px;
    margin-right: 40px;
}

.victory-stat {
    font: 30px ubuntuR;
    color: #fff;
}

.victory-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3em 0;
}