@import url('footer.css?v2.0');
@media (min-width: 1400px) {
    .blogs-list-main .col-xxl-3 {
        width: 26%;
    }
    .blogs-list-main .col-xxl-9 {
        width: 74%;
    }
}
.page-title {
    padding-top: 3.75rem;
    color: #333333;
    font-size: 40px;
    text-align: center;
}

.breadcrumb-wrap {
    margin-bottom: 1.875rem;
}
.desc {
    margin-bottom: 3.75rem;
    line-height: 1.1875rem;
    color: #333333;
    font-size: 1rem;
}
@media (max-width: 767px) {
    .desc {
        margin-bottom: 1.875rem !important;
    }
}

.container {
    --bs-gutter-x: 1.875rem !important;
}

h2 {
    font-size: 34px;
}
h3 {
    font-size: 28px;
}
.__sl-custom-track-page-content {
    padding-top: 30px;
}