
.see-previous-submissions {
    padding-bottom: 0px;
    padding-top: 50px;
}
details {
    border-top: 1px solid #D4D7DC;
    padding-block: 30px;
    font-size: 20px;
    line-height: 1.3;
}

/*Making Icon secton shorter*/
.rf-custom-topics-icons {
padding-block: 60px;
}


.flex-box-section-full.has-background.rf-custom-topics-hero {
  display: flex;
  align-items: center;
  height: 600px
}


/* Mobile text styles */
@media (max-width: 768px) {
    body {
        font-size: 14px; /* Increase or decrease based on needs */
        line-height: 1.4;
    }
    
    /* Adjust headings and other elements */
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.25em; /* Responsive scaling based on their current size */
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
  .flex-box-section-full.has-background.rf-custom-topics-hero {
    padding: 20% 0; /* Mobile padding */
    background-image: url(https://static.rainfocus.com/intuit/connect2025/static/staticfile/staticfile/CFT_BG_Mobile_1745180782649001AwI5.png);
    width: 100%;
    height: 550px;
    display: flex;
    align-items: baseline;
}
  }
}

@media (max-width: 768px) {
  div.flex-box-section-full:nth-child(5) {
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
    .flex-box-section-full.align-vertical-center, .flex-box-section.align-vertical-center {
        pb-space-gap: 0px !important;
    }
}
