@import url(../../styles/main.css);
@import url(../../styles/burger.css);
@import url(../../styles/header.css);
@import url(../../styles/footer.css);

.forpress{
    width: 100%;
    background-color: #ffffff;
    padding: 30px 0;
}
.img {
    width: 35%;
    height: 250px;
}
.img > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.icon__tittle {
    display: flex;
    align-items: center;
}
.icon__tittle > h2 {
    padding-left: 15px;
    margin-bottom: 0;
}
.text__wrapper > .anotherDescr {
    margin-top: 10px;
}
.press__wrap {
    display: flex;
    justify-content: space-between;
}
.text__wrapper {
    width: 65%;
}

@media (max-width: 600px) {
    .img {
        display: none;
    }
    .text__wrapper{
        width: 100%;
        padding-left: 0;
        padding-top: 30px
    }

}