body{    
    background-color: #f0f0f5;
    font-family: "Open Sans", Arial, sans-serif;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline-width: 0 !important;
}
*::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#startup-steps{
    text-align: center;
    margin: 60px auto;
}
dv-title-line {
    margin-top: 20px;
    margin-bottom: 20px;
}
.dv-title-line {
    margin: 30px auto;
        margin-top: 30px;
        margin-bottom: 30px;
    max-width: 40px;
    border-top: 2px solid rgba(0,0,0,0.12);
    border-radius: 2px;
    position: relative;
}
.dv-title-line::before, .dv-title-line::after {
    content: '';
    border-top: 2px solid rgba(0,0,0,0.12);
    border-radius: 2px;
    width: 8px;
    float: left;
    margin: -2px 0 0 -12px;
}
.dv-title-line::after {
    float: right;
    margin: -2px -12px 0 0;
}
.dv-startup-text h2 {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 40px;
    font-size: 30px;
    color: #212128;
}
.dv-startup-text2 h2 {
    font-size: 22px;
    font-weight: 300;    
    line-height: 31px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 20px;
    color: #787882;
    text-transform: none;
}
.dv-startup-text p {
    color: #787882;
}
.icon-container {
    width: 100%;    
}
.slides p, .studio p {
    color: #8f9499;
    font-size: 16px;
    font-family: 'VisbyCF-Light';
    margin-top: 15px;
}
.slides a, .studio a {
    text-decoration: none;
    color: #EA2A83;
    display: block;
    clear: both;
}
a.create-icon1:hover * {
    color: #d82475 !important;
}
.company-logo{
    max-height: 150px;
}
.btn-rounded {
    border-radius: 40px;
}