﻿@charset "utf-8";
	
/******Section Life Start******/
section.sec-lifeUTP {
    width: calc(100% - 100px);
    display: table;
    color: #000;
    max-width: 1400px;
    margin: auto;
    padding: 50px;
}

section.sec-life-title {
    width: 100%;
    text-align: center;
    font-size: 4em;
    text-transform: uppercase;
	font-family: 'Lulo', Arial, sans-serif;
}

section.sec-life-subTitle {
    width: calc(100% - 100px);
    text-align: center;
    font-size: 1.2em;
    padding: 10px 50px;
    margin-top: -30px;
} 

section.sec-life-box {
    width: 100%;
    text-align: center;
}

section.sec-life-column {
    height: 400px;
    width: calc(33.3% - 15px);
    background-size: cover;
    background-position-x: 50%;
    display: inline-block;
    margin: 0 5px;
    position: relative;
}

section.sec-life-col-name {
    text-align: left;
    font-size: 4.5em;
    line-height: 0.9em;
    position: absolute;
    text-transform: uppercase;
    padding: 15px 10px;
    font-family: 'Octagen', Arial, sans-serif;
    font-weight: bold;
}

section.sec-life-col-btn {
    background: #ff9800;
    padding: 10px 15px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 13.824px;
    font-family: "AvenirNextLTPro-Bold";
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    transition-duration: 0.2s;
    cursor: pointer;
}

section.sec-life-col-btn:hover {
    background: black;
    color: white;
    }
/******Section Life End******/

/************************************Mobile Start********************************************/
@media (min-width: 320px) and (max-width: 500px) {

section.sec-lifeUTP {
    padding: 15px;
    width: calc(100% - 30px);
}
section.sec-life-title {
    font-size: 1.2em;
}
section.sec-life-subTitle {
    width: 100%;
    padding: 0;
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
}
section.sec-life-col-name {
    font-size: 3em;
}
section.sec-life-column {
    width: 100%;
    padding: 0;
    margin: 0;
}
section.sec-life-col-btn {
    font-size: 0.6em;
}

}

/******Tablet Section******/
@media (min-width: 501px) and (max-width: 1024px){
section.sec-life-title {
    font-size: 3em;
}

section.sec-life-subTitle {
    padding: 15px;
    width: calc(100% - 30px);
    font-size: 1.5em;
}
section.sec-life-column {
    margin: 0 0 15px 0;
    width: 100%;
}
section.sec-life-col-name {
    font-size: 3em;
}
section.sec-life-col-btn {
    font-size: 1.2em;
}

}