.introduction-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.introduction-image img {
    width: 100%;
}

.introduction-content .websima-buttons {
    margin-top: 32px;
}

@media (max-width: 991px) {
    .introduction-content .section-title {
        text-align: center;
        margin-bottom: 32px !important;
    }

    .introduction-image {
        margin-bottom: 24px;
    }

    .introduction-content .websima-buttons {
        justify-content: center;
    }
}