body {
    background-color: #fff;
    background-image: url("../images/bg_main.jpg");
    background-repeat: repeat;
    background-position: left top;
}
.navbar-clr{
    background: rgb(253,29,29);
    background: linear-gradient(170deg, rgba(253,29,29,1) 0%, rgba(252,176,69,1) 80%);
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1rem 1rem;
    margin-left: auto;
    padding-left: 1.25rem;
    content: '';
}
.page-h1{
    font-size: 40px;
}
.page-h2{
    font-size: 36px;
}
.page-p{
    color: #000;
    margin-bottom: 0.6rem;
    text-align: justify;
}
.page-img{
    padding: 10px;
}
@media screen and (max-width: 468px) {
    .page-h1{
        font-size: 30px;
    }
    .page-h2{
        font-size: 26px;
    }
    .page-h3{
        font-size: 22px;
    }
    .page-h4{
        font-size: 18px;
    }
    .page-h5{
        font-size: 14px;
    }
    .page-h6{
        font-size: 12px;
    }
    .page-img{
        width: 100%;
    }
}