@import "components/header.css";
@import "components/text.css";
@import "components/buttons.css";
@import "components/upgrade.css";
@import "components/modal.css";
@import "components/animation.css";

.about__promo__img {
    width: 100%;
    height: auto;
}
.about__promo__wrap {
    padding: 120px 0;
    display: flex;
    gap: 50px;
}
.about__promo__main {
    width: calc(50% - 25px);
}
.about__promo__wrap__img {
    width: calc(50% - 25px);
    padding: 10px;
}
.about__promo__descr {
    margin-top: 20px;
    color: rgb(77, 77, 77);
}
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
    .about__promo__wrap {
        padding: 50px 0;
        flex-direction: column;
    }
    .about__promo__main,
    .about__promo__wrap__img {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 576px) {

}