.tell-block-gray.full-width .title{
    max-width: 100%;
    margin-right: 0;
}

.tell-block-gray.full-width .text{
    max-width: 100%;
    margin-right: 0;
}

.tell-block-gray{
    background: #F4F4F4;
    padding: 45px 45px;
    width: 100%;
    margin-bottom: 30px;
    float: left;
}

.tell-block-gray .title{
    color: #242424;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    font-family: 'RotondaC';
    float: left;
    max-width: 290px;
    margin: 0 35px 0 0;
}

.tell-block-gray .text{
    float: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    max-width: 245px;
    margin: 0 40px 0 0;
}
.tell-block-gray .btn{
    float: left;
    margin: 0 50px 0 0;
}
.tell-block-gray .tell{
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    color: #242424;
    display: inline-block;
    float: left;
    text-decoration: none !important;
}
@media screen and (max-width: 1850px){
    .tell-block-gray .title{
        margin: 0 20px 0 0;
    }
    .tell-block-gray .text{
        margin: 0 20px 0 0;
    }
    .tell-block-gray .btn{
        margin: 0 20px 0 0;
    }
}
@media screen and (max-width: 1755px){
    .tell-block-gray .title{
        float: none;
        width: auto;
        max-width: inherit;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .tell-block-gray .text{
        float: none;
        width: auto;
        max-width: inherit;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .tell-block-gray .btn{
        float: none;
        width: auto;
    }
    .tell-block-gray .tell{
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 1450px){
    .tell-block-gray.full-width{
        padding: 45px 45px 25px 45px;
    }
}

@media screen and (max-width: 1399px){
    .content-column-3 .content-column-full-width{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .content-column-3 .hide-1400{
        display: none;
    }
}

@media screen and (max-width: 800px){
    .tell-block-gray.full-width{
        padding: 25px 15px 25px 15px;
    }

    .tell-block-gray.full-width .btn{
        margin: 0 0 10px 0;
        width: 100%;
        max-width: 270px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .tell-block-gray.full-width .tell{
        display: block;
    }
}

@media screen and (max-width: 575px){
    .tell-block-gray.full-width .btn{
        display: block;
        margin: 0 auto 10px;
    }
    .tell-block-gray{
        padding: 25px 20px;
    }
    .tell-block-gray .title{
        text-align: center;
    }
    .tell-block-gray .text{
        text-align: center;
    }
    .tell-block-gray .btn{
        display: block;
        max-width: 300px;
        margin: 0 auto 15px;
    }
    .tell-block-gray .tell {
        display: block;
        clear: both;
        text-align: center;
    }
}