.hero__title {
    display: inline-block;
    padding: 10px 50px;
    letter-spacing: 5px;
    font-size: 48px;
    line-height: 1.5;
    position: relative;
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 60px;
}

.hero--bt {
    color: #FF7D00;
}

.contact__box {
    max-width: 1200px;
    margin: 0 auto;
}

.contact__info {
    width: 480px;
}

.contact__map {
    width: 600px;
}

.contact__info--item {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.contact__info--item:last-of-type {
    border-bottom: none;
}

.contact__info--icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}