body {
    .history {
        .history-content {
            background-color: rgba(var(--bs-text-color-rgb), 0.1);
            border-radius: 15px;
            padding: 20px;
            @media (min-width: 1200px) {
                padding: 45px;
            }
        }

        .history-img {
            background-color: rgba(var(--bs-text-color-rgb), 0.1);
            border-radius: 30px;
            padding: 10px;

            > figure > img {
                border-radius: 20px;
            }
        }
    }
}
