/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 22-Jan-2022, 16:28:04
    Author     : Jafran Mjm
*/

@import 'config';
.who-we-are {
    p {
        margin: 0;
        font-size: 12px;
        line-height: 16px;
    }
    .common-title-1 {
        margin-bottom: 8px;
    }
    .objectives {
        margin-bottom: 36px;
    }
    .philosophy {
        margin-bottom: 59px;
    }
}

.our-commitment {
    margin-bottom: 66px;
    .common-title-2 {
        margin-bottom: 12px;
    }
    p {
        margin: 13px 0;
        font-size: 12px;
        line-height: 16px;
    }
}

.members-blk {
    margin-bottom: 31px;
    .members {
        margin-top: 40px;
        margin-left: -41px;
        ul {
            width: calc(50% - 41px);
            float: left;
            margin-left: 41px;
            li {
                margin-bottom: 24px;
                span {
                    display: block;
                    &.name {
                        font-weight: 700;
                        color: $clr_3;
                        font-size: 16px;
                        line-height: 16px;
                        margin-bottom: -2px;
                    }
                    &.title {
                        line-height: 16px;
                        color: #4d4d4d;
                        font-size: 13px;
                        margin-bottom: -2px;
                    }
                }
                a {
                    color: #0090ff;
                    font-size: 13px;
                    font-weight: 500;
                }
            }
        }
    }
}

.back i.readmore {
    padding-left: 0;
    padding-right: 5px;
}

.content-sidebar .sidebar .link.board {
    line-height: 26px;
    margin-top: 38px;
}