.ocean_banner{
    background: url('../img/ocean_bg.jpg');
    background-size: cover;
    height: 506px;
    display:flex;
    align-items: center;
}
.ocean_banner__title{
    max-width:  565px;
    font-family: var(--cci-font-title);
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.ocean_textWrapper{
     padding: 54px 0;
}
.ocean_products{
    padding: 40px 0;
}
.ocean_text{
    font-family: var(--cci-font-rubik);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #407095;
}

.ocean_text .ocean_text__title {
    font-weight: 600;
    font-size: 24px;
}
.ocean_text--text {
    padding-top: 8px;
}
.ocean_products .h2{
    font-family: var(--cci-font-title);
    text-transform: uppercase;
    color: #707070;
    font-size: 32px;
    margin: 0 0 24px 0;
    line-height: 1;
    letter-spacing: normal;
    font-weight: bold;
    font-style: normal;
}