
/*ABOUT US PAGE*/
.about-dc-desc{
    font-size: 16px;
    font-family: "Infiniti Brand";
    color: rgba(0, 0, 0, 0.749);
    line-height: 1.5;
    text-align: left;
    margin-bottom: 40px;
}
.about-dc-desc p{
    margin-bottom: 36px;
}
.advantages-dc .section-title {
    margin-bottom: 60px;
}

.advantages-dc .col-md-3 {
    margin-bottom: 50px;
}
.advantages-dc img {
    margin: 0 auto 20px;
    display: block;
}
.advantages-dc .col-md-3 span {
    font-size: 16px;
    color: #222222;
    font-family: 'InfinitiBrand-Light';
}
@media (max-width: 767.98px) {
    iframe {
        height: 360px;
    }
}
/*END ABOUT US PAGE*/

/*POLITICKS*/
.politicks p{
    font-size: 16px;
    color: #737373;
    margin-bottom: 30px;
    font-family: 'InfinitiBrand-Light';
}
.politicks ul {
    font-size: 16px;
    color: #737373;
    font-family: 'InfinitiBrand-Light';
    padding-left: 20px;
}
.politicks ul li {
    margin-bottom: 10px;
}
.row-sertificat-image{
    margin-top:10px;
}
/*PERSONAL*/
/*.staff-image{*/

/*}*/
/*.personal .card {*/
    /*border-radius: 0;*/
    /*border-color: #c6c6c6;*/
    /*margin-bottom: 30px;*/
/*}*/
/*.personal .card-body {*/
    /*padding: 35px 35px 30px;*/
/*}*/
/*.staff-image img {*/
    /*border-radius: 0;*/
    /*margin: 0 auto;*/
/*}*/
/*.staff-image {*/
    /*width: 288px;*/
    /*height: 206px;*/
    /*margin-bottom: 30px;*/
    /*overflow: hidden;*/
/*}*/
@media (max-width: 480px) {
    .staff-image {
        margin-bottom: 14px;
    }
}