body {
    font-size: 18px;
    color: #000;
    margin: 0;
    line-height: 1.4;
    font-family: 'Calibri',sans-serif;
}

p {
    margin: 0 auto;
    margin-bottom: 25px;
}

#page-wrapper {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100vh;
    background-color: #ecedf4;
}

.flexbox-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 170px);
    padding-top: 75px;
}

.textbox {
    display: block;
    position: relative;
    width: calc(100% - 30px);
    background-color: #FFF;
    z-index: 2;
}

.textbox-header {
    display: block;
    position: relative;
    background-color: #283583;
    color: #FFF;
    padding: 15px 25px;
}

.textbox-body {
    padding: 35px 25px;
}

.textbox-body table {
    position: relative;
    width: 100%;
}

#copyright {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 18px;
    padding: 35px 15px;
}

h1.textbox-heading {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}

h2.textbody-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

.flexbox-wrapper h2.textbody-heading {
    margin-top: 15px;
}

h3.detail-heading {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.detail-textbox {
    position: relative;
    display: block;
    font-size: 18px;
    border: 4px solid rgba(43, 53, 126, 0.1);
    padding: 35px 15px;
    margin-bottom: 20px;
}

.detail-textbox .inline-detail-wrapper {
    position: relative;
    display: flex;
}

.detail-textbox .inline-details {
    position: relative;
    display: block;
    width: 100%;
}

@media(min-width:768px){
    
    body,
    h3.detail-heading,
    .detail-textbox {
        font-size: 22px;
    }
    
    h1.textbox-heading {
        font-size: 40px;
    }
    
    h2.textbody-heading {
        font-size: 25px;
    }
    
    .textbox {
        width: 75%;
    }
    
    .textbox-header {
        padding: 40px 100px;
    }
    
    .textbox-body {
        padding: 70px 100px;
    }
    
    .detail-textbox {
        padding: 35px 45px;
    }
    
    .detail-textbox .inline-details {
        display: inline-block;
        float: left;
        width: 50%;
    }
    
}

@media(min-width: 1200px) {
    
    #page-wrapper:before,
    #page-wrapper:after {
        display: block;
        position: absolute;
        content: "";
        width: 750px;
        height: 575px;
    }

    #page-wrapper:before {
        background: url(../img/image-2.png) no-repeat top left;
        background-size: auto;
        top: 0;
        left: 0;
    }

    #page-wrapper:after {
        background: url(../img/image-1.png) no-repeat bottom right;
        background-size: auto;
        bottom: 0;
        right: 0;
    }
    
    .detail-textbox .inline-details {
        width: 25%;
    }
}

@media(min-width: 1600px){
    
    .textbox {
        width: 50%;
    }
}
