﻿.nas-about-us {
    background: #f8f8f8;

    .nas-img {
        img {
            width: 100%;
        }
    }

    .nas-partner {
        .title {
            font-size: 1.1em;
            font-weight: 500;
            color: rgba(58, 57, 57, 0.91);
        }

        .content p {
            font-size: 0.95em;
            color: #3C3B3B;
            font-weight: 400;
        }
    }

    .nas-certificate {
        .title {
            line-height: 2.3;
            background: #4F4E4E;
            text-align: center;
            color: rgba(255, 255, 255, 0.88);
            font-size: 1.1em;
            text-transform: uppercase;
        }

        .content {
            text-align: justify;
            text-align-last: center;
            padding: 30px;
            font-size: 0.95em;
            color: #3C3B3B;
            font-weight: 400;
        }
    }

    .owl-carousel {

        .owl-dots {
            position: absolute;
            bottom: 0;
            text-align: center;
            width: 100%;
        }
    }
}
