
.wrapper{
    width: 90%;
    max-width: 500px;
    margin: auto;
    text-align: center;
}
.logo{
    margin: 10px auto 20px;
    text-align: center;
    
}
.title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
/* identical to box height */
color: #0078BF;
}
.title_idea{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    color: #000000;

}
.logo img{
    width: 100%;
}

.border{
    width: 100%;
}

.video_idea{
    display: block;
    width: 80%;
    margin: 10px auto;
}

.footer{
    text-align: center;
}

.footer img{
    margin: 10px;
}