#start-qudos--btn{
    display: none;
}
.values{
    background: #fff;
}
.section--one{
    height: auto;
    margin-top:3rem;
    padding: 2rem 0 5rem 0;
}
.values__box {
    min-height: 27rem;
}
.section-core--outro {
    height: 80vh;
    background-image: url(../../../core__assets/img/core__corporate/choose-fave-bg.jpg);
}
.section-core--outro .bg-white {
    padding:2rem;
    background: rgba(225,225,225,.5) !important;
}
.section-core--outro p {
    color: #000;
}
#bubbl-logo{
    width:150px;
    padding-top:50px;
}
#values--1{
    margin-bottom: 2.5rem;
}
.values__box img{
    fill: red;
}
@media (max-width:1366px){
    #values--1 {
        margin-bottom: 1.7rem;
    }
}
@media (max-width: 575px){
    .section-core--outro{
        height: 100vh;
    }
    .section-core--outro .col-md-5 {
        display:none;
    }
    .section-core--outro .bg-white {
        padding:2rem;
        background: rgba(225,225,225,.5) !important;
    }
    #values--1{
        margin-bottom: 1.5rem;
    }
    .section-core--outro .col-md-7 .core__header-special--1, .section-core--outro .col-md-7 p{
        text-align: left;
    }
    .rounded{
        padding: 2rem 2rem 4rem 2rem;
    }
}