.blue{
    color: #4473c5;
}

.dark-blue{
    color: #163D80;
}

.red{
    color: red;
}

.bg-red{
    background-color: red;
}

.bg-blue{
    background-color: #4473c5;
}

.bg-dark-blue{
    background-color: #163D80;
}
.bg-violet{
    background-color: #1d0e46;
}

.gradient {
    display: inline-block;
    background-image: url('images/Would-a-career-in-business-suit-me_0.jpg');
    position: relative;
    line-height: 0;
}
.gradient:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to left, #11de93, #0e7ad6);
    opacity: 0.8;
}

/*.gradient:before {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 52px;*/
/*    height: 52px;*/
/*    margin: -26px 0 0 -26px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    z-index: 100;*/
/*    background: url(https://snipp.ru/img/plus.png) 0 0 no-repeat;*/
/*}*/





.header {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 500;
}

.regular {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 300;
}