.about__title span {
    color: #00417a !important;
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 2.75rem !important;
    }
}

.apartment-img {
    width: 45px;
}

.office-img {
    width: 45px;
}

.ware-img {
    width: 40px;
}

.apartment-text,
.office-text,
.ware-text {
    text-align: center;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: black;
}

.block-btn {
    border: 3px solid #6e6e6e;
    color: #6e6e6e;
    font-size: 18px;
    padding: 10px 30px;
}

.block-btn:hover {
    color: black;
    font-weight: bold;
    border-color: #f15e64;
}
