#lets_chat_container{
    padding: 100px 20px;
    width: calc(100% - 40px);
    background: #f34c82;
}

#lets_chat_title {
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
    font-weight: 500;
}

#lets_chat_button {
    position: relative;
    display: block;
    height: 50px;
    width: 160px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    border: solid 3px #fff;
    border-radius: 28px;
    left: 50%;
    margin-left: -83px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}