.intro__wrapper {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #e8f5f8;
    border-radius: 15px;
}

@media screen and (min-width: 999px) {
    .intro__wrapper {
        justify-content: center;
        display: flex;
        gap: 30px;
        flex-direction: row;
        padding: 92px 64px;
        background-color: #e8f5f8;
        border-radius: 15px;
    }

    .image-style-intro-image {
        width: 90px !important;
        height: 90px !important;
    }

    .intro__wrapper > .col2 {
        padding-top: 10px;
        padding-right: 64px;
        padding-left: 32px;
    }
}
