.method-sec {
    /* min-height: 100vh; */
    background-color: #F3F8FE;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto !important;
    height: auto !important;
    /* margin-bottom: -5em; */
}

.transition-badge{
    position: absolute;
    margin-top: -5em;
    /* top: -190px; */
    left: 0px;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    display: flex;
    justify-content: center;
}

.transition-badge img {
    width: 110%;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(255, 255, 255));
    pointer-events: none;
  }
  
