.wrapAbout .mainScreen {
    position: relative;
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: row;
    background-image: url("../images/pics/pic-mainpage-6.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    background-color: #fff;
}

.mainScreen__title {
    position: relative;
    font-size: 60px;
    line-height: 80px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #FF5A55;
    letter-spacing: 1.5px;
    z-index: 10;
}

.mainScreen_rightImg {
    position: absolute;
    width: 900px;
    height: 685px;
    right: 0;
    bottom: -100px;
    background: url("../images/pics/pic-about-2.png") center center no-repeat;
    background-size: cover;
    z-index: 1;
}

.mainSecond {
    position: relative;
    margin-top: 130px;
    height: 300px;
    overflow: hidden;
}

.mainSecond .sectionTitleBg__title {
    font-size: 30px;
    letter-spacing: 1.05px;
    line-height: 42px;
    color: #333;
}

.mainSecond__img {
    position: absolute;
    width: 978px;
    height: 223px;
    right: -78px;
    bottom: 0;
    background-image: url("../images/pics/shutterstock_465419837 [Converted].png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 978px;
    opacity: 0.2;
}

.sectionGrid {
    padding: 90px 0 75px;
}

.sectionGrid .sectionGridBorder {
    padding: 50px 100px;
    border: 2px solid #FF5A55;
}

.sectionTitleText__title {
    color: #333;
    font-size: 20px;
    letter-spacing: 0.7px;
    line-height: 32px;
    margin-bottom: 40px;
}

.gridItemImg {
    height: 150px;
    margin: 20px 0;
    padding: 0 30px;
    text-align: center;
}

.gridItemImg img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.sectionSideTextImg {
    padding: 75px 0;
}

.sectionSideTextImg .row {
    margin-bottom: 120px;
}

.sectionSideTextImg .row:nth-child(odd) .sectionSideTextImg__textBlock {
    padding-left: 100px;
}

.sectionSideTextImg .row:nth-child(even) .sectionSideTextImg__textBlock {
    padding-right: 100px;
}

.sectionSideTextImg__textBlock {
    padding: 70px 0 70px;
}

.sectionSideTextImg__textBlockTitle {
    position: relative;
    color: #333;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 52px;
    margin-bottom: 100px;
}

.sectionSideTextImg__textBlockTitle:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -45px;
    height: 4px;
    width: 115px;
    border-radius: 5px;
    background-color: #FF5A55;
}

.sectionSideTextImg__textBlockSubTitle {
    color: #333;
    font-size: 20px;
    letter-spacing: 0.7px;
    line-height: 32px;
}

.bgBlockEqualText {
    height: 316px;
    background: url("../images/pics/pic-about-6.png") center no-repeat;
    background-size: cover;
}

.bgBlockEqualText__textLeft {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 60px;
    color: #FF5A55;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 52px;
}

.bgBlockEqualText__textRight {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 55px;
    color: #FFF;
    font-size: 30px;
    letter-spacing: 1.05px;
    line-height: 42px;
}
