.main .contentTitle {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.main .contentTitle::after {
	background-color: #2f9558;
	height: 1px;
	position: absolute;
	bottom: 5px;
	left: 0px;
	right: 0px;
	z-index: 1;
	content: "";
}
.main .contentTitle::before {
	background-color: #ffffff;
	background-image: url(orna.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: auto;
	width: 43px;
	height: 14px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	content: "";
}

.semejstva__navlist {
    list-style: none;
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
    flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
    margin: 0 -1%;
}
.semejstva__navlistitem {
    width: 48%;
    margin: 0 1% 10px;
}
.semejstva {
    background-image: url(1654146940_1-gamerwall-pro-p-polevie-tsveti-i-solntse-tsveti-krasivo-fo-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0;
}
.semejstva::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.93);
    z-index: 2;
    backdrop-filter: blur(4px);
}
.container.semejstva__container {
    position: relative;
    z-index: 3;
}
.contentTitle.semejstva__contentTitle {
    text-align: left;
    margin-bottom: 20px;
}
.contentTitle.semejstva__contentTitle::before {
    display: none;
}
.contentTitle.semejstva__contentTitle::after {
    height: 2px;
    width: 200px;
}
.semejstva__navlink {
    text-decoration: none;
}
.semejstva__navlink:hover {
    text-decoration: underline;
}
@media (min-width:767px) {
    .main .contentTitle {
        font-size: 35px;
    }

    .semejstva__navlist {
        max-width: 900px;
        margin: 0 auto;
    }
}

@media (min-width:900px) {
    .container.semejstva__container {
        display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
    }
    .contentTitle.semejstva__contentTitle {
        width: 250px;
        flex-shrink: 0; -webkit-flex-shrink: 0; -ms-flex-negative: 0;
        font-size: 30px;
    }
    .contentTitle.semejstva__contentTitle::after {
        display: none;
    }
    .semejstva__navlistitem {
        width: 31.333%;
    }
    .semejstva__navlink {
        font-size: 16px;
    }
    .semejstva {
        padding: 70px 0;
        background-attachment: fixed;
    }
}