.short-info {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0px;
}

.image-container {
    width: 30%;
    overflow: hidden;
    float: left;

}

.icon {
    position: absolute;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;

}

.text {
    width: 70%;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    resize: vertical;

}

p{
    margin: 0px 0;
}

@media (max-width: 360px) {

    .text {
        padding-left: 20px !important;
    }
    .icon{
        left:0!important;
    }
}