.page-header {
  height: 62vh;
  min-height: 350px;
}
.events-items-container {
  padding: 80px 0;
}
.events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 25px;
}
.event-card-slide {
  display: flex;
  height: auto;
}

.news {
    padding: 50px 0 50px;
}
.news-main-title {
    color: #231b18;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.3em;
    font-size: 2.5em;
    position: relative;
}
.article-line {
    content: "";
    display: block;
    height: 3px;
    width: 37px;
    background: #b8b8b8;
    left: 0;
    margin-bottom: 0.5em;
}
.news-socialmedia {
    padding: 18px 0 10px;
}
.news-social-icon {
    display: inline-block;
}
.news-social-icon .icon {
    font-size: 17px;
    margin-right: 13px;
}
.news-social-icon .fa-instagram {
    color: #8a3ab9;
}
.news-social-icon .fa-facebook-f {
    color: #006cb7;
}
.news-social-icon .fa-youtube {
    color: #ff0000;
}
.news-social-icon .fa-linkedin-in {
    color: #2867b2;
}
.news-main-text {
    color: #231b18;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 35px;
    line-height: 1.85;
}
.article-row {
    display: flex;
    padding: 1.5em 0;
    border-bottom: 1px solid #ebebeb;
}
.article-row:last-of-type {
    border: none;
}
.article-img {
    width: 180px;
    height: 105px;
    margin-right: 20px;
    object-fit: cover;
}
.article-img img {
    height: 100%;
    width: 100%;
}
.article-details {
    width: calc(100% - 200px);
}
.article-title {
    color: #231b18;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}
.article-title:hover {
    color: #52BA64;
}
.article-text {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 4px;
}
.article-date {
    font-size: 16px;
    color: #727272;
}
.view-article-header img {
    width: 100%;
    margin-bottom: 27px;
    max-height: 450px;
    object-fit: cover;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .events-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }

    .news-main-title {
        font-size: 1.8em;
    }
    .article-row {
        display: block;
    }
    .article-img {
        margin-bottom: 22px;
        height: 205px;
    }
    .article-img,
    .article-details {
        width: 100%;
    }
}

@media (max-width: 767.98px) {

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .events-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .news-main-title {
        font-size: 2em;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .events-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .events-grid {
        gap: 10px
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {

}

@media (min-width: 1400px) {
}
