.custom-p-style {
        display: inline-grid;
        color: #2fb1ff !important;
        font-size: 25px;
        margin: 0;
        margin-bottom: 0 !important;
        justify-self: center;
        align-self: center;
      }
.custom-h1-title {
    text-align: center;
    font-size: 2.375rem;
}
@media (min-width: 1200px) {
.custom-about-responsive {
    padding: 0 12rem 50px;
}
}
.custom-bold {
font-weight: 600;
}
.custom-common {
color: black !important;
-webkit-font-smoothing: antialiased;
padding-left : 20px;
padding-right : 20px;
font-family: poppins;
}
span > strong {
font-size: 12pt;
font-weight: 500;
}
      .seperator-axi {
        padding: 15px;
      }
      .custom-r-style {
        display: inline-grid;
        color: #7d7d7d !important;
        font-size: 25px;
        margin: 0;
        margin-bottom: 0 !important;
        justify-self: center;
        align-self: center;
      }

      .custom-bck-2 {
        background-color: #e4e4e463;
        border-radius: 4px;
      }

      .custom-bck {
        background-color: #dfdfdfc4;
        border-radius: 4px;
      }

      .custom-questions > span,
      .question-answered > span {
        font-size: 15px;
        padding-left: 15px;
        vertical-align: middle;
        align-self: center;
        justify-content: space-around;
font-family: poppins;
      }

      .custom-questions {
        font-size: 25px;
        border-left: 4px solid #2fb1ff;
        padding: 25px;
        color: #222222;
        grid-template-columns: auto 1fr auto;
        display: grid;
        border-radius: 4px;
      }
      .question-answered {
        font-size: 25px;
        border-left: 4px solid #9a9797;
        padding: 25px;
        color: #7d7d7d;
        grid-template-columns: auto 1fr auto;
        display: grid;
        border-radius: 4px;
      }
      .seperator {
        padding: 30px;
      }