.b1t-ymservice-ymservice-custom-chat .title {
    font-size: 20px;
    margin-bottom: 20px;
}

.b1t-ymservice-ymservice-custom-chat .chat-form-wrapper {
    max-width: 250px;
}

.b1t-ymservice-ymservice-custom-chat .btn {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.b1t-ymservice-ymservice-custom-chat .send-email {
    margin-top: 20px;
}

.b1t-ymservice-ymservice-custom-chat .description-wrapper,
.b1t-ymservice-ymservice-custom-chat .send-email{
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    
    .b1t-ymservice-ymservice-custom-chat .title {
        text-align: center;
        font-size: 16px;
    }
    
    .b1t-ymservice-ymservice-custom-chat .description-wrapper,
    .b1t-ymservice-ymservice-custom-chat .send-email{
        font-size: 13px;
    }
   

}
