.about-wbt-section{
    background-image: url("/assets/images/about-bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 509px auto;
    padding: 145px 50px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-align: -webkit-center;
}

.about-wbt-section h1{
    word-spacing: 2px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    font-size: 40px;
    line-height: 71px;
    letter-spacing: -0.026em;
    max-width: 1170px;
}

@media screen and (max-width: 700px) {
    .about-wbt-section{
        padding: 65px 10px;
    }

    .about-wbt-section h1{
        font-size: 25px;
        line-height: 30px;
    }
}