.heading_about_us h1 {
    text-align: center;
    margin-top: 30px;
    position: relative;
    margin-bottom: 30px;
}

.heading_about_us h1:after{
    content: ' ';
    background: #A58238;
    height: 1px;
    width: 55px;
    position: absolute;
    bottom: -8px;
    left: 48%;
}

.heading_about_us hr {
    display: none;
}

.heading_about_us .paragraph_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading_about_us .paragraph_content {
    width: 85%;
}

.heading_about_us  .paragraph_content p a{
    color: #a58238;
}

.heading_about_us .paragraph_content p{
    text-align: center;
}

@media (max-width: 769px) {
    .heading_about_us .paragraph_content p{
        text-align: center;
    }

    .heading_about_us .paragraph_content p img{
        max-width: 700px;
    }

    .header_image_about_us .header_image_about_us_picture img{
        height: 600px;
        object-fit: cover;
    }
}

@media (max-width: 1024px) {
    .heading_about_us .paragraph_content p img{
        max-width: 790px;
    }
}

@media (max-width: 992px) {
    .heading_about_us .paragraph_content {
        width: 100%;
    }

    .heading_about_us h1:after{
        bottom: -5px;
        left: 43%;
    }

    .paragraph_content img{
        max-width: 346px;
    }

}

@media (max-width: 600px) {
    .heading_about_us .paragraph_content p{
        text-align: center;
    }

    .heading_about_us .paragraph_content p img{
        max-width: 100%;
    }

    .header_image_about_us .header_image_about_us_picture img{
        height: 344px;
        object-fit: cover;
    }
}