.website-dev{
    background-image: url(../images/dm/bg-dm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.open-top{
    padding-top: 160px;
}
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;
}

@media  screen and (max-width: 768px) {
    .grid-2-r .grid-sec{
        width: 95%;
    }
    .h1{
        font-size: 35px;
        line-height: 45px;
    }
}