.po-re p {
    font-size: 20px;
}

.about-content .section-title {
    text-align: center;
}

.about-iti-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    min-height: 255px;
}

#about-iti-tabs {
    background: #000000;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 0;
}

#about-iti-tabs .nav-item.show .nav-link,
#about-iti-tabs .nav-link.active {
    background-color: #000000;
    /* padding: 20px 0; */
    border-bottom: 0;
    color: #fff;
    /* font-weight: 600; */
    /*    font-family: 'HelveticaNeueLTProBd';*/
    font-family: 'Roboto', sans-serif;
    opacity: 1;
    border: 0;
    border-bottom: 5px solid #DE4019;
    bottom: 0;
}

#about-iti-tabs .nav-link {
    color: #fff;
    font-size: 22px;
    /*    font-family: 'HelveticaNeueLTProRoman';*/
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    opacity: 0.8;
    padding-bottom: 20px;
    border: none;
}

#myTabContent {
    padding-top: 50px;
    padding-bottom: 100px;
}

.iti-box-img img {
    width: 120px;
}

.iti-box-txt p {
    /*    font-family: 'HelveticaNeueLTProBd';*/
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    padding-top: 22px;
    text-align: center;
}

.about-iti-header {
    text-align: center;
    padding-bottom: 30px;
}

.about-iti-header p {
    font-size: 24px;
}

.about-iti-header h3 {
    color: #DE4019;
    /*    font-family: 'HelveticaNeueLTProRoman';*/
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    padding-bottom: 10px;
    font-weight: 400;
}

.about-iti-header h3 strong {
    /*    font-family: 'HelveticaNeueLTProBd';*/
    font-family: 'Roboto', sans-serif;
}

.about-iti-header span {
    font-size: 25px;
}

@media(max-width:767px) {
    #about-iti .nr-banner {
        background-image: url(../img/about-iti/About-ITI-mob.png);
    }

    .about-content .section-title {
        font-size: 30px;
    }

    .bottom-box-txt p {
        font-size: 25px;
    }

    .orange-block {
        position: relative;
    }

    .po-re p {
        font-size: 18px;
        padding: 15px;
    }

    .orange-background {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .about-content p {
        font-size: 18px;
        padding: 15px;
    }

    .about-iti-header p {
        font-size: 18px;
    }

    .about-iti-header h3 {
        font-size: 20px;
    }

    .about-iti-header span {
        font-size: 17px;
    }

    #myTabContent .col-lg-4,
    #myTabContent .col-lg-3 {
        width: 50%;
        float: left;
    }

    .iti-box-img img {
        width: 80px;
    }

    .iti-box-txt p {
        font-size: 15px;
    }

    .about-iti-box {
        min-height: 190px;
    }

    #about-iti-tabs {
        padding: 0;

    }

    #about-iti-tabs .nav-link {
        padding-bottom: 5px;
    }
}
