.about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

.about .text {
    margin-left: 50px;
    max-width: 500px;
    justify-self: center;
}

.about h1 {
    margin-top: 180px;
    color: #fff;
    font-size: 52px;
    font-family: gilroy-bold;
    margin-bottom: 30px;
}

.about p {
    color: #B8B8B8;
    line-height: 24px;
    font-size: 20px;
}

.about img {
    justify-self: center;
    margin-right: 50px;
    margin-top: 100px;
    margin-bottom: 100px;
    height: 500px;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    border-radius: 10px;
}

header {
    background-image: url("../images/about-us-page/about-us.png");
    height: auto;
}