.sectionMainBG {
    width: 100%;
    height: 700px;
    background: url("../images/pics/pic-contact.png") center no-repeat;
    background-size: cover;
}

.sectionTitleInfo {
    padding: 120px 0;
}

.sectionTitleInfo__item {
    padding: 20px 80px;
    margin-bottom: 60px;
}

.sectionTitleInfo__title {
    color: #333;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 62px;
    margin-bottom: 28px;
}

.sectionTitleInfo__info {
    color: #333;
    font-size: 24px;
    letter-spacing: 0.8px;
    line-height: 32px;
}