.elementsocean-imagebox{
    border: none;
    border-radius: 0;
    background: #fdfdfd;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.elementsocean-imagebox .card-body{
    padding: 30px;
}
.elementsocean-imagebox-title a,
.elementsocean-imagebox-title{
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 10px;
    color: #212529;
}
.elementsocean-imagebox .card-text{
    font-size: 16px;
    line-height: 30px;
}

/* style two */

.elementsocean-imagebox-s2{
    box-shadow: none;
}
.elementsocean-imagebox-s2 .card-body{
    max-width: 90%;
    margin: auto;
    margin-top: -70px;
    background: #cfcfcf;
    border-radius: 10px;
}
.elementsocean-imagebox-s2 img{
    border-radius: 10px;
}