* {
    margin: 0;
    padding: 0;
}

body {
    color: #212529;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 500;
}

h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #212529;
}

h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}

h5 {
    font-size: 19px;
    line-height: 23px;
}

p {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #868686;
}

p small {
    font-size: 14px;
    line-height: 22px;
    color: #6d6d6d;
}

a {
    color: inherit;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

a:hover {
    color: #d0ab54;
}

.container {
    max-width: 1261px;
}

.container-fluid {
    padding: 0 92px;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.mb_show {
    display: none;
}

.p-76 {
    padding: 76px 0;
}

.pb-76 {
    padding-bottom: 76px;
}
.pt-38 {
    padding-top: 38px;
}

.col-md-2\.5 {
    width: 20%;
}
.lightbox .lb-image {
    border: 0;
}
.lb-dataContainer {
    position: absolute;
    top: 0;
    right: 10%;
}

@media screen and (max-width: 1700px) {
    .container {
        max-width: 1120px;
    }

    .container-fluid {
        padding: 0 42px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    p small {
        font-size: 13px;
        line-height: 20px;
    }

    h2 {
        font-size: 27px;
        line-height: 33px;
    }

    h3 {
        font-size: 19px;
        line-height: 23px;
    }

    h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1400px) {
    .col-md-2\.5 {
        width: 25%;
    }
}

@media screen and (max-width: 500px) {
    .col-md-2\.5 {
        width: 50%;
    }
}
