﻿
.features__v2 .icon {
    width: 60px;
    font-size:20px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #2b528e;
}

.features__v2 .content {
    background-color: transparent;
    color:white;
}

.features__v2 .btn-play i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #2b528e;
    border-radius:50%;
    margin-right:10px;
}
.features__v2 .btn-play {
    background: #f47c09;
    border: solid 1px #f47c09;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 25px;
    font-size: 14px;
}
.nb-title {
    color: #f47c09;
    font-weight: bold;
    font-size: 1rem;
}
.about__v4 .subtitle {
    background-color: #2b528e;
    color: white;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.about__v4 .features li .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #f47c09;
    margin-right:5px;
}

.about__v4 .mission-statement {
    background-color: #2b528e;
    position: relative;
    bottom: -20px;
    width: 100%;
    color: white;
    border-radius:6px;
}

.about__v4 .mission-statement h3 {
    font-size: 10px;
    color: white;
}

.about__v4 .mission-statement p {
    color: white;
}

.about__v4 .mission-icon {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    line-height: 50px;
    display: inline-block;
    background-color: #f47c09;
    margin-right:10px;
}

.about__v4 .mission-icon i {
        color: white;
}

.about__v4 .features li 
{
    padding:5px;
}
