.main-bg {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 25px;
}

.title {
    font-size: 25px;
    margin: 0 auto;
}

.list {
    text-align: left;
    font-size: 25px;
}

.list-2 {
    display: block;
    line-height: 50px;
    color: #777777;
}

.animated.delay4 {
    animation-delay: .6s;
}

.animated.delay5 {
    animation-delay: .8s;
}

.btn-square.black {
    border: none;
    background-color: #808080;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

.btn-square.black:hover {
    background-color: #1e196a;
}

.font-big {
    font-size: 35px;
    font-weight: 500;
    color: #333333;
    margin: 0 auto;
}

.font-small {
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
}

.font-small-2 {
    font-size: 15px;
    color: #777777;
    line-height: 50px;
    margin: 0 auto;
    padding-left: 25px;
}

.font-small-3 {
    font-size: 15px;
    color: #777777;
    line-height: 25px;
}

.borderleft {
    border-top: 5px solid #22b24c;
}

.line {
    background-color: #22b24c;
    width: 25%;
    margin: 0 auto;
    height: 5px;
}

.line-2 {
    background-color: #22b24c;
    width: 25%;
    margin: 0 auto;
    height: 5px;
}

.icon {
    float: left;
    margin-left: -25px;
    padding-top: 17.5px;
}

.icon2 {
    float: left;
    margin-left: -25px;
    padding-top: 5.5px;
}

.height {
    line-height: 25px;
}