.about {
    background-image: url("/public/images/header_back.webp");
    background-size: cover;
    background-position-y: 55%;
    position: relative;
    height: 1000px;
    margin-bottom: 150px;
}
footer {
    display: none;
}
.about .content {
    background-color: #F5F5F5;
    width: 75%;
    display: block;
    margin: auto;
    padding: 45px;
    position: absolute;
    top: 120px;
    left: 0px;
    right: 0px;
}

.about .content hr {
    background-color: red;
    width: 150px;
    margin-right: auto;
    margin-left: 0px;
    height: 2px;
    border: none;
}

.about .content p {
    margin: 25px 0px;
}

.about .info {
    margin-top: 50px;
}
.about .info .address, .about .info .contacts{
    display: inline-block;
    width: 40%;
}