@import url('fonts.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    background: #FEFEFE;
}

/* Banner Container */
.banner-title {
    font-family: 'ubuntu mid';
    color: #ED1C24;
}

.banner-text {
    font-family: 'ubuntu bold';
    color: #000;
}

/* Cards Container */
.card-main {
    background: #F1F2F4;
}

.card-main-title {
    font-family: 'cera pro bold';
    color: #000;
}

.card-main-text {
    font-family: 'ubuntu mid';
    color: #000;
}

.cards-title {
    font-family: 'cera pro bold';
    color: #000;
}

.cards-text-1 {
    font-family: 'ubuntu mid';
    color: #000;
}

.cards-text-2 {
    font-family: 'ubuntu reg';
    color: #000;
}

/* Join our team */
.join-title {
    font-family: 'ubuntu bold';
    color: #000;
}

.join-text {
    font-family: 'ubuntu mid';
    color: #000;
}

.join-btn {
    background: #ED1C24;
    font-family: 'ubuntu reg';
    color: #fff;
}

/* Mobile View */
.mobile-content-image-border {
    border-top-left-radius: 40%;
}