.rsa-text-benefits h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  background: linear-gradient(91.3deg, #E7F5FF 10.73%, #A9C1FF 89.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.rsa-text-benefits .description {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #E7F5FF;
  max-width: 800px;
  margin: 0 auto 40px;
}

.rsa-text-benefits .benefits-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.rsa-text-benefits .benefits-wrapper .benefit-item {
  margin-bottom: 25px;
}

.rsa-text-benefits .benefits-wrapper h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  background: linear-gradient(91.3deg, #E7F5FF 10.73%, #A9C1FF 89.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0;
}

.rsa-text-benefits .benefits-wrapper p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #E7F5FF;
  margin-top: 10px;
}

.rsa-text-benefits .bottom-block {
  background: linear-gradient(93.13deg, #A863EE -21.12%, #4B50FE 90.87%);
  border-radius: 10px;
  margin: 35px 0px;
  padding: 30px;
  display: flex;
  justify-content: center;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.rsa-text-benefits .bottom-block ul {
  list-style: disc;
  padding-left: 40px;
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .rsa-text-benefits .benefits-wrapper {
    flex-direction: row;
    justify-content: center;
  }

  .rsa-text-benefits .benefits-wrapper .benefit-item {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
/* new-template */
.fsisac-2023 .rsa-text-benefits {
  background: #150B42;
  padding:50px 0px;
}
.fsisac-2023 .rsa-text-benefits h2{
 color: #E7F5FF;
text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 800;
line-height: 46px; /* 127.778% */
letter-spacing: 0.36px;
text-transform: uppercase;
background-color:border-radius: 11px;
 -webkit-text-fill-color:unset;
    margin:0;
 padding-bottom: 24px;
  
}
.fsisac-2023 .rsa-text-benefits .description{
  color: #E7F5FF;
text-align: center;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 39px; /* 195% */
    -webkit-background-clip: none;
  -webkit-text-fill-color: unset;
   max-width:100%;
  margin:0px;
}
.fsisac-2023 .rsa-text-benefits .bottom-block{
  background:none;
  color: #E7F5FF;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 39px; /* 195% */
}
