/*.approach-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #161d48cc);
    z-index: 3;
    pointer-events: none;
}*/
.approach-section .approach-list {
    /*height: 520px;
    overflow-y: scroll;
    padding-bottom: 60px;
    padding-right: 20px;*/
}
.approach-box {
    margin-bottom: 40px;
}
.approach-sr-no h2 {
    line-height: 1;
    width: 48px;
}
.approach-info {
    padding-left: 60px;
}

.approach-list::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 176px;
}
.approach-list::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.13);
    border-radius: 176px;
}
.approach-list::-webkit-scrollbar {
    width: 7px;
}
@media screen and (max-width: 1600px) {
    .approach-title {
        font-size: 20px;
    }
}