.contact-text {
	margin-bottom: 28px !important;
    border-bottom-width: 3px !important;
    padding-bottom: 32px !important;
    border-bottom-color: #002e5b !important;
    border-bottom-style: solid !important;
}

.addresses-item {
    padding: 15px;
    color: #002e5b;
    border-radius: 5px;
    margin-bottom: 25px;
}

.addresses-item .title {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 14px;
    transition: color .3s ease;
}

.addresses-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.addresses-item ul li {
    transition: color .3s ease;
}

.addresses-item ul li .icon {
    float: left;
    width: 16px;
    line-height: 20px;
    font-size: 16px;
    margin-right: 14px;
    text-align: center;
    transition: color .3s ease;
}

.addresses-item ul li .text {
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}
