section.chat-block .off-message {
    border: 1px solid #3660E3;
    /*border-radius: 20px;*/
    padding: 60px 30px;
    position: relative;
    margin: 40px 30px;
}

section.chat-block .intro p {
    font-size: 18px;
    line-height: 25px;
}

@media screen and (min-width: 720px) {
section.chat-block .intro p {
    font-size: 20px;
    line-height: 25px;
}
}

section.chat-block .off-message .off-message-text{
    width: 60%;
    float: right;
    margin-top: 40px;
}
.off-image {
    width: 35%;
    margin-right:5%;
    float: left;
}

.off-message-icon {
    background-color: #3660E3;
    position: absolute;
    top: -18px;
    left: calc(50% - 90px);
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Catamaran', sans-serif;
    padding: 10px 27px;
}

section.chat-block .contact-number {
    padding-left: 50px;
    border: 1px solid #3660E3;
    color: #3660E3;
    background: url(assets/icons/phone--banner.png) 10px center/35px auto no-repeat;
    position: absolute;
    background-color: white;
    bottom: -26px;
    left: calc(50% - 129px);
}
section.chat-block .contact-number:hover {
    color: #fff;
    background: url(assets/icons/phone--cta.png) 10px center/35px auto no-repeat;
    background-color: #3660E3;
    transition: all 0.25s ease;
}

section.chat-block .off-message p {
    font-size: 22px;
    line-height: 27px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 1180px) {
    section.chat-block .off-message p strong {
        font-size: 22px;
        line-height: 27px;
    }
    section.chat-block .off-message .off-message-text {
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    section.chat-block .off-message .off-message-text{
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .off-image {
        width: auto;
        float: none;
        max-width: 225px;
        margin: 0 auto;
    }
    .off-message-icon {
        padding: 10px;
        left: calc(50% - 72px);
    }
    .off-message .contact-number {
        font-size: 23px;
    }
    section.chat-block .contact-number {
        left: calc(50% - 107px);
    }
}