.imagecontour {
    padding: 10px;
    border: solid 1px #EFEFEF;
    background-color: #FFFFFF;
}

.effect2 {
    position: relative;
}

    .effect2:before, .effect2:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        box-shadow: 0 15px 10px #777;
        transform: rotate(-3deg);
    }

    .effect2:after {
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

.star2,.logo2 {
    position: relative;
    background: transparent;
}

.second-font {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    line-height: 26px;
}

.star2:after {
    content: "";
    background-color: #32c5d2 !important;
    background-image: url(../img/star_2.png);
    background-position: center;
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: 74%;
    background-repeat: no-repeat;
}
.logo2:after {
    content: "";
    background-color: #32c5d2 !important;
    background-image: url(../img/logo_1.png);
    background-position: center;
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: 74%;
    background-repeat: no-repeat;
}