﻿.breatcome_area {
    height: auto;
    padding-top: 140px;
    background-image: none;
    background-color: white;
}

    .breatcome_area:before {
        background-image: none;
    }

    .breatcome_area .sectionSubTitle {
        color: var(--darker_blue);
        font-size: 51px;
        line-height: 70px;
        margin: 0;
        margin-bottom: 30px;
    }
     
/*#region DETAIL*/
.container-detail {
}

    .container-detail .title {
        font-weight: 700;
        font-size: 60px;
        line-height: 69px;
    }

    .container-detail .text {
        max-width:480px;
        color: #616161;
        font-size: 18px;
        line-height: 27px;
        text-shadow: 2px 5px 14px #00000015;
        /*letter-spacing: -0.45px;*/
    }

        .container-detail .text .black {
            color: var(--very_dark_blue);
            font-size: 26px;
            line-height: 36px;
        }

        .container-detail .text .gray {
            color: var(--medium_grey);
            font-size: 15px;
            line-height: 20px;
        }

        .container-detail .text p {
            margin-bottom: 30px;
        }

#img_sevice {
    width: -webkit-fill-available;
}

/*#endregion*/

/*#region VIDEO*/
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

    .video-responsive iframe, .video-responsive object, .video-responsive embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

#video_service {
    width: -webkit-fill-available;
}

/*#endregion*/
