main#main .entry-content:first-child {
    max-width: 1688px;
}

/*section-1*/
@media screen and (max-width: 768px) {
    
    #section-1 .section-link {
        padding-bottom: 100px;
        position: relative;
    }

    #section-1 .section-link > *:before {
        content: '';
        width: 1px;
        height: 64px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 50%;
        transition: height .3s 0s ease;
    }

    #section-1 .section-link:hover > *:before {
        height: 90px;
    }
}


@media screen and (min-width: 769px) {
    
    .section-link {
        max-width: 90%;
        margin: 0 auto;
    }

    .section-link * {
        width: fit-content;
        margin: 0 auto;
        position: relative;
    }

    .section-link *:before {
        content: '';
        width: 90px;
        height: 1px;
        background: #fff;
        position: absolute;
        right: calc( 100% + 18px );
        top: 50%;
        transition: width .3s 0s ease;
    }

    .section-link  *:hover:before {
        width: 120px;
    }
}

/*section-1*/
#section-content {
  text-shadow: #4F4E4C 1px 0 10px;
}

/*section-2*/
#section-2 .separator-1 {
    max-width: 93px !important;
}

#section-2 .operation-col {
    margin-bottom: 3rem;
}

#section-2 .operation-col > .vc_column-inner > .wpb_wrapper {
    position: relative;
}

#section-2 .operation-col > .vc_column-inner > .wpb_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(84, 84, 84, 0) 0%, rgba(84, 84, 84, 0.01) 1%, rgba(0, 0, 0, 0.78) 100%);
    background: -webkit-linear-gradient(top, rgba(84, 84, 84, 0) 0%, rgba(84, 84, 84, 0.01) 1%, rgba(0, 0, 0, 0.78) 100%);
    background: linear-gradient(to bottom, rgba(84, 84, 84, 0) 0%, rgba(84, 84, 84, 0.01) 1%, rgba(0, 0, 0, 0.78) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00545454', endColorstr='#c7000000', GradientType=0);
}

#section-2 .operation-col {
    padding-top: 0;
    padding-bottom: 0;
}

#section-2 .operation-col .wpb_single_image figure {
    height: 0;
    overflow: hidden;
    padding-top: 73.5%;
    position: relative;
    display: block;
    width: 100%;
}

#section-2 .operation-col .wpb_single_image a,
#section-2 .operation-col .wpb_single_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#section-2 .operation-col .wpb_single_image img {
    object-fit: cover;
}

#section-2 .operation-txt {
    margin: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

#section-2 .operation-heading {
    font-weight: 900;
}

#section-2 .operation-link {
    font-weight: 300;
    font-style: italic;
}

#section-2 .operation-link a {
    position: relative;
    display: inline-block;
}

#section-2 .operation-link a:after {
    content: '';
    width: 60px;
    height: 1px;
    background: currentColor;
    display: block;
    position: absolute;
    left: calc( 100% + 20px );
    top: 50%;
    transition: width .3s 0s ease;
}

#section-2 .operation-col .wpb_wrapper:hover .operation-link a:after {
    width: 90px;
}


@media screen and (max-width: 768px) {

    /*#section-2 .operation-col {
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
        position: relative;
        padding: 0;
    }*/

    #section-2 .operation-col > .vc_column-inner {
        padding: 0;
    }
}


@media screen and (max-width: 1500px) {

    #section-2 .operation-col {
        padding: 0;
    }
}


@media screen and (min-width: 769px) {

    #section-2 .operation-col {
        margin-bottom: 6rem;
    }
}

/*section-2*/


/*section-3*/
@media screen and (min-width: 769px) {
    
    #section-3 .vc_custom_heading:not(:last-child) {
        margin-bottom: 25px !important
    }
}
/*section-3*/


/*section-4*/
#section-4 .mwdc_new {
    display: flex;
    flex-wrap: wrap;
}

#section-4 .mwdc_new .vc_grid-item {
    flex: 1 0 450px;
    max-width: 50%;
}

#section-4 .vc_grid-item > * {
    background: #fff;
    -webkit-box-shadow: 0 13px 26px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 13px 26px 0 rgb(0 0 0 / 10%);
}

#section-4 .vc_grid-item-mini,
#section-4 .vc_gitem-animated-block,
#section-4 .vc_gitem-zone,
#section-4 .vc_gitem-zone-mini {
    height: 100%;
}

#section-4 .vc_gitem-zone-mini {
    display: flex;
    flex-direction: column;
}

#section-4 .vc_gitem_row.vc_row.vc_gitem-row-position-middle {
    flex: 1;
}

#section-4 .post-img {
    height: 0;
    overflow: hidden;
    padding-top: 72%;
}

#section-4 .post-img * {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#section-4 .post-img img {
    object-fit: cover;
}

.post-date > * {
    width: fit-content;
}

.post-date > *:before {
    content: '';
    width: 85%;
    height: 1px;
    background: #C75A52;
    display: block;
    transition: width .3s 0s ease;
}

#section-4 .vc_grid-item-mini:hover .post-date > *:before {
    width: 100%;
}


@media screen and (max-width: 769px) {

    #section-4 .vc_grid-item {
        padding-bottom: 0;
    }

    #section-4 .vc_grid-item:not(:last-child) {
        margin-bottom: 65px;
    }

    #section-4 .vc_grid-item > * {
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
        position: relative;
    }
}


@media screen and (min-width: 1500px) {

    #section-4 .grid-same-height.height-justified .vc_pageable-slide-wrapper {
        margin-right: -65px;
    }

    #section-4 .mwdc_new .vc_grid-item {
        padding-right: 65px;
    }
}

/*section-4*/