@font-face {
    font-family: 'Moderustic-regular';
    src: url('../../fonts/Moderustic-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

.expertise-section {
    max-width: 1400px;
    width: 81%;
    margin: 0 auto;
    padding: 20px 0;
    color: #29325a;
}

.expertise-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 80px;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    margin: 40px auto;
}

.expertise-content {
    max-width: 50%;
}

.expertise-title {
    font-size: 36px;
    color: #1e2a40;
    margin-bottom: 20px;
}

.expertise-description {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 30px;
}

.expertise-button {
    display: inline-block;
    background-color: #29325a;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
}

.expertise-image {
    height: 90%;
}

.expertise-image img {
    max-width: 100%;
    height: auto;
}