.c3 {
    
}

.c3-div{
    width: 37rem;
    height: 20rem;
    background-image: url(../../images/c3-1-new.jpg);
    background-size: 185px;
    padding: 3rem 0rem 3rem 2rem;
    margin:0 auto 2rem;
    box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.06);
    background-repeat: no-repeat;
    background-position: 100% 35%;
    position: relative;
    overflow: hidden;
}
.c3-div img{
    z-index: 3;
    position: relative;
}
.c3-div:nth-child(1) button{
    margin-top: 35px;
}
.c3-btn{
    margin: 0 auto;
}
.c3-div::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: auto;
    left: 35%;
    width: 131%;
    height: 100%;
    background: linear-gradient(105deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0) 37%);
    z-index: 2;
    pointer-events: none;
}
.c3-div:nth-child(2){
    background-image: url(../../images/c3-2-new.jpg);
}
.c3-div:nth-child(3){
    background-image: url(../../images/c3-3-new.jpg);
}
.c3-div:nth-child(4){
    background-image: url(../../images/c3-4-new.jpg);
}
.c3-circle{
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background: #FF258D;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 3.7rem;
    line-height: 95%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding-top: 0.1rem;
    padding-left: 0.1rem;
    cursor: pointer;
}

.c3-wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

}
.c3-wrap img{
    /* width: 17.5rem; */
    z-index: 3;
    margin-right: auto;
}
 
@media screen and (max-width: 450px) {
    .c3-div::after{
        left:110px
    }
    .c3-btn{
        max-width: 358px;
    }
}
