.info-container {
    width: 384px;
    height: 256px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info-icon {
    width: 28%;
    height: auto;
    margin-bottom: 1rem;
}

.info-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: .4rem;
    text-align: center;
}

.info-description {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}