.top-about-wrapper {
    margin: 145px auto 125px;
    position: relative;
    width: 1200px;
    padding: 20px 45px;
}

.top-about-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
/*     background: url("../../img/common/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; */
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
}

@media(max-width:992px) {
    .top-about-wrapper {
        margin: 90px auto 40px;
        padding: 10px;
        width: 100%;
    }
}

.top-about-contents {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 40px;
}

@media(max-width:992px) {
    .top-about-contents {
        /* margin-top: 15px; */
    }
}

.top-about-description {
    color: var(--txt-color-2);
    font-weight: 600;
}

.top-about-img {
    width: 320px;
}