.banner h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2d405f;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f1f6fc;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2d405f;
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #aabbd7;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-title p {
    margin-bottom: 0;
    color: #333;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.software-services {
    background: #f1f6fc;
    padding-bottom: 80px;
}

.software-services .section-title h2,
.software-services .section-title p {
    color: #333;
}

.software-services .section-title h2::after {
    background: rgba(255, 255, 255, 0.2);
}

.software-services .icon-box {
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s;
    border-radius: 5px;
    text-align: center;
}

.software-services .icon-box:hover {
    transform: scale(1.08);
}

.software-services .icon {
    margin-bottom: 15px;
}

.software-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.software-services .title a {
    color: #2d405f;
    transition: 0.3s;
}

.software-services .title a:hover {
    color: #4e6fa4;
}

.software-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.testing-tools {
    background: #fff;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    color: #333;
}

.testing-tools .content {
    padding: 30px 30px 30px 0;
}

.testing-tools .tech-icon {
    border: 0 !important;
}

.testing-tools .tech-icon h5 {
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .testing-tools .content {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .testing-tools {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features .content+.content {
    margin-top: 100px;
}

.features .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.features .content ul {
    list-style: none;
    padding: 0;
}

.features .content ul li {
    padding-bottom: 10px;
}

.features .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #3b4ef8;
}

.features .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Steps
--------------------------------------------------------------*/

.steps {
    padding-top: 20px;
}

.steps .row {
    overflow: hidden;
}

.steps .content-item {
    padding: 40px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: -1px;
}

.steps .content-item span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #3b4ef8;
}

.steps .content-item h4 {
    font-size: 28px;
    font-weight: 400;
    padding: 0;
    margin: 20px 0;
    color: #2d405f;
}

.steps .content-item p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .steps .content-item {
        padding: 40px 0;
    }
}