#about-section {
    margin: 3% auto 2%;
}

#awards-desc {
    background-color: #F2F2F2;
    padding: 25px;
}

#awards-desc h6 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 0;
    color: #000000;
}

.know_more {
    background-color: #003058;
    color: #ffff;
    text-transform: uppercase;
    font-size: 20px;
    float: right;
    padding: 8px 30px;
    border: none;
    margin: 2% auto;
}

#ownwords {
    margin-top: 5%;
    margin-bottom: 3%;
}

.ownwords_heading {
    font-family: sans-serif;
    margin: 100px auto 100px;
    color: #004F6D;
    text-align: center;
    font-size: 30px;
    position: relative;
}

.ownwords_heading:before {
    content: "";
    display: block;
    width: 400px;
    height: 2px;
    background: #C6C6C6;
    left: 0;
    top: 50%;
    position: absolute;
}

.ownwords_heading:after {
    content: "";
    display: block;
    width: 400px;
    height: 2px;
    background: #C6C6C6;
    right: 0;
    top: 50%;
    position: absolute;
}

.teal_box {
    position: relative;
}

.information {
    position: absolute;
    top: -15%;
    text-align: center;
    color: #ffff;
    padding: 20px 30px 0 15px;
}

.spkr_img {
    text-align: center;
}

.spkr_img img {
    width: 70%;
}

.spkr_words {
    padding: 5px 10px;
}

.spkr_details {
    margin: 3% auto 5%;
}

.spkr_details h4 {
    margin-bottom: 0;
    color: #fff;
}

.know_btn {
    float: none;
}

#criteria {
    margin: 3% auto 2%;
}

.section_heading {
    color: #004F6D;
}

@media screen and (max-width:786px) {
    .know_more {
        float: none;
    }
    .ownwords_heading:after {
        display: none;
    }
    .ownwords_heading:before {
        display: none;
    }
    .ownwords_heading {
        margin: 50px auto 100px;
    }
    .teal_box {
        position: relative;
        margin-bottom: 26%;
    }
}