<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin : 0px !important;
}
.tienich-title
{
    text-align: center; 
    font-size: 72px; 
    color: #075272; 
    margin-top: 38px;
}
@media only screen and (max-width: 992px)
{
    .tienich-title
    {
    text-align: center; 
    font-size: 60px;  
    color: #075272; 
    margin-top: 38px;
    }
}
@media only screen and (max-width: 768px)
{
    .tienich-title
    {
    text-align: center; 
    font-size: 20px !important;

    line-height: 30px;
    color: #075272; 
    margin-top: 38px;
    }
}
.tienich-num-map
{
    border-radius: 18px;
    width: 35px;
    height: 35px;
    padding-top: 3px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    display: inline-block;
    background-color: #075272;
    color: white;
}
.tienichdesc
{
    margin-top: 30px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.tienichdetails
{
    text-align: center;
    margin-top:10px;
    height: 110px;
    font-size: 15px !important;
    line-height: 25px !important;
}

</pre></body></html>