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