/* orange : e8652d */
body , html {
    min-height:100%;
    height:100%;
    margin:0px;
    padding:0px;
    -webkit-text-size-adjust: 100%;
    /*
    -webkit-text-size-adjust: none;
    */
    -ms-text-size-adjust: none;
    overflow: hidden;
}
.main-container {
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 40px);
}
.main-container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: calc(100% - 48px);
    height: 500px;
    margin: 0 auto;
    margin-top: 48px;
    margin-bottom: 48px;
}
img {
    margin-bottom: 12px;
}
h1 {
    width: 100%;
    text-align: center;
}
.text {
    text-align: center;
    font-size: 18px;
}
.orange {
    color: #e8652d;
}