.apps__header { margin-top: 65px; margin-right: auto; margin-bottom: 80px; margin-left: auto; width: 100%; text-align: center; }
.apps__header__paragraph { text-align: center; margin-top: 25px; margin-right: auto; margin-left: auto; max-width: 710px; font-size: 1.315rem; line-height: 2rem; }
.apps__header__download { text-align: center; margin-top: 25px; margin-right: auto; margin-left: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; max-width: 625px; }
.apps__header__download a + a:before { content: ''; display: inline-block; width: 5px; height: 5px; background-color: #000; border-radius: 100%; margin-right: 8px; }
.apps__header__download a { display: flex; align-items: center; justify-content: center; margin: 0 4px; }
.apps__header__download .apps__feature-box { display: inline-block; }
.apps__feature-box { color: #000; background: rgb(255 102 3 / 30%); padding: 6px 8px; font-size: 13px; line-height: 1; text-align: center; vertical-align: baseline; border-radius: 3px; margin-right: 10px; margin-bottom: 7px; position: relative; line-height: normal !important; cursor: pointer; }
.apps__iphone { border-bottom: 1px solid #E8EDF0; display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 50px; margin-right: auto; margin-bottom: 100px; margin-left: auto; max-width: 860px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; }
.app_section_download .apps__iphone { max-width: 100% !important; }
.apps__iphone__text_and_img__img { margin-top: 15px; margin-right: 10px; -webkit-transition: -webkit-transform .1s ease; transition: -webkit-transform .1s ease; transition: transform .1s ease; transition: transform .1s ease, -webkit-transform .1s ease; width: 130px; height: 47px; object-fit: contain; }
.apps__iphone__img { width: 50%; text-align: right; }
.apps__iphone__text_and_img { width: 40%; text-align: left; }
.apps__iphone__img img { max-width: 100%; height: auto; border: 0; }
.apps__iphone__text_and_img__text { margin: 0; margin-top: 25px; font-size: 1rem; color: #5A6B7B; line-height: 1.5rem; overflow-wrap: break-word; }
.apps__iphone h2 { font-size: 34px; line-height: 1.2; font-weight: normal; color: #3D4853; }
.rtl .apps__iphone h2 { text-align: right; }

@media only screen and (max-width: 1200px) {
    .apps__iphone__text_and_img { margin-bottom: 3rem; width: 80%; text-align: center; }
    .apps__iphone__img { text-align: center; max-width: 100%; margin-bottom: 1rem; }
    .apps__iphone { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; margin: 3rem auto; }
   
}