.app_sect {
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../img/app-sect/bg.png);
    background-size: 90em;
    background-color: #F2F4F7;
}
.app_sect .row1 {
    display: flex;
    align-items: center;
    margin: 0 -2em;
}
.app_sect .col {
    padding: 0 2em;
    box-sizing: border-box;
}
.app_sect .col:nth-child(1) {
    width: 55%;
}
.app_sect .col:nth-child(2) {
    width: 45%;
}
.app_sect .sect_title {
    text-align: left;
    margin: 0 0 0.67em;
}
.app_sect .description {
    color: #475467;
    font-size: 1.25em;
    line-height: 1.5;
    margin: 0 0 2.4em;
}
.app_sect .description:last-child {
    margin-bottom: 0;
}
.app_sect .items {
    margin: -0.25em -0.375em;
    display: flex;
    flex-wrap: wrap;
}
.app_sect .item {
    margin: 0.25em 0.375em;
    padding: 0.5em;
    border: 1px solid #A6A6A6;
    border-radius: 0.5em;
    background-color: #000000;
}
.app_sect .item_icon {
    height: 1.75em;
    display: block;
}
.app_sect .image_wrap {
    margin: -8em -4em -5em -0.625em;
    position: relative;
    z-index: 1;
}
.app_sect .image_wrap .iphone {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}
.app_sect .image_wrap .screen {
    position: absolute;
    z-index: -1;
    top: 9%;
    left: 11.5%;
    width: 48.5%;
    height: 84.5%;
    object-position: center;
    object-fit: cover;
}
@media(max-width: 1199px) {
    .app_sect .row1 {
        display: block;
        margin: 0;
    }
    .app_sect .col {
        padding: 0;
    }
    .app_sect .col:nth-child(1) {
        width: 100%;
    }
    .app_sect .col:nth-child(2) {
        display: none;
    }
    .app_sect .description {
        font-size: 1em;
        margin: 0 0 1.5em;
    }
}