* {
    font-family: "Montserrat", san-serif;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-weight: 500;
}

a {
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.p-rel {
    position: relative;
}

.main {
    position: relative;
    margin-top: 63px;
}

.row{
    margin: 0!important;
}

@media screen and (max-width: 992px) {
    .main {
        margin-top: 55.6px;
    }
}