.left-container{
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}
.left-container .vc_column-inner {
    padding: 0 !important;
}
.left_img_right_text {
    padding: 100px 0;
}

.left_img_right_text .row .col-lg-6 {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.left_img_right_text .image_part {
    padding-right: 30px;
}

.left_img_right_text .image_part img {
    float: left;
    width: 100%;
}

.left_img_right_text .text_part {
    padding-left: 80px;
}

.left_img_right_text .text_part h5 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0089d1;
    margin-bottom: 20px;
}

.left_img_right_text .text_part p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.38;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding-bottom: 30px;
}

.left_img_right_text .text_part .button_wrapper a {
    padding: 15px 40px;
    border-radius: 32px;
    display: inline-block;
    border: solid 2px #0089d1;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

.left_img_right_text .text_part .first_btn {
    background-color: #0089d1;
    color: #fff;
    text-transform: uppercase;
}

.left_img_right_text .text_part .second_btn {
    margin-left: 26px;
    color: #0089d1;
    text-transform: uppercase;
}

.left_img_right_text .text_part .first_btn:hover {
    background-color: #fff;
    color: #0089d1;
}

.left_img_right_text .text_part .second_btn:hover {
    background-color: #0089d1;
    color: #fff;
}


.left_img_right_text.date_night .text_part h5 {
    color: #0089d0;
}

.left_img_right_text.date_night .text_part .first_btn {
    background-color: #0089d0;
    border: 2px solid #0089d0;
    color: #fff;
}

.left_img_right_text.date_night .text_part .first_btn:hover {
    background-color: #fff;
    border: 2px solid #0089d0;
    color: #0089d0;
}

.left_img_right_text.date_night .text_part .second_btn {
    border: 2px solid #0089d0;
    color: #0089d0;
}

.left_img_right_text.date_night .text_part .second_btn:hover {
    border: 2px solid #0089d0;
    color: #fff;
    background-color: #0089d0;
}

/* color adjustment */

.left_img_right_text.date_night.for_blue .text_part h5 {
    color: #0089d0;
}

.left_img_right_text.date_night.for_blue .text_part .first_btn {
    background-color: #0089d0;
    border: 2px solid #0089d0;
    color: #fff;
}

.left_img_right_text.date_night.for_blue .text_part .first_btn:hover {
    background-color: #fff;
    border: 2px solid #0089d0;
    color: #0089d0;
}

.left_img_right_text.date_night.for_blue .text_part .second_btn {
    border: 2px solid #0089d0;
    color: #0089d0;
}

.left_img_right_text.date_night.for_blue .text_part .second_btn:hover {
    border: 2px solid #0089d0;
    color: #fff;
    background-color: #0089d0;
}



.left_img_right_text.virtual_fitness .text_part h5 {
    color: #f47920;
}

.left_img_right_text.virtual_fitness .text_part .first_btn {
    background-color: #f47920;
    border: 2px solid #f47920;
    color: #fff;
}

.left_img_right_text.virtual_fitness .text_part .first_btn:hover {
    background-color: #fff;
    border: 2px solid #f47920;
    color: #f47920;
}

@media(max-width:1200px){
    .left_img_right_text .text_part { padding-left: 15px;}
}
@media(max-width:992px){
    
    .left_img_right_text .image_part  { padding-right: 15px;}
    .left_img_right_text .text_part h5 { padding-top: 30px;}
    .left_img_right_text { padding: 50px 0;}
}
@media(max-width:480px){
    .left_img_right_text .text_part h5 { font-size: 24px; margin-bottom: 10px;}
    .button_wrapper a { width: 100%; margin: 0 0 20px 0 !important;}
}