 .alt-down2 {
     font-size: 16px;
     line-height: 24px;
 }

 .text-pink {
     color: #9D388E !important;
 }

 .border-radius-big {
     border-radius: 24px;
 }

 .btn-gradient-pink {
     background: rgb(157, 56, 142);
     background: -moz-linear-gradient(145deg, rgba(157, 56, 142, 1) 30%, rgba(255, 173, 243, 1) 100%);
     background: -webkit-linear-gradient(145deg, rgba(157, 56, 142, 1) 30%, rgba(255, 173, 243, 1) 100%);
     background: linear-gradient(145deg, rgba(157, 56, 142, 1) 30%, rgba(255, 173, 243, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9d388e", endColorstr="#ffadf3", GradientType=1);
     color: #fff;
     border: none;
 }

 .boxBolinha2 {
     width: 20px;
     height: 20px;
     background: #9D388E;
     border-radius: 100%;
 }

 /* DMS Primeiros Passos */
 .bannerDmsPrimeirosPassos {
     width: 100%;
     height: 50vh;
     background-image: url(../img/banner/banner-primeiros-passos-desk-pagina.jpg);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .border-decoracao-pink {
     border-top: 1px solid #9D388E;
     border-bottom: 1px solid #9D388E;
 }

 @media screen and (max-width: 1399px) {
     .alt-down {
         font-size: 17px;
         line-height: 23px;
     }

     .alt-down2 {
         font-size: 15px;
         line-height: 21px;
     }

     .alt-text {
         font-size: 17px;
         line-height: 21px;
     }
 }