.textBlockImg-nameSections {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    color: var(--main-color, black);
}
.textBlockImg-nameSectionsDescr {
    padding-top: 10px;
    font-size: 1.4rem;
    text-transform: none;
}

.textBlockImg-nameSectionsDescr {
    padding-top: 10px;
    font-size: 1.4rem;
    text-transform: none;
}


.textBlockImgNameSections {
    width: 100%;
    height: 2px;
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}
.textBlockImgNameSections-line {
    width: 100%;
    height: 2px;
    border-top: 1px solid var(--main-color, #fff);
    opacity: 0.25;
}
.textBlockImgNameSections-otherLine {
    position: absolute;
    height: 5px;
    width: 10%;
    background-color: var(--main-color, #fff);
    bottom: -1px;
    left: calc(50% - 10%/2);
}
.textBlockImg-oneImg{
  padding-left: 15px;
  padding-right: 15px;
}
.textBlockImgOneImg-txtBlock{
  color: var(--main-color, #fff);
  padding: 30px 0;
}

.textBlockImg-oneImg.addMargin {
    padding: 60px 15px;
}