/*Custom styles*/

h1, h2, h3, h4, h5, h6, .alternative-h1 {
    position: relative;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #222222;
    margin: 0px;
    transition: all 500ms ease;
}

.alternative-h1 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

#looking-for-business-text {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    transition: all .5s ease;
    color: white;
}

.grey-block {
    padding: 33px 35px 40px 35px;
    background: #eff2f5;
}

.grey-block .title {
    color: #2d5883;
    margin: 0;
    position: relative;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    transition: all 500ms ease;
    display: block;
    font-size: 24px;
    line-height: 38px;
    padding-bottom: 3px;
}

.grey-block .title:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #ec4e4f;
}

.grey-block .dotted-box .dotted {
    background: #ec4e4f;
    position: absolute;
    left: 43px;
    width: 3px;
    height: 3px;
    bottom: 0;
}

.grey-block .dotted-box .dotted:nth-child(2) {
    left: 49px;
}

.grey-block .dotted-box .dotted:nth-child(3) {
    left: 55px;
}

.grey-block .content {
    margin-top: 10px;
}
