.img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-wrapper img {
    width: -webkit-fill-available;
    margin-bottom: 32px;
}

.content-wrapper {
    padding: 32px 24px;
    border-radius: 12px;
    background-color: #EAEEF2;
    margin-bottom: 32px;
}

.content-wrapper h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    color: #022A5E;
}