﻿/*-------------------------------------------*/
/* UNION */
/*-------------------------------------------*/
i.ion-checkmark-circled { 
    font-size: 60%; 
    color: #fff;
}

.first-side-by-side{padding-top: 10px;}

/*-------------------------------------------*/
/* section-descript-lab*/
/*-------------------------------------------*/

.col.span-1-of-3 { text-align: left; }

.section-descript-lab { position: relative; }

.section-descript-lab p, 

.section-descript-lab i { color: #555; }

/*-------------------------------------------*/
/* Pressure Lab */
/*-------------------------------------------*/
.section-descript-lab .pressure-img {
    width: 60%; 
    height: auto;
}

/*-------------------------------------------*/
/* Temperature Lab */
/*-------------------------------------------*/
.section-descript-lab .temperature-img {
    width: 90%; 
    height: auto;
    border: 1px solid #181a1c;
    border-radius: 5px;
}

/*-------------------------------------------*/
/* Media Queries */
/*-------------------------------------------*/

/* Small phones to small tablests from: 481 to 767 */
@media only screen and (max-width: 767px) {

    .section-descript-lab .col {
        display: block; 
        width: 100%;
    }

    .section-descript-lab .pressure-img { 
        max-width: 250px;
        margin: 8px 0;
    }
    .section-descript-lab .temperature-img { 
        max-width: 300px;
        margin: 8px 0;
    }

    .section-descript-lab .col.span-1-of-3 { text-align: center;}

}

/* Small phones from: 0 to 480px */
@media only screen and (max-width: 480px) {

    .section-descript-lab img { margin: 3px 0;}
}