

h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 50px;
}
.highlight {
    color: #2ac5ed;
}
#content {
    padding: 20px 0;
    /*background-image: url("./../images/3.jpg");*/
    z-index: 0;
    position: relative;
}

.mbr-overlay1 {
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0.8 !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
#content .features-list {
    padding-top: 20px;
}
.features-list .feature-block {
    margin-bottom: 30px;
    text-align : left;
    visibility: visible;
    /*border: 1px solid;*/
    /*border-radius: 5px !important;*/
    /*box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.2);*/
    /*padding: 5px 10px;*/
    /*background: #eef2ff;*/
}
.features-list .feature-block .ico {
    font-size: 37px;
    line-height: 70px;
    width:70px;
    height: 70px;
    background: #5accff;
    display: inline-block;
    border-radius: 50%;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.features-list .feature-block.bottom-line .ico {
    width: auto;
    height: auto;
    background: transparent;
    color: #5accff;
    text-align: center;
    font-size: 41px;
    vertical-align: top;
    margin-top: -10px;
}
.features-list .feature-block.bottom-line .fa-github {
    font-size: 50px;
}
.features-list .feature-block.bottom-line .fa-dashboard {
    font-size: 45px;
    margin-top: -15px;
}
.features-list .feature-block.bottom-line .ico {
    float: left;
    margin-right: 15px;
    margin-left: 21px;
}
.features-list .feature-block.bottom-line .features-content {
    padding-right: 15px;
    display: table;
}
.features-list .feature-block.bottom-line .features-content .name {
    margin-bottom: 5px;
}
.features-list .feature-block.bottom-line .features-content .subname {
    font-size: 16px;
    margin-bottom: 12px;
}
.features-list .feature-block .name {
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 500;
    margin-bottom: 10px;
}
.features-list .feature-block .text {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
}

.features-icon {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    color: #0a53be;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
}

.features-list .feature-block:hover .features-icon  {
    background: #0a53be;
    color: #fff;
    border-color: #0a53be;
}