.wrapProviders .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-transp-providers-2.png") center center no-repeat;
    background-size: cover;
    z-index: 1;
}

.sectionGrid {
    padding: 220px 0 60px;
}

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

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

.sectionBoldText {
    padding: 60px 0 50px;
}

.sectionBoldText__item {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 52px;
}

.sectionTwoBlock {
    padding: 50px 0 100px;
}

.sectionTwoBlock__item {
    width: 94%;
    margin: 0 3%;
    padding: 80px 100px;
    text-align: center;
    border: 2px solid #E6E6E6;
}

.sectionTwoBlock__item > img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    margin-bottom: 21px;
}

.sectionTwoBlock__title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.63px;
    line-height: 32px;
    text-align: center;
}

.sectionTwoBlock__position {
    color: #808080;
    font-size: 18px;
    letter-spacing: 0.63px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 50px;
}

.sectionTwoBlock__description {
    color: #333;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0.7px;
    line-height: 32px;
    text-align: center;
}