.page-title {
    text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.9);
}
.intro-strip {
    padding: 58px 0 100px;
    text-align: center;
}
.intro-strip .entry-content {
    max-width: 1040px;
    margin: 0 auto;
    line-height: 1.5;
}
.intro-strip .entry-content h2 {
    margin-top: 70px;
    margin-bottom: 32px;
    font-size: 26px;
    color: #40BFBE;
    position: relative;
}
.intro-strip .entry-content h2:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 85px;
    height: 1px;
    background-color: #40BFBE;
}
.intro-strip .entry-content h2[style*="text-align: left"]:after {
    left: 0;
    transform: translateX(0);
}
.rtl .intro-strip .entry-content h2[style*="text-align: right"]:after {
    left: auto;
    right: 0;
    transform: translateX(0);
}
.intro-strip .entry-content h2:first-child {
    margin-top: 0;
}
.intro-strip .entry-content > p {
    margin-bottom: 38px;
}
.intro-strip .entry-content ul {
    list-style-type: disc;
    margin-inline-start: 30px;
    margin-bottom: 28px;
    text-align: left;
}
.rtl .intro-strip .entry-content ul {
    text-align: right;
}
.intro-strip .entry-content blockquote {
    background: #48BBC3;
    color: #fff;
    padding: 25px;
}

.boxes-strip {
	padding: 54px 0 116px;
    background: #EBEBEC;
}
.boxes-strip .gan-title2 {
    margin-bottom: 28px;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 17px;
}
.boxes-strip .gan-title2:after {
    width: 110px;
    margin-top: 14px;
}
.boxes-strip .intro-text {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    line-height: 1.5;
}
.boxes-strip .boxes-list {
    justify-content: center;
    gap: 0 46px;
    margin-top: 45px;
    
}
.boxes-list .item {
    margin-bottom: 44px;
}
.boxes-list .item .logo-wrapper img {
    max-width: 90%;
    max-height: 90%;
}

.articles-strip {
    padding: 102px 0;
}
.articles-wrapper .articles-title {
    position: relative;
    font-size: 26px;
    color: #40BFBE;
}
.articles-wrapper .articles-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 85px;
    height: 1px;
    background-color: #40BFBE;
}
.articles-wrapper .articles {
    margin-top: 104px;
}
.articles-contact {
    margin-top: 120px;
    text-align: center;
}
.articles-contact a {
    color: #000;
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .intro-strip .entry-content {
        max-width: 1000px;
    }
    .boxes-strip .boxes-list {
        gap: 0 12px;
    }
    .articles-strip {
        padding: 90px 0;
    }
    .articles-wrapper .articles {
        margin-top: 80px;
    }
    .articles-contact {
        margin-top: 80px;
    }
}

@media (max-width: 1099px) {
    .intro-strip {
        padding: 34px 0 80px;
    }
}

@media (max-width: 1023px) {
    .intro-strip {
        padding: 20px 0 70px;
    }
    .intro-strip .entry-content h2 {
        margin-top: 60px;
        margin-bottom: 28px;
    }
    .intro-strip .entry-content h2:after {
        bottom: -10px;
    }
    .boxes-strip .gan-title2 {
        font-size: 32px;
        letter-spacing: 14px;
    }
    .boxes-strip .gan-title2:after {
        width: 100px;
        margin-top: 14px;
    }
    .boxes-strip .boxes-list {
        gap: 0 9px;
        margin-right: -4px;
        margin-left: -4px;
    }
    .boxes-list .item {
        margin-bottom: 40px;
    }
    .boxes-list .item .item-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .intro-strip {
        padding: 10px 0 60px;
    }
    .intro-strip .entry-content h2 {
        margin-top: 50px;
        font-size: 24px;
    }
    .intro-strip .entry-content ul {
        margin-inline-start: 50px;
    }
    .intro-strip .entry-content p + blockquote {
        margin-top: -12px;
    }
    .intro-strip .entry-content blockquote {
        padding: 20px;
    }
    .boxes-strip {
        padding: 46px 0 80px;
    }
    .boxes-strip .gan-title2 {
        font-size: 28px;
        letter-spacing: 12px;
    }
    .boxes-strip .gan-title2:after {
        width: 80px;
        margin-top: 10px;
    }
    .boxes-list .item .item-title {
        font-size: 18px;
    }
    .articles-strip {
        padding: 70px 0;
    }
    .articles-contact {
		margin-top: 60px;
	}
    .articles-wrapper .articles-title {
        font-size: 24px;
    }
}

/* body.debug {
    background: url(../debug/single-area.jpg) no-repeat top center;
}
body.debug > * {
    opacity: .7;
} */