body,html{
    color: #212121;
    background: #fff;
}
body{
    font-family: 'Open Sans', sans-serif;
}
.main-title{
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.main-title h1{
    font-size: 1.5rem;
    font-weight: bold;
}
.main-title img{
    width: 250px;
    margin: 30px auto;
}
.main-card{
    background: #f8fbfc;
    padding: 30px;
    border: solid 1px rgba(0,0,0,0.05);
    border-radius: 3px;
    margin-bottom: 60px;
}
.main-card .embed-responsive{
    border: solid 1px rgba(0,0,0,0.05);
    border-radius: 3px;
}
.main-card ul{
    list-style: none;
    padding: 0;
}
.main-card ul li{
    line-height: 20px;
}
.main-card ul li .image{
    height: 30px;
    width: 30px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    border: solid 1px rgba(0,0,0,0.05);
    overflow: hidden;
    float: left;
    margin-right: 10px;
    padding: 5px;
    line-height: 10px;
}
.main-card ul li:nth-child(1) .image img{
    height: 100%;
}
.main-card ul li:nth-child(2) .image img{
    width: 100%;
}
.main-card ul li:nth-child(3) .image{
    line-height: 15px;
}
.main-card ul li:nth-child(3) .image img{
    width: 100%;
}
.main-card .alert img{
    height: 30px;
    width: 30px;
    background: #fff;
    text-align: center;
    border-radius: 3px;
    border: solid 1px rgba(0,0,0,0.05);
    overflow: hidden;
    padding: 2px;
    line-height: 15px;
}
h2{
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 30px 15px;
    margin: 0;
    border-top: solid 1px #eee;
}

@media (max-width: 992px){
    .main-card .legend{
        padding-top: 30px;
        margin-top: 30px;
        border-top: solid 1px rgba(0,0,0,0.05);
    }
}