
.hp-slider {
    .et-pb-slider-arrows:not(.custom) {
        display: none;
    }
    
    .et_pb_slides {
        padding: 0px;
        
        .et_pb_slide {
            padding: 26px 36px 26px 29px;
            
            .et_pb_container{
                height: 100% !important;
    
                .et_pb_slide_description {
                    padding: 0px;
                    text-align: left !important;
                    
                    h3 {
                        font-size: 25px;
                        margin-top: 14px;
                        margin-bottom: 7px;
                    }
                }
                
                
                .hp-slide-footer {
                    display: flex;
                    justify-content: space-between;
                    
                    .et-pb-slider-arrows.custom {
                        display: flex;
                        .et-pb-arrow-prev, .et-pb-arrow-next {
                            opacity: 1;
                            position: relative;
                            font-size: 14px;
                            margin-top: 0px;
                            top: 0px;
                        }
                        
                        .et-pb-arrow-prev {
                            left: 0px !important;    
                        }
                        
                        .et-pb-arrow-next {
                            right: 0px !important;
                            display: flex;
                            align-items: center;
                            margin-left: 12px;
                            
                            /* Make the next arrow appear after the text "Next" */
                            &::before {
                                order: 2;
                            }
                        }
                        
                    }
                    
                    .more-button:after {
                        font-family: ETmodules !important;
                        speak: none;
                        font-style: normal;
                        font-weight: 400;
                        -webkit-font-feature-settings: normal;
                        font-feature-settings: normal;
                        font-variant: normal;
                        text-transform: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        text-shadow: 0 0;
                        direction: ltr;
                        
                        font-size: 32px;
                        content: "\35";
                        position: absolute;
                        margin-left: -1em;
                        -webkit-transition: all .2s;
                        transition: all .2s;
                        text-transform: none;
                        -webkit-font-feature-settings: "kern" off;
                        font-feature-settings: "kern" off;
                        font-variant: none;
                        font-style: normal;
                        font-weight: 400;
                        text-shadow: none;
                        color: white;
                        background-color: #95C768;
                        border-radius: 25px;
            
                    }
                }
            }
        }
    }
}