﻿body {
    background: #fff;
    color: #555;
}

.session-exp {
    padding-top: 100px;
    text-align: center;
}

    .session-exp h1 {
        font-size: 50px;
        text-transform: uppercase;
        margin: 0px;
        margin-bottom: 20px;
    }

    .session-exp h3 {
        font-size: 18px;
        margin: 0;
        line-height: 24px;
    }

    .session-exp p {
        font-size: 70px;
        margin: 0px;
        margin-top: 20px;
    }

    .session-exp a {
        display: inline-block;
        background: #fff;
        width: 160px;
        padding: 13px;
        border: none;
        box-shadow: 0 0 0 1px #999;
        border-radius: 3px;
        margin: 30px 0px;
        font-weight: bold;
        color: #333;
        font-size: 16px;
    }

    .mt-20{
        margin-top:20px!important;
    }