p {
    color: #1b1b19 !important;
    line-height: 30px;
    font-size: 15px !important;
    font-weight: 300;
}
.diy-page-articles h1.about_title {
    text-transform: none;
    font-size: 25px !important;
}
.section_title {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: inherit;
}
.main-introduction .container {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}
.page-title {
    margin-right: auto;
    font-family: inherit;
    font-size: 25px;
        text-transform: none !important;
}
.fa-folder:before {
    content: "\f07b";
    font-size: 29px;
    line-height: 50px;
    margin-left: 20px;
}
.media {
    margin-left: auto;
    font-size: 25px;
    font-weight: 300;
    margin-right: 0;
    line-height: 23px;
    font-family: inherit;
}
.diy-page-articles .article:nth-of-type(even) {
    flex-direction: row-reverse;
    margin-top: 20px;
    margin-bottom: 40px;
}
.diy-page-articles .article:nth-of-type(odd) .text {
    padding: 0px 30px 0px 30px;
}
.diy-page-articles .article:nth-of-type(even) .text {
    padding: 50px 5px 0px 40px;
}
footer .container.section__theme {
    width: 1800px;
}
img.bottom-banner {
    margin-bottom: 0px;
    margin-top: 0;
}
.diy-page-banner {
    margin-bottom: 100px;
}
.diy-page-introduction {
    margin-bottom: 100px;
}
.diy-page-introduction .introduction_title {
    font-size: 32px;
    text-align: center;
    font-family: inherit;
}
.diy-page-introduction {
    margin-bottom: 40px;
    margin-top: 60px;
}
.diy-page-latest-news .image-block {
    width: 470px;
    height: 100%;
    margin: auto;
    margin-bottom: 60px;
}
.diy-page-latest-news .article_title {
    font-size: 25px !important;
    font-weight: 600;
    line-height: 30px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: none;
}
.diy-page-latest-news p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
}
.diy-page-articles {
    margin-top: 60px;
    font-size: 15px;
}
.diy-page-latest-news h3.published_date {
    font-weight: 300;
}
.diy-page-latest-events .description {
    margin-top: 30px;
}
.diy-page-latest-events .description h2 {
    font-size: 20px;
    font-weight: 600;
}
.diy-page-latest-events p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.diy-page-latest-events .image-block {
    width: 100%;
}
.qr-block {
    padding: 40px;
    border: 1px solid grey;
    margin-bottom: 40px;
}
.whatsapp-group {
    max-width: 40%;
    vertical-align: middle;
    justify-content: center;
    display: flex;
}
.diy-page-whatsapp .description h2 {
    text-transform: none;
}
.diy-page-whatsapp .row {
    vertical-align: middle;
    justify-content: center;
    display: flex;
}
.diy-page-whatsapp .description {
    max-width: 100%;
    line-height: 27px;
    margin-bottom: 50px;
}
.diy-page-whatsapp h2.article_title {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.icon-top-right {
    right: 0;
    position: absolute;
    font-size: 30px;
}
.qr-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.diy-page-usefull-links {
    margin-bottom: 30px;
}
.diy-page-usefull-links .link-block {
    width: 250px;
    height: 250px;
    border-radius: 180px;
}
.diy-page-usefull-links .links h2 {
    text-transform: none;
    margin: auto !important;
}
.diy-page-usefull-links .links {
    /*margin: 20px;*/
    vertical-align: middle;
    justify-content: center;
    display: flex;
}
h2.link-title {
    margin: 20px;
    font-style: normal;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.diy-feature-banner {
    margin-top: 30px;
    margin-bottom: 30px;
}

.clientSlider div {
    width: 100%;
}
#mobile-instagram {
    max-width: 100% !important;
}
.image-container.insta-feed-block {
    height: 300px;
}
video#mobile-instagram {
    object-fit: cover;
    width: 100%;
    height: 735px;
    padding-bottom: 100%;
}
.diy-page-contact .title {
    font-size: 22px;
    font-weight: 400;
    margin-top: 30px;
    text-transform: uppercase;
    line-height: 24px;
}
.diy-page-contact 
h4.tel ,
.email {
    font-size: 18px;
    font-weight: 300;
}
.diy-page-contact {
    margin-bottom: 50px;
}
.photo-gallery {
    display: flex;
    gap: 50px;
    justify-content: center;
}
.article-image-reverse .article {
    flex-direction: row-reverse;
}
.column {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 25%;
}
.photo {
    position: relative;
    width: 100%;
    height: auto;
}
.overlay-text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.overlay-text h3 {
    font-size: 20px;
    font-family: 'Josefin', sans-serif;
    font-weight: 600;
    color: black;
    margin: 0;
}
.overlay-text h4{
    margin: 0; 
    font-size: 20px;
    font-weight: 100;
}
.overlay-text .border {
    border: 1px solid #789a3d !important;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
}
.photo img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
}
.diy-page-contact ul {
    width: 30%;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
    list-style: none;
}
.specific.text {
    margin-top: 200px;
}
.specific.image {
    margin-top: 130px;
    margin-bottom: 40px;
}
.specific.image img {
    max-width: 80%;
}
.diy-gallery {
    margin-bottom: 40px;
}

.specific.text .about_title {
    font-size: 25px;
    text-align: left;
}
@media only screen and (max-width: 1440px) {
    .introduction {
        width: auto;
    }
    p {
        color: #1b1b19 !important;
        line-height: 30px;
        font-size: 14px !important;
        font-weight: 300;
    }
    .diy-page-latest-news .article_title {
        margin-bottom: 10px;
    }
   h1.section_title {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .photo-gallery {
        display: flex;
        gap: 30px;
    }
    .diy-page-latest-news h3.published_date {
        font-size: 16px;
    }

}
@media only screen and (max-width: 768px) {
    .diy-page-contact ul {
        width: 100%;
        margin: auto;
        margin-bottom: 50px;
        text-align: center;
        list-style: none;
    }
    .photo-gallery {
        flex-direction: row;
    }
    .specific.image img {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .specific.text {
        margin-top: 0;
        margin-bottom: 80px;
    }
    .photo img {
        border-radius: 15px;
    }
    .diy-page-banner {
        margin-bottom: 30px;
    }
    .diy-page-latest-news .published_date {
        font-weight: 300;
        text-align:center !important;
    }
    .diy-page-articles .article:nth-of-type(odd) .text {
        padding: 0px 20px 0 20px;
    }
    .diy-page-articles .article:nth-of-type(even) .text {
        padding: 50px 15px 0px 20px;
    }
    .diy-page-latest-news .image-block {
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 576px) {
    p {
        margin: 10px;
    }
    .diy-page-articles h1.about_title {
        margin: 10px;
    }
    .diy-page-articles .article:nth-of-type(odd) .text {
        padding: 0;
    }
    .diy-page-latest-news h3.published_date {
        width: 96%;
        margin: auto;
    }
    .diy-page-latest-news p {
        margin-bottom: 20px;
    }
    h1.section_title {
        font-size: 25px;
        margin-bottom: 20px;
        line-height: 30px !important;
    }
    .diy-feature-banner {
        margin-top: 60px !important;
        margin-bottom: 30px !important;
    }
    .diy-page-latest-news .article_title {
        font-size: 25px !important;
        line-height: 30px !important;
        padding: 0;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        margin-bottom: 0;
    }
    .diy-page-latest-news .section_title {
        font-size: 25px !important;
        margin-bottom: 20px;
        line-height: 30px !important;
    }
    .diy-page-latest-news .article_title {
        text-align: center !important;
    }
   .diy-page-latest-news p {
        text-align: center;
        width: 100%;
        margin: auto;
        margin-bottom: 40px;
    }
    .diy-page-articles {
        margin-bottom: 0 !important;
    }
    .photo-gallery {
        flex-direction: column;
    }
   .custom-container {
        width: auto !important;
        margin: 10px;
    }
    .diy-page-introduction .introduction_title {
        font-size: 25px !important;
        line-height: 30px !important;
    }
    .diy-page-articles .image .articleSlide img {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 10px;
        margin-bottom: 60px;
        padding: 0;
    }
    .column {
        gap: 0;
        max-width: 100%;
        margin: auto;
    }
    .diy-page-whatsapp h2.article_title {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .diy-gallery .photo img {
        margin-top: 30px;
    }
    .diy-gallery .photo-gallery {
        gap: 0;
        margin-bottom: 50px;
    }
     .diy-page-whatsapp .article_title {
        font-size: 20px !important;
        text-align: center !important;
    }
    .diy-page-whatsapp .description p {
        margin-top: 30px;
        text-align: center;
    }
    .icon-top-right {
        margin-right: 10px;
    }
    .diy-page-whatsapp .description {
        margin-top: 30px;
    }
    .diy-feature-banner {
        margin-bottom: 10px;
    }
    .diy-page-introduction {
        margin-bottom: 60px;
    }
    .diy-page-articles {
        margin-top: 80px;
    }
    .whatsapp-group {
        max-width: 100%;
        margin: 0px;
    }
    .diy-page-usefull-links .links {
        margin: auto;
    }
    .main-introduction .container {
        margin-top: 60px !important;
    }
    .diy-page-usefull-links .link-block {
        display: inline-block;
    }
    .whasapp-group {
        max-width: fit-content;
        margin: 20px;
    }
    .diy-page-contact h4.tel, .email {
        font-size: 13px;
        font-weight: 300;
    }
}
