.marine-processes {
    width: 100%;
    padding: 0px 0px 70px;
    box-sizing: border-box
}

.marine-processes .processes__title {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    font-weight: bold;
    color: #333333;
    text-align: center
}

.marine-processes .processes__description {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 40px
}

.marine-processes .processes__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch
}

.marine-processes .processes__item {
    width: calc(100% / 4 - 10px);
    max-width: 335px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.marine-processes .processes__item-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.marine-processes .processes__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.marine-processes .processes__item-text {
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 1
}

.marine-processes .processes__item-number {
    font-weight: 900;
    font-size: 60px;
    color: #CC0033
}

.marine-processes .processes__item-description {
    font-weight: normal;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    opacity: 0
}

.marine-processes .processes__item:hover .processes__item-text {
    background: rgba(224, 25, 30, 0.8)
}

.marine-processes .processes__item:hover .processes__item-number {
    color: #FAFAFE;
    opacity: 1
}

.marine-processes .processes__item:hover .processes__item-description {
    opacity: 1
}

.marine-applications {
    width: 100%;
    padding: 0px 0px 70px;
    box-sizing: border-box
}

.marine-applications .applications__title {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    font-weight: bold;
    color: #333333
}

.marine-applications .applications__description {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px
}

.marine-applications .applications__content {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch
}

.marine-applications .applications__item {
    width: calc(100% / 4 - 10px);
    max-width: 446px;
    background: #FAFAFA;
    padding: 40px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center
}

.marine-applications .applications__item-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    margin-bottom: 20px
}

.marine-applications .applications__item-icon img {
    width: 100%;
    height: auto
}

.marine-applications .applications__item-text {
    flex: 1;
    text-align: center;
    box-sizing: border-box
}

.marine-applications .applications__item-title {
    font-weight: 500;
    color: #FE591B;
    margin-bottom: 10px
}

.marine-applications .applications__item-description {
    font-weight: 400;
    color: #333333;
    line-height: 30px
}

.marine-working {
    width: 100%;
    padding: 0px 0px 70px;
    box-sizing: border-box
}

.marine-working .working__title {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 40px
}

.marine-working .working__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.marine-working .working__image {
    width: 48%;
    max-width: 700px;
    height: auto
}

.marine-working .working__image img {
    width: 100%;
    height: auto
}

.marine-working .working__description {
    width: 48%;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: left
}

@media screen and (max-width:760px) {
    .marine-processes .processes__content {
        flex-wrap: wrap
    }

    .marine-processes .processes__item {
        width: 100%;
        margin-bottom: 20px
    }

    .marine-applications .applications__content {
        flex-wrap: wrap
    }

    .marine-applications .applications__item {
        width: 100%;
        margin-bottom: 20px
    }

    .marine-working .working__content {
        flex-wrap: wrap
    }

    .marine-working .working__image {
        width: 100%;
        margin-bottom: 20px
    }

    .marine-working .working__description {
        width: 100%
    }
}

@media screen and (min-width:760px) and (max-width:1020px) {
    .marine-processes .processes__content {
        flex-wrap: wrap
    }

    .marine-processes .processes__item {
        width: calc(100% / 2 - 10px);
        max-width: initial;
        margin-bottom: 20px
    }

    .marine-applications .applications__content {
        flex-wrap: wrap
    }

    .marine-applications .applications__item {
        width: calc(100% / 2 - 10px);
        margin-bottom: 20px
    }

    .marine-working .working__content {
        flex-wrap: wrap
    }

    .marine-working .working__image {
        width: 55%;
        margin-bottom: 20px
    }

    .marine-working .working__description {
        width: 100%
    }
}

@media screen and (min-width:1020px) and (max-width:1350px) {
    .marine-processes .processes__content {
        flex-wrap: wrap
    }

    .marine-processes .processes__item {
        width: calc(100% / 2 - 10px);
        max-width: initial;
        margin-bottom: 20px
    }

    .marine-applications .applications__content {
        flex-wrap: wrap
    }

    .marine-applications .applications__item {
        width: calc(100% / 2 - 10px);
        margin-bottom: 20px
    }

    .marine-working .working__content {
        flex-wrap: wrap
    }

    .marine-working .working__image {
        width: 55%;
        margin-bottom: 20px
    }

    .marine-working .working__description {
        width: 100%
    }
}