.body{
    font-family: "Roboto Flex", sans-serif!important;
}

.hero{
    min-height: 450px;
    background: #F4F4F4;;
}

h1, h2, h3{
    font-family: "Roboto Flex", sans-serif!important;
}

section p{
    font-family: "Roboto Flex", sans-serif!important;
}

h1{
    color: #161616;
    font-size: 80px!important;
    font-weight: 700!important;
    text-transform: unset!important;
    line-height: 88px!important;
}

.hero span{
    font-weight: 400!important;
    color: #161616!important;
}

h2{
    color: #202020!important;
    font-size: 30px!important;
    font-weight: 500!important;
    border-bottom: 0.5px solid rgba(32, 32, 32, 0.3)!important;
}

h3{
    color: #202020!important;
    font-size: 22px!important;
}

.bold-sm{
    color: black;
    font-size: 16px;
    font-weight: 600;
}

.grey-sm{
    color: #9A9A9A;
    font-size: 12px;
}

.colour-boxes div{
    width: 223px;
    height: 410px;
    border-radius: 20px;
    padding: 30px 20px;
}

.colour-boxes div:nth-child(1){
    background: white;
    margin-right: -30px;
    border: 0.5px solid rgba(194, 194, 194, 0.3);
}

.colour-boxes div:nth-child(2){
    background: black;
    margin-right: -30px;
}

.colour-boxes div:nth-child(3){
    background: #CD0511;
}

.grey-md{
    color: #C9C9C9;
    font-size: 14px;
    font-weight: 300!important;
}

.grey-md strong{
    font-weight: 700!important;
}

.white-md{
    color: white;
    font-size: 14px;
    font-weight: 300!important;
}

.white-md strong{
    font-weight: 700!important;
}

.typography div{
    justify-content: space-between;
    align-items: center;
}

.typography p{
    margin-bottom: 0!important;
}

.typo-light{
    font-size: 20px;
    font-weight: 300;
}

.typo-regular{
    font-size: 24px;
    font-weight: 400;
}

.typo-medium{
    font-size: 30px;
    font-weight: 500;
}

.typo-bold{
    font-size: 36px;
    font-weight: 700;
}

@media(max-width: 991px){
    section{
        padding: 40px 0;
    }

    .hero{
        min-height: unset;
        padding: 80px 0;
    }

    h1{
        font-size: 30px!important;
        line-height: 33px!important;
    }

    h2{
        font-size: 20px!important;
    }

    h3{
        font-size: 18px!important;
    }

}

@media (max-width: 768px) {
    h2{
        padding-bottom: 15px;
    }

    .colour-boxes div{
        width: 100%;
        height: 155px;
    }

    .colour-boxes div:nth-child(1){
        margin-bottom: -30px;
    }

    .colour-boxes div:nth-child(2){
        margin-bottom: -30px;
    }

}



