.container.entry-detail section{
    margin: 0 0 0 215px;
}

.entry-detail .subtitle{
    font-size: 2em;
    line-height: 1.05em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 3.125em;
    margin-top: 2em;
}

.entry-detail .title{
    font-size: 2.5em;
    line-height: 1.05em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 1.5em;
}

.entry-detail .desc-block img{
    height: 410px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    border-radius: 4px;
    display: inline-block;
    margin-right: 1.875em;
}

.entry-detail.news .desc-block img {
    object-fit: cover;
}

.entry-detail .desc{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.625em;

    float: left;
}

.move-left{
    width: 410px;
    text-align: center;
    margin-left: -205px;
}

.small-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    color: #33A3DC;
    margin: .5em 0;
}

.links .link::before{
    content: "";
    width: 56px;
    background-image: url("/images/svg/link.svg");
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 24px;
}

.links .link h3{
    font-size: 20px;
    line-height: 2em;
    color: #004A6E;
    margin: 0;
}

.share .small-title{
    margin-bottom: 1em;
}
