body {
    background: #ececec;
    margin: 0;
    padding: 0;
}
.main-wrap {
    text-align: center;
    padding: 200px 15px 300px 15px;
    position: relative;
}

.main-wrap img {
    width: 168px;
    display: block;
    margin: 0 auto;
}

.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    color: gray;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 20px 15px;
    background: #ececec;
}

.privacy-bottom {
    position: absolute;
    left: 0;
    color: gray;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 20px 15px;
    background: #ffffff;
}
.bottom a {
    color: gray;
    text-decoration: none !important;
}


p.main-title {
    font-size: 45px;
    font-weight: 700;
    margin: 35px 0 30px 0;
}

p.sub-title {
    font-size: 16px;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .main-wrap {
        padding: 100px 15px 200px 15px;
    }
    p.main-title {
        font-size: 32px;
        font-weight: 700;
        margin: 35px 0 10px 0;
    }
}
