.section-about-us {
    position: relative;

}

.section-about-us:before {
    content: "";
    width: 40px;
    height: 40px;
    background: var(--dc-primary-color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.section-about-us:after {
    content: "";
    width: 25px;
    height: 25px;
    background: var(--dc-primary-color);
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.section-about-us__wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.section-about-us__wrapper > * {
    flex: 1 1 auto;
}

.section-about-us__left .btn {
    margin-top: 30px;
}

.section-about-us__right {
    width: 100%;
    max-width: 525px;
}

.section-about-us__right div {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 1280px) {

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {

}

@media (max-width: 576px) {

}