﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

@import 'font.css';

.widget-header-top {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
}

.header-top {
}

.detail-service-child {
    padding: 30px 0;
}

.content-service-child h2 {
    font-family: 'AvertaR' !important;
}

.content-service-child {
    font-family: 'Montserrat-Regular' !important;
    border-right: 1px solid #ececec;
    padding-right: 30px;
}

    .content-service-child * {
        font-family: 'Montserrat-Regular' !important;
        display: inline-block !important;
        line-height: 1.5 !important;
        /* width: 100% !important; */
        /* height: auto !important; */
    }

@media (max-width: 739px) {
    .header-bottom {
        position: relative !important;
    }

    .hot-tt {
        display: block !important;
    }

    .content-service-child * {
        width: 100% !important;
    }

    .content-service-child {
        border-right: none;
    }
}