@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

body {
    font-family: "Montserrat", sans-serif!important;
}


.topfold {
    background: url("/ultraair/assets/images/hero.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0;
}

.topfold h1 {
    color: #fff;
    font-weight: bold;
    font-size: 45px;
}

.topfold h5 {
    color: #fff;
    padding: 5px 0;
}

.about {
    padding: 75px 0;
}