@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

p,
.container {
    color: #452e2e !important;
}

p,
li {
    font-size: 12px !important;
    font-weight: 500 !important;
    margin: 0;
    line-height: 15px;
}

@media (min-width: 1024px){
    body {
        background-image: url('/devant/img/bg/background.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top -54px right 0px;
    }
}

@media (max-width: 800px){
    .page-body-wrapper {
        background-image: none;
    }
}

img#img-service {
    width: 366px;
    height: 223px;
}

.text-brown {
    color: #452e2e !important;
}

.footer-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    font-weight: 500 !important;
    line-height: 1.5;
    border-radius: 0.2rem;
}