.open-sec{
    padding-top: 160px;
}
.p1{
    color: var(--site-color);
}
h3, h2{
    color: var(--site-color);
}
h2{
    font-size: var(--h2-size);
    margin-bottom: 16px;
}
h3{
    font-size: 25px;
    margin-bottom: 16px;
}
p{
    font-size: 17px;
    margin-bottom: 16px;
    color: #3e3c50;
}
.overlay{
    background-image: url(../images/gd/6.jpg);

}
.overlay::before{
    background-color: rgba(0, 0, 0, 0.6);
}
.overlay h2{
    font-size: 40px;
    text-align: center;
}
.overlay h2, .overlay p{
    position: relative;
    color: white;
    text-align: center;
}
.special{
    margin-top: 60px;
}
.header ul li a{
    color: black !important;
}

@media screen and (max-width: 768px) {
    .grid-2-r .grid-sec{
        width: 95%;
    }
    .h1{
        font-size: 35px;
        line-height: 45px;
    }
    .overlay h2{
        font-size: 30px;
    }
}