.swiffy-slider-section{
    max-width: 1440px;    
    margin: 70px auto;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Trebuchet MS', sans-serif;
    
}

.swiffy-slider-section h2{
    position: relative;
    font-size: 36px;
    padding: 0.2em 1em;
    font-weight: 500;
    margin-top: 20px;
}

.swiffy-slider-section h2::after{
    content:"";
    background-color: var(--text-color-hover);
    position: absolute;
    left: 41%;      
    top: 100%;
    width: 18%;
    height: 4px;
    margin: 10px auto;
    margin-bottom: 20px;
           
}

.swiffy-slider{
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

@media(max-width:1080px){
    .swiffy-slider-section h2{
        
        font-size: 24px;   
        
    }

    .swiffy-slider-section h2::after{
        content:"";
        background-color: var(--text-color-hover);
        position: absolute;
        left: 33%;      
        top: 100%;
        width: 35%;
        height: 4px;
        margin: 10px auto;
        margin-bottom: 20px;
               
    }
}

