﻿@charset "UTF-8";

.HTO-unit-img {
    display: inline-block;
    float: left;
    margin: 0 auto;
    position: relative;
    text-align: right;
    padding: 0;
}

    .HTO-unit-img .index {
        position: absolute;
        bottom: 0px; /* in conjunction with left property, decides the text position */
        left: 0px;
        font-size: 20px;
        font-family: "ProximaNova-Bold";
        background: #00543d;
        color: #ffffff;
        width: 40px;
        height: 40px;
        text-align: center;
        padding-top: 10px;
    }

.HTO-unit-text {
    padding-top: 10px;
    text-align: right;
}

.HTO-number {
    float: right;
    color: #00527d;
    font-size: 55px;
    font-family: Roboto, Arial, Helvetica, sans-serif;

}

.HTO-description {
    clear: right;
    color: #545454;
    font-size: 16px;   
}