#start-here-welcome h2, #start-here-quick-start h2, #evolution-survey h2{
    margin-bottom: 20px;
    margin-top: 60px;
}
#start-here-box .row{
    text-align: center;
    margin-top: 80px;
}
.start-here-box-wrapper .white-box-blue{
    background-color: white;
    border: 1px solid var(--mid-grey);
    padding: 10px 10px 25px;
    min-height: 360px;
    border-radius:10pt;
    margin:10px;
}
.start-here-box-wrapper .white-box-red{
    border: 1px solid var(--strawberry);
    padding: 10px 10px 25px;
    min-height: 360px;
    border-radius:10pt;
    margin:10px;
}
.start-here-box-wrapper .white-box-blue h3, .start-here-box-wrapper .white-box-red h3{
    margin-top: 50px;
    color:var(--mid-grey)!important;
}
.page-template-page-starthere .col-md-4 p{
    text-align: left;
    padding: 15px;
}
#start-here-box .boss-btn-primary-small{
    margin-top: 35px;
}
#start-here-qr-code{
    margin-top: 30px;
}
#start-here-qr-code h3 {
    color:var(--mid-grey) !important;
}
#featured_image{
    height: 420px;
    /*
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
     */
    transition:.5s linear;
}
#featured_image:hover{
    /*
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    */
}
.start-here-box-wrapper {
    margin-left:-15px;
    margin-right:-15px;
}
.start-here-top-icon {
    background-color:white;
    display:block;
    width:120px;
    height: 120px;
    border-radius: 100%;
    line-height: 70px;
    border: none;
    margin: -72px auto -30px;
}
.start-here-box-wrapper .white-box-red .start-here-top-icon {
    border-color: var(--strawberry);
    color: var(--strawberry);
    padding-top: 25px;
}
.start-here-box-wrapper .white-box-blue .start-here-top-icon {
    border-color: var(--mid-grey);
    color: var(--mid-grey);
    padding-top: 25px;
}
