/* rubik-regular - latin */


.content-logo {
    margin: 50px 0;
    width: 100%;

}

.content-logo span {



    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #0f6f98;
}

.first-word-logo {
    font-weight: 400;
    padding-right: 5px;
}

.first-word-logo + span {
    font-weight: 700;
}



.block-container {
    display: flex;
    justify-content: center;

}

.block {
    position: relative;
    width: 380px;
    max-width: 380px;
    margin: 15px 15px;
}

.block img {
    border-radius-topleft: 7px;
    border-radius-topright: 7px;
}

.block-name {
    color: white;
    position: absolute;
    bottom: 28px;
    left: 20px;
}

.image-container {
    position: relative;
    height: 246px;
}


.block-name span {
    /*font-family: Rubik;*/
    font-size: 30px;
    font-style: normal;
    margin-right: 6px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
}

.block-name span:last-child {
    font-weight: 700;
}

.block-line {
    height: 3px;
    width: 53px;
    background: #FBBA4F;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.block-description {
    background: #1D1C37;
    height: 180px;
    width: 100%;
    color: white;
    padding: 20px;
    border-radius: 7px;
    line-height: 28px;
    margin: 0 !important;

}
.dot {
    font-weight: 700;
    color: #FBBA4F !important;
}
