html {
    --color-header: #b08c46;
}

/* #header-baptism {
    margin: 10px;
    display: inline-block;
} */

.b-logo {
    overflow: hidden;
    margin: 5px 0;
}

.b-logo > a {
  width: 50%;
  display: block;
  float: left;
}

.b-logo > a img {
    max-width: 100%;
    text-align: center;
}

#header-logo {
    margin-top: 10px;
}

@media screen and (max-width: 950px) {
    #header-baptism {
        display: none;
    }

    #header-logo {
        width: 100%;
    }
}

.carousel-Banners-default {
    min-height: unset;
}

.carousel-content {
    padding: 30px;
}

.carousel-content p:first-child + p + p {
  font-size: medium; 
}

.main-articles-wrapper {
    margin-top: 50px;
}


.cat-news .w-sm-80.col-12, .main-articles-wrapper .w-lg-80 {
    flex: unset;
    width: 100%;
}

@media screen and (max-width: 1330px) {

    .carousel-item a {
        width: 100%;
        display: block;
    }

    .carousel-Banners-default .crop-wrap {
    background-position: center center !important;
    }

    .carousel-content {
        display: block;
        position: static;
        width: 100%;
    }

}