:root {
    --plyr-color-main: #275680;
}

html, body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

body {
    background-color: #fff;
}

a {
    color: #272272;
}

a:hover {
    color: #8882d3;
}

.btn {
    font-weight: bold;
    border-radius: 50px;
    padding: 12px 30px;
    border-width: 2px;
    font-size: 14px;
}

.btn-primary,
.btn-primary.focus,
.btn-primary:focus {
    background-color: #dfb550;
    color: #fff;
    border-color: #dfb550;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #fff;
    color: #dfb550;
    border-color: #dfb550;
}

.btn-lg {
    padding: 18px 60px;
    font-size: 16px;
}

.btn-outline-primary {
    border-color: #dfb550;
    border-width: 2px;
    color: #dfb550;
    background-color: #fff;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #dfb550;
    border-color: #dfb550;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 181, 80, 0.5);
}

.form-control {
    border-radius: 10px;
}

.form-control:focus {
    border-color: #dfb550;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(223, 181, 80, 0.5);
}

.page-link {
    padding: 12px 20px;
    background-color: #fff;
    color: #dfb550;
    border-color: #dfb550;
    font-weight: 500;
}

.page-link:hover {
    color: #fff;
    background-color: #dfb550;
    border-color: #dfb550;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 181, 80, 0.5);
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dfb550;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #dfb550;
    border-color: #dfb550;
}

.page-item:first-child .page-link {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.header {
    position: relative;
    margin-bottom: 40px;
}

.header-bg {
    background-size: auto calc(100% - 350px);
    background-position: top;
    background-repeat: no-repeat;
}

.header-bg::before {
    content: "";
    background: linear-gradient(to bottom, #fff, transparent, transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-links-bar,
.main-links-bar-close {
    position: absolute;
    background: none;
    border: none;
    font-size: 40px;
    color: #275680;
    line-height: 40px;
}

.main-links-bar {
    top: 50%;
    transform: translateY(-50%);
}

.main-links-bar-close {
    top: 5px;
    right: 15px;
}

.main-links-bar:focus,
.main-links-bar-close:focus {
    outline: none;
}

.main-links {
    position: relative;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100vh;
    background: #fff;
}

.main-links.expanded {
    display: block;
}

.main-links .container {
    z-index: 1;
    position: relative;
    margin-top: 15px;
}

.main-links > .container > .row > .col {
    width: 100%;
}

.main-links .links-lines {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-links .links-lines .links-line {
    width: calc(50% - 100px);
    position: relative;
}

.main-links .links-lines .links-line:last-child {
    transform: rotateZ(180deg);
}

.main-links .links-lines .links-line::before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 50px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 300" preserveAspectRatio="none"><path d="m10,0 a2100,3100,0,0,0,0,300 l-10,0,0,-300 z" fill="rgb(39,86,128)"/></svg>');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.main-links .links-lines .links-line::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: calc(100% - 30px);
    background: #275680;
}

.main-links-logo {
    display: none;
}

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

.links-nav ul li a {
    display: block;
}

.links-nav-main li a {
    padding: 10px 0;
}

.links-nav-list li a {
    padding: 5px 0;
}

ul.links-nav-list li {
    display: block;
    font-size: 14px;
}

.links-nav-main {
    color: #275680;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.links-nav-main a {
    color: #007365;
}

.links-social a,
.footer .links-social a {
    color: #c9cdda;
}

.header-slider {
    margin-top: 40px;
}

.header-slider-carousel, .header-slider-post {
    width: 100%;
}

.header-slider .header-slider-posts a {
    text-decoration: none;
    color: #fff;
}

.header-slider-carousel .flickity-button {
    position: relative;
    transform: translateX(calc(-100% - calc(15px / 2)));
    border-radius: 4px;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.25);
    margin-top: 20px;
    width: 50px;
    height: 50px;
    color: #1a005f;
}

.header-slider-carousel .flickity-button.next {
    margin-left: 15px;
}

.header-slider-posts-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

.header-slider-posts-title a {
    background: rgba(50, 79, 143, 0.85);
}

.header-slider-posts-description {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 20px;
}

.header-slider-posts-description a {
    background: rgba(70, 160, 202, 0.85);
}

.header-slider .prayers-today {
    background: rgba(0, 115, 101, 0.85);
    color: #fff;
    z-index: 1;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
    padding: 30px 10px;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 50px 0;
}

.breadcrumb-item {
    font-size: 14px;
}

.breadcrumb-item:not(.active) a {
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 15px;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 15px;
    color: #6c757d;
    content: "\f105";
    font-family: "FontAwesome";
}

.prayers-today {
    position: relative;
}

.prayers-today .prayers-today-date {
    position: absolute;
    right: 10px;
    top: 10px;
}

.prayers-today .prayers-item:not(:first-child) {
    margin-top: 20px;
}

.prayers-today .prayers-item .prayer-header {
    font-weight: 300;
    font-size: 18px;
    position: relative;
    overflow: hidden;
}

.prayers-today .prayers-item .prayer-header::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    margin-top: -1px;
}

.prayers-today .prayers-item .prayer-times {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prayers-today .prayers-item .prayer-times .prayer-time {
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

.prayers-today .prayers-item .prayer-times .prayer-time.now {
    color: #dfb550;
    font-size: 14px;
}

.prayers-today .prayers-item .prayer-times .prayer-time span {
    font-weight: 300;
    font-size: 23px;
    display: block;
}

.prayers-today .prayers-item .prayer-times .prayer-time.now span {
    font-size: 27px;
}

.content-box {
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 5px 30px 0 rgba(23, 79, 72, 0.1);
    position: relative;
    padding: 20px 15px;
}

.content-box.colored {
    background-color: #007365;
    color: #fff;
    z-index: 1;
}

.content-box.colored::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-image: url("/images/box-bg.png");
    background-repeat: no-repeat;
    background-size: 115%;
    background-position: 50% calc(100% + 30px);
    border-radius: inherit;
    z-index: -1;
}

.content-box.colored .block-header {
    color: #fff;
}

.content-box.colored .block-header:before {
    background-image: url("/images/separator-white.png");
    background-color: #007365;
}

.content-box.colored .block-header:after {
    background-color: #fff;
}

.block-w-pattern {
    background-image: url("/images/bg-pattern.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 80px 0;
    margin-bottom: -80px;
}

.content-box.w-pattern {
    padding-bottom: 250px;
    background-image: url("/images/footer-pattern.png");
    background-repeat: no-repeat;
    background-position: 50% calc(100% + 1px);
    background-size: 900px;
}

.home-block-margin {
    margin-top: 80px;
}

.footer {
    position: relative;
    margin-top: 350px;
    background-color: #808e8e;
    color: #fff;
}

.footer::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    background-image: url("/images/footer-pattern.png");
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: 50% calc(100% + 4px);
}

.footer a {
    color: #fff;
}

.footer .footer-rights {
    padding-top: 40px;
    padding-bottom: 60px;
    font-size: 13px;
    text-align: center;
    position: relative;
}

.footer .footer-rights p {
    margin-bottom: 0;
}

.footer .footer-rights a {
    color: #a3e2f1;
}

.footer .footer-rights .footer-pgrant {
    display: block;
    max-width: 100%;
    margin: 0 auto 40px;
}

.footer .footer-rights .footer-pgrant img {
    display: block;
    max-width: 100%;
}

.block-header {
    font-size: 26px;
    font-weight: 800;
    color: #275680;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 54px;
    line-height: 54px;
}

.block-header.w-separator::before,
.block-header.w-separator-lg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background-image: url("/images/separator.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    background-size: calc(100% - 15px);
    z-index: 1;
}

.block-header.w-separator::after,
.block-header.w-separator-lg::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #4383c3;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    margin-top: -1px;
}

.block-header.w-separator-lg::before,
.block-header.w-separator-lg::after {
    display: none;
}

.news-carousel:not(.flickity-enabled) {
    max-height: 400px;
    overflow: hidden;
}

.news-carousel:not(.flickity-enabled) .carousel-cell {
    visibility: hidden;
}

.news-carousel .carousel-cell {
    width: 100%;
}

.news-carousel .carousel-cell:not(:first-child) {
    margin-left: 10px;
}

.news-carousel .flickity-prev-next-button {
    top: auto;
    bottom: 0;
    transform: translateY(50%);
    z-index: 9;
}

.news-carousel .flickity-page-dots,
.partners-carousel .flickity-page-dots {
    position: relative;
    margin-top: 25px;
    bottom: 0;
}

.news-carousel .flickity-page-dots .dot,
.partners-carousel .flickity-page-dots .dot {
    background-color: #f0ede7;
    opacity: 1;
}

.partners-carousel .flickity-page-dots .dot.is-selected,
.news-carousel .flickity-page-dots .dot.is-selected {
    background-color: #50abdf;
}

.post-card {
    border: none;
}

.post-card .card-body {
    padding: 0;
    margin-top: 20px;
}

.post-card .card-title,
.post-card .card-title a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.post-card .card-text {
    font-size: 14px;
}

.post-card .card-link {
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    line-height: 18px;
}

.home-events {
    margin-top: 90px;
}

.home-events .event-date {
    font-size: 18px;
    font-weight: bold;
    color: #4383c3;
    margin-bottom: 15px;
}

.home-events .events-last > .row {
    margin-bottom: -30px;
}

.home-events .events-last .event-last {
    margin-bottom: 30px;
}

.home-events .event-last {
    position: relative;
}

.home-events .event-last::before {
    content: "";
    background: linear-gradient(to bottom, transparent 40%, #4383c3 95%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-events .event-last img {
    width: 100%;
}

.home-events .event-last .event-info {
    position: absolute;
    bottom: 0;
    padding: 15px 20px;
    width: 100%;
}

.home-events .event-last,
.home-events .event-last .event-date,
.home-events .event-last .event-link a {
    color: #fff;
}

.home-events .event-text {
    font-size: 16px;
    font-weight: 500;
}

.home-events .event-link {
    font-size: 12px;
}

.home-events .event-regular:not(:first-child) {
    margin-top: 25px;
}

.current-prayer-date {
    font-size: 32px;
    font-weight: 300;
}

.current-prayer-time {
    display: flex;
}

.current-prayer-time > div {
    width: 60px;
    text-align: center;
    margin: 0 5px;
}

.current-prayer-time .value {
    font-size: 24px;
    font-weight: bold;
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.current-prayer-time .value::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.current-prayer-time .hours .value::before {
    background-image: url("/images/circle-hour.png");
}

.current-prayer-time .minutes .value::before {
    background-image: url("/images/circle-min.png");
}

.current-prayer-time .hours .value::after,
.current-prayer-time .minutes .value::after {
    content: ":";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.current-prayer-time .seconds .value::before {
    background-image: url("/images/circle-sec.png");
}

.current-prayer-time .name {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.502);
}

.prayers-calendar .block-header {
    margin-bottom: 45px;
}

.prayers-calendar .prayer-times {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 18px;
}

.prayers-calendar .prayer-times .prayer-time {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.prayers-calendar .prayer-times .prayer-time span {
    font-size: 30px;
    font-weight: 300;
    display: block;
}

.prayers-calendar .prayer-times .prayer-time.active {
    font-size: 18px;
    border: 10px solid #dfb550;
    border-radius: 50%;
}

.prayers-calendar .prayer-times .prayer-time.active span {
    font-size: 36px;
}

.prayers-calendar-link {
    margin-top: 80px;
    margin-bottom: 35px;
    text-align: center;
}

.home-partners {
    margin-top: 80px;
}

.home-partners .partners-carousel .partners-item {
    border: 1px solid #f3f1f0;
    position: relative;
    margin: 20px 0;
}

.home-partners .partners-carousel .partners-item::before,
.home-partners .partners-carousel .partners-item::after {
    content: "";
    background-image: url("/images/plus.png");
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
}

.home-partners .partners-carousel .partners-item::before {
    top: 0;
    transform: translateX(calc(-50% - 1px)) translateY(-50%);
}

.home-partners .partners-carousel .partners-item::after {
    bottom: 0;
    transform: translateX(calc(-50% - 1px)) translateY(50%);
}

.partners-carousel .flickity-prev-next-button {
    top: calc(50% - 20px);
    z-index: 9;
}

.partners-carousel .flickity-prev-next-button.previous {
    left: -15px;
}

.partners-carousel .flickity-prev-next-button.next {
    right: -15px;
}

.book-card {
    display: flex;
}

.book-card .book-image {
    max-width: 160px;
    flex: 0 0 160px;
}

.book-card .book-image img {
    max-width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.book-card .book-info {
    margin-left: 20px;
}

.book-card .book-title {
    font-size: 18px;
    font-weight: bold;
    color: #4383c3;
}

.book-card .book-description {
    margin-top: 10px;
}

.book-card .book-link {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
}

.question-card {
    background-color: #e5f1ef;
    padding: 25px 30px;
}

.question-card p {
    margin: 0;
}

.question-card .question {
    display: flex;
    width: 100%;
}

.question-card .question i {
    width: 40px;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #dfb550;
    color: #fff;
}

.question-card .question p {
    font-size: 18px;
    font-weight: bold;
    color: #007365;
    margin-left: 15px;
}

.question-card .answer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #ccdbd8;
}

.question-form .question-form-header {
    font-size: 18px;
    font-weight: bold;
    color: #4383c3;
    margin-bottom: 10px;
}

.organization-card .organization-title {
    font-size: 18px;
    font-weight: bold;
}

.organization-card .organization-description,
.organization-card .organization-images {
    margin-top: 15px;
}

.organization-card .organization-images {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}

.organization-card .organization-images img {
    flex: 0 0 33%;
    display: block;
    width: 33.3%;
    padding: 5px;
}

.home-video video {
    width: 100%;
}

.question p,
.answer p,
.organization-description {
    white-space: pre-line;
}

/* POST */

.post .post-title {
    font-size: 36px;
    font-weight: 800;
    color: #4383c3;
    margin-bottom: 25px;
}

.post .post-date {
    font-style: italic;
    margin-bottom: 10px;
}

.post .post-image,
.post .post-video {
    margin-bottom: 50px;
}

.post .post-image img,
.post .post-video video {
    max-width: 100%;
}

.post .post-content h1,
.post .post-content h2,
.post .post-content h3,
.post .post-content h4,
.post .post-content h5,
.post .post-content h6 {
    color: #4383c3;
}

.post .post-content img {
    max-width: 100%;
    height: auto;
}

.post .post-content blockquote {
    margin: 15px 0;
    padding: 0 0 0 29px;
    border-left: 5px solid #007365;
    font-style: italic;
}

.post .post-content blockquote::before {
    content: "\f10d";
    display: block;
    font-family: fontawesome;
    font-style: normal;
    font-size: 36px;
    margin-bottom: 10px;
}

.post .post-content blockquote p:last-of-type {
    margin: 0;
}

.post .post-images {
    margin-top: 40px;
}

.post .post-images > * {
    margin-top: 20px;
}

.post .post-images a {
    display: block;
}

.post .post-images img {
    width: 100%;
    height: 200px;
}

.post .post-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.post .post-list ul li {
    padding: 5px;
}

.post .post-list ul li b {
    margin-right: 10px;
}

.posts-sidebar {
    padding: 25px;
    background-color: #e5f1ef;
}

.posts-sidebar .sidebar-title {
    font-size: 24px;
    font-weight: 800;
    color: #007365;
    margin-bottom: 30px;
}

.posts-sidebar .post-card {
    background-color: transparent;
}

.posts-sidebar .post-card:not(:first-child) {
    margin-top: 30px;
}

.video-card .video-title,
.video-card .video-title a {
    font-size: 18px;
    font-weight: bold;
}

.video-card .card-category-name {
    margin-bottom: 15px;
}

.video-card video {
    width: 100%;
}

.book-canvas-container {
    text-align: center;
}

.book-canvas-controllers {
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
}

.book-canvas-controllers .btn {
    padding: 0 30px;
    height: 40px;
}

.book-canvas-controllers div#page_num {
    width: 50px;
    text-align: center;
    line-height: 38px;
    margin: 0 10px;
    border: 1px solid #dfb550;
    border-radius: 8px;
    height: 40px;
}

.book-canvas-container canvas {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.categories {
    margin-bottom: 50px;
}

.categories .category-card {
    margin-bottom: 30px;
}

.category-card {
    position: relative;
}

.category-card .category-image a::before {
    content: "";
    background: linear-gradient(to bottom, transparent 40%, #007365 95%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.category-card .category-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
}

.category-card .category-name a {
    color: inherit;
    display: block;
    padding: 10px 15px;
}

.category-card .category-image a {
    display: block;
    width: 100%;
    background: linear-gradient(to bottom, transparent 40%, #007365 95%);
    padding-bottom: 100%;
    box-shadow: 0 0 10px 1px #ccc;
}

.category-card .category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.table-prayers th,
.table-prayers td {
    text-align: center;
}

.album-card {
    position: relative;
}

.album-card .album-image {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.album-card .album-image img {
    width: 100%;
    object-fit: cover;
}

.album-card .album-title,
.album-card .album-title a {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
}

.album-track {
    border: 1px solid transparent;
    border-bottom-color: #e5f1ef;
}

.album-track.active {
    border-color: #007365;
}

.album-track.active .album-track-listen,
.album-track:not(.active) .album-track-repeat,
.album-track:not(.active) .album-track-player {
    display: none;
}

.album-track-info {
    position: relative;
    cursor: pointer;
    padding: 18px;
}

.album-track-info .album-track-name {
    font-size: 16px;
    font-weight: 500;
}

.album-track-info button {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #007365;
    font-size: 20px;
    padding: 0;
}

.album-track-info button.active {
    color: #dfb450;
}

.album-track-player .plyr--audio .plyr__controls {
    background-color: #007365;
    color: #fff;
}

.album-track-player .plyr--full-ui input[type=range] {
    color: #dfb450;
}

.album-track-player .plyr--audio .plyr__progress__buffer {
    background: #fff;
}

.card-category-name,
.card-category-name a {
    display: block;
    color: #000;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin-top: 4px;
}

.ws-pre-line {
    white-space: pre-line;
}

.articles .article-card:not(:first-child) {
    border-top: 1px solid #eee;
    margin-top: 3rem;
    padding-top: 3rem;
}

.article-card .article-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.article-card .card-category-name a {
    margin-top: 0;
}

.article-card .article-description,
.article-card .article-link {
    margin-top: 15px;
}

.article-card .article-link {
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    line-height: 18px;
    display: block;
}

.article-image {
    margin-bottom: 20px;
}

.article-image img {
    width: 100%;
}

.footer .informers {
    text-align: center;
}
