@media(max-width:576px){
    footer{
        .column{
            margin-bottom: 20px;
        }
    }
    .pd-80{
        padding: 30px 0 !important;
    }
    p{
        font-size: 1rem !important;
    }
}
@media(max-width:768px){
    .pd-80{
        padding: 50px 0;
    }
    .section{
        padding: 30px 0;
    }
    h2{
        font-size: 32px;
    }
    .banner-info{
        .column{
            margin-bottom: 20px;
        }
    }
    .about-us {
    & .column {
        & .col-content {
            h3 {
                font-size: 32px;
            }
        }
    }
}
}
@media(max-width:1024px){
    .documents{
        .column{
            margin-bottom: 20px;
        }
    }
}
@media(min-width:768px) and (max-width:1024px){
    .about-us {
    & .column {
        & .col-content {
            h3 {
                font-size: 28px;
            }
            p{
                font-size: 15px;
                margin-bottom: 10px;
            }
        }
    }
}
.banner-info{
    .column{
        margin-bottom: 20px;
    }
}
.banner-main{
    .slider{  
        .slide{
            position: relative;
            border-bottom: 4px solid var(--theme-color1);
             &::after{
                    position: absolute;
                    content: "";
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background-color: #000;
                    opacity: 0.8;
            }
            img{
                height: 100vh;
            }
            .img-content{
                position: absolute;
                display: inline-block;
                top: 50%;
                left: 50%;
                transform: translate(-50% , -50%);
                text-align: center;
                width: 80%;
                z-index: 9999;
                h2{
                    font-weight: bold;
                    color: #fff;
                    margin-bottom: 20px;
                }
                P{
                    color: #fff;
                    line-height: 1.8;
                    text-align: center;
                    margin-bottom: 30px;
                }
            }
        }
    }
}
}