@font-face {
    font-family: Dourcha;
    src: url("https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/011407/css/fonts/Dourcha.otf");
}

/*----SECTION BACKGROUND FRAMES----*/

section.frame-after::after {
   background-image: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/011407/images/assets/pink-2-scalloped-down.png');
   position: absolute;
   display: block;
   left: 0px;
   bottom: -2px;
   width: 100vw;
   height: 32px;
   content: '';
   background-size: contain;
   background-position: center center;
    background-repeat-y: no-repeat;
}

section.frame-before::before {
   background-image: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/011407/images/assets/pink-2-scalloped-up.png');
   position: absolute;
   left: 0px;
   top: -2px;
   width: 100vw;
   height: 32px;
   content: '';
   background-size: contain;
   background-position: center center;
   display: block;
   background-repeat-y: no-repeat;
}


.fbProdDescTitle {
   font-size: 36px;
   font-family: Dourcha;
}