
.c-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #d74e88;
    padding:20px;
    height: 115px;
}

.rg{
    row-gap:20px;
}
.c-gap-20{
    column-gap:20px;
}
.t-margin-10 {
    margin-top: 25px;
}
.col-lg-12.new-card.mt-3 {
    background-color: #f0f2f5;
    padding: 35px;
    height:530px;
}

.w-style {
  border: 2px solid #d74e88;
  position: relative;
  padding: 24px;
}
.w-style:after, .w-style:before {
  position: absolute;
  color: #111;
  background: #fff;

}
.w-style:after {
    content: ",,";
    top: -7px;
    font-size: 60px;
    padding: 0px 0px 15px 1px;
    left: 0px;
    transform: translate(-50%, -50%);
    box-shadow: 10px 10px 0 #fff;
    color:#d74e88;
    font-family: emoji;
}
.w-style:before {
    content: ",,";
    bottom: 12px;
    padding: 0px 3px 35px 3px;
    font-size: 60px;
    right: 5px;
    transform: translate(50%, 50%);
    box-shadow: -10px -10px 0 #fff;
    color:#d74e88;
    font-family: emoji;
}









