﻿.second-banner-section{background:linear-gradient(155deg, var(--first_color), var(--second_color));display:flex; flex-direction:column;}
.section-shape{position:absolute; width:100%; height:auto;bottom:0; left:0;}

@media (max-width: 991.98px)
{
   .second-banner-section{padding:3rem 0 3rem;}
}

@media (max-width: 575.98px) 
{
    .second-banner-section{padding:2rem 0 2rem;}
}