.row-number-3 {
background-image: url(https://support.nicheacademy.com/hubfs/Frame.png) !important;
    background-color: #1C2E69;
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
}

.training-button4 {
  margin:auto;
              font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 12px 24px;
    background-color: #FFFFFF;
    border: 1px solid #66AB5C;
    border-radius: 200px;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    max-width: 275px;
    transition: max-width 0.3s ease-in-out, padding-right 0.3s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 40px;
    color: #66AB5C;
        }

        .training-button4 .link-arrow {
            opacity: 0;
            margin-left: 10px;
            transition: opacity 0.3s ease-in-out;
        }

        .training-button4:hover {
            max-width: 310px;
            padding-right: 30px;
          text-decoration:none;
        }

        .training-button4:hover .link-arrow {
            opacity: 1;
        }

        .over-title2 {
          margin-bottom:0;
            font-family: Poppins;
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            text-align: center;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            color: #66AB5C;
        }

        .banner-title2 h2 {
            font-family: Poppins;
            font-size: 36px;
            font-weight: 600;
            line-height: 46px;
            text-align: center;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            color:white;
        }
        .niche-banner2 {
          justify-content:center;
            align-items: center;
          
            max-width: 1240px;
            margin: auto;
           gap: 70px;
            display: flex;
            
            border-radius: 48px;
        }
.banner-desc2 p{

    margin-top: 25px;
    font-family: Roboto;
font-size: 20px;
font-weight: 400;
line-height: 32px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #FFFFFF;
}
.min-w {
  max-width:600px;
  text-align:center;
  margin:auto;
  
}

@media screen and (max-width:780px) {
 .niche-banner2 {
          flex-direction: column;
    padding: 46px 25px;
   padding-right:0;

  }
  
  .banner-img {
       width: 100%;
    display: flex
;
    justify-content: end; 
  }
  
    .banner-img img {
          margin: inherit !important;
 margin-left: auto !important;
  }
  
  .banner-text {
    padding-right:24px;
}