.blog-main {
    width: 100%;
    padding-top: 30px;
}

.blog-image {
    width: 100%;
    aspect-ratio: 16/7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-title {
    font-size: 27px;
    font-weight: 700;
}

.blog-short {
    font-size: 16px;
    font-weight: 500;
}

.blog-body {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.blog-body h1 {
    font-size: 27px;
    font-weight: 400;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.blog-body h2 {
    font-size: 22px;
    font-weight: 400;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.blog-body h3 {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.blog-body p {
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.blog-body li {
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.blog-body a {
    color: inherit;
    transform: all 0.25s;
}

.blog-body a:hover {
    color: #D7B756;
    transform: all 0.25s;
}

.blog-nav {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}

.blog-nav-table {
    width: 100%;
}

.blog-nav-table a {
    color: #000;
    transform: all 0.25s;
}

.blog-nav-table a:hover {
    color: #D7B756;
    transform: all 0.25s;
}

.blog-nav-table td {
    width: 50%;
}

.blog-nav-leftright {
    font-size: 18px;
    font-weight: 400;
    color: inherit;
    transform: all 0.25s;
}

.blog-nav-leftright:hover {
    color: #D7B756;
    transform: all 0.25s;
}

.blog-nav-titlename {
    font-size: 14px;
    font-weight: 300;
}

.blog-social-box {
    vertical-align: middle;
    width: 500px;
    height: 56px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #D7B756;
    background-color: #FFF;
    padding: 10px;
    padding-left: 20px;
}

.blog-social-box-text {
    position: relative;
    display: inline-block;
    top: -10px;
    font-size: 18px;
    font-weight: 300;
    margin-right: 18px;
    color: rgb(89,89,89);
}

.share-button {
    cursor: pointer;
    margin-right: 10px;
    height: 34px;
    width: 45px;
}

