.footer-top .tiles-big {
    margin-top: 0;
    margin-bottom: 0;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.tiles-big .boxes.blue {
    background-color: #009fbd;
}
.tiles-big .boxes {
    color: #fff;
    height: 129px;
    float: left;
    padding: 0 0 !important;
    background: #009fbd;
    background-color: rgb(0, 159, 189);
    position: relative;
    margin-bottom: 7px;
}

.tiles-big .boxes .fact {
    text-align: center;
    position: absolute;
    bottom: 10%;
    font-size: 12px;
    left: 0;
    padding: 0 10px;
    width: 100%;
    color: #fff;
}
.tiles-big .dividertop {
    height: 16px;
    border: 1px solid #ccc;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(204, 204, 204);
    border-top: none;
}
.tac {
    text-align: center;
    line-height: 1.1;
    display: block;
}

.tiles-big .dividerbottom {
    height: 16px;
    border-right: 1px solid #ccc;
    margin-bottom: 10px;
}
@media (min-width: 1200px){
    .tiles-big .boxes .number {
        text-align: center;
        position: relative;
        display: block;
        color: #fff;
        margin-top: 20px;
    }
    .tiles-big .boxes {
        width: 22%;
        margin-right: 16px;
    }
    .tiles-big .boxes .number {
        font-size: 36px;
    }
    .tiles-big .dividertop {
        width: 631px;
        margin-left:40px;
    }
}
.header3 {
    font-size: 24px;
    line-height: 1.1;
    padding-bottom: 8px;
    display: block;
}
.callout .bg-head {
    background: url(http://assets.analog.com/images/bg-header.png) no-repeat;
}

@media (max-width: 760px){
    .tiles-big .boxes .number {
        text-align: center;
        position: relative;
        display: block;
        color: #fff;
        margin-top: 25%;
    }
    .tiles-big ul li{
        width: 24% !important;
        margin-right: 4px;
    }
    .tiles-big .boxes .number {
        font-size: 1rem;
    }
    .tiles-big .dividertop {
        width: 100%;
    }
    .i-cont1 ul {
        padding: 1rem 0.25rem 0.25rem;
    }
    .list-inline{
        margin-left: 0;
    }
  

}

