ul.list-inline.list-phone {
        display: flex;
        align-items: center;
        gap: 20px;
        list-style: none;
        font-size: 14px;
        justify-content: flex-end;
        padding-right: 60px;
}
ul.list-inline.list-phone a {
        display: flex;
        gap: 10px;
        font-size: 13px;
        color: #fff;
        line-height: 35px;
}
ul.list-inline.list-phone a .fa {
        line-height: 35px;
        font-size: 13px;
        color: #fff;
}
h1.home-title.text-uppercase {
        font-size: 36px;
        font-weight: 700;
        color: #167a4c;
        margin-bottom: 50px;
        position: relative;
        padding-top: 15px;
        margin-top: 50px;
}
h1.home-title.text-uppercase:before {
        content: '';
        width: 50px;
        height: 4px;
        background: #76b043;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
}
h1.home-title.text-center:before{
        left: 50%;
        transform: translateX(-50%);
}
.AdvertContent * {
        font-size: 14px;
}
@media only screen and (max-width: 768px){
        ul.list-inline.list-phone, ul.list-inline.list-phone * {
                display: flex !important;
                flex-direction: row !important;
                width: auto !important;
                color: #3C3D41!important;
                font-size: 12px !important;
                margin: 0 !important;
                padding: 0 !important;
        }
        h1.home-title.text-uppercase:before{
        }
        h1.home-title.text-uppercase{
                padding-top: 15px !important;
                margin-bottom: 50px !important;
        }
        .AdvertContent * {
                font-size: 14px;
        }
        div.AdvertisementBottomRight {
                padding: 0 20px !important;
        }
        div.AdvertisementBottomRight iframe {
                margin-top: 20px !important;
                margin-bottom: 20px !important;
        }
        div.AdvertisementBottomRight * {
                text-align: justify;
                align-items: flex-start;
        }
        div.AdvertisementBottomRight   p.p-icon {
                flex-direction: row !important;
                justify-content: flex-start;
                align-items: flex-start;
        }
        div.AdvertisementBottomRight   p.p-icon .fa {
                width: unset !important;
                padding: 0 !important;
                margin: 0 !important;
                height: unset !important;
                min-height: unset !important;
        }
        div.AdvertisementBottomRight .div-hotline {
                flex-direction: row !important;
                float: none !important;
                justify-content: flex-start;
                align-items: center !important;
        }
        div.AdvertisementBottomRight .icon-phone,   div.AdvertisementBottomRight .icon-phone .fa {
                width: unset !important;
                position: static !important;
                min-height: unset !important;
                height: unset !important;
                margin: 0 !important;
                padding: 0 !important;
        }
        div.AdvertisementBottomRight .number-phone {
                width: unset !important;
        }
}
