.bg{
    padding:70px 0;
    background-position: top center!important;
    background-size: initial!important;
    background-color: #262822;
    background-repeat:no-repeat!important; 
}

.bg >div>div>div>h1{
    color: white;
    font-weight: bold;
    margin:0;
    font-size: 30px;
}
.bg >div>div>div>p{
    color: white;
    font-weight: bold;
    margin:0 0 30px 0;
    font-size: 20px;
    font-weight: 100;
}
:global(.clearfix::after){
    content: "";
    clear: both;
    display: table;
}
:global(.hidden){
    display: none;
}


.autoHeight {
    display: flex;
    flex-wrap: wrap;
}