﻿.about-img {
    background-size: cover;
    border-radius: 0px;
    padding: 6% 6%;
}
body {
    font-family: 'Roboto',sans-serif !important;
}
p {
    font-family: 'Roboto',sans-serif;
}
h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 36px;
    text-transform: capitalize;
    color: #fff;
    font-weight:400;
}

.site-article {
    color: #707070;
    font-size: 18px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    white-space: pre-line;
    margin-bottom: 2rem;
    font-family: 'Roboto',sans-serif;
}

.img-border1 {
    background-image: url(../img/misyon.png);
    border: none;
    background-repeat:no-repeat; 
    min-height: 680px;
    background-size: 100%;
    padding: 20px;
}
.img-border2 {
    background-image: url(..//img/vizyon.png);
    min-height: 680px;
    background-repeat: no-repeat;
    border: none;
    background-size: 100%;
    padding: 20px;
}

@media only screen and (max-width:767px) {
    .img-border1 {
        background-image: url(../img/misyon.png);
        border: none;
        background-repeat: no-repeat;
        min-height: 600px;
        background-size: 100%;
        padding: 0px;
        font-size: 13px;
        font-family: 'Roboto',sans-serif;
    }
    .img-border2 {
        background-image: url(..//img/vizyon.png);
        min-height: 600px;
        border: none;
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 0px !important;
        font-size:13px;
    }

}





    .bottom-edge-gry {
        border-bottom: 3px solid #707070;
        width: 35%;
        position: absolute;
        top: 8%;
    }

    .bottom-edge-rd {
        border-top: 3px solid #BE0000;
        border-radius: 2px;
        width: 42%;
        position: absolute;
        top: 13%;
    }

    .img-p {
        color: #fff;
    
    }

    .img-border1 h5 {
        color: #fff;
        font-weight: bold;
        font-size: 25px;
        line-height: 2;
    }

    .img-border2 h5 {
        color: #fff;
        font-weight: bold;
        font-size: 25px;
        line-height: 2;
    }

    .img-border1 .bottom-edge-gry {
        border-bottom: 2px solid #707070;
        width: 88%;
        top: 8.5% !important;
    }

    .img-border1 .bottom-edge-rd {
        border-top: 2px solid #BE0000;
        width: 17%;
    }

    .img-border2 .bottom-edge-gry {
        border-bottom: 2px solid #707070;
        width: 88%;
        top: 8.5% !important;
    }

    .img-border2 .bottom-edge-rd {
        border-top: 2px solid #BE0000;
        width: 17%;
    }

    .title-box {
        position: relative;
        color: #707070 !important;
        font-size: 25px !important;
        line-height: 2 !important;
        margin-left: 0%;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        width: 100%s;
        color: rgba(112,112,112,1);
    }

        .title-box:after {
            background: linear-gradient(to right, #C62829 50%, #A5ADB3 50%);
            position: absolute;
            content: '';
            height: 2.5px;
            right: 0;
            left: 0;
            bottom: 0;
        }

    #vision .title-box {
        position: relative;
        color: #707070 !important;
        font-size: 25px !important;
        line-height: 2 !important;
        margin-left: 0%;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        width: 102%;
        margin-bottom: 4%;
        color: rgba(112,112,112,1);
    }

    .title-box:after {
        background: linear-gradient(to right, #C62829 20%, #A5ADB3 0%);
        position: absolute;
        content: '';
        height: 2.5px;
        right: 0;
        left: 0;
        bottom: 0;
    }

    h5 {
        color: #fff !important;
    }

    #mission .title-box {
        position: relative;
        color: #707070 !important;
        font-size: 25px !important;
        line-height: 2 !important;
        margin-left: 0%;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        width: 102%;
        margin-bottom: 4%;
        color: rgba(112,112,112,1);
    }

    .title-box:after {
        background: linear-gradient(to right, #C62829 20%, #A5ADB3 0%);
        position: absolute;
        content: '';
        height: 2.5px;
        right: 0;
        left: 0;
        bottom: 0;
    }