.software_stores_sect .container {
    padding: 5em 3.75em;
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    border-radius: 0.75em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(../../img/software/software-stores-sect/bg.png);
}
.software_stores_sect .icon {
    margin: 0 auto 3.75em;
    max-width: 7.5em;
    max-height: 7.5em;
}
.software_stores_sect .icon:last-child {
    margin-bottom: 0;
}
.software_stores_sect .under_title {
    color: #4B4EFC;
    font-weight: 600;
    font-family: Inter, sans-serif;
    line-height: 1.5;
    margin: 0 0 0.75em;
}
.software_stores_sect .sect_title {
    color: #FFF;
    margin: 0 0 1.67em;
}
.software_stores_sect .sect_title:last-child {
    margin-bottom: 0;
}
.software_stores_sect .items {
    display: flex;
    margin: -0.25em -0.375em;
    justify-content: center;
    flex-wrap: wrap;
}
.software_stores_sect .item {
    margin: 0.25em 0.375em;
    border-radius: 0.5em;
}
.software_stores_sect .item_image {
    height: 2.75em;
    display: block;
}
@media(max-width: 1199px) {
    .software_stores_sect .container {
        padding: 2.5em 1.25em;
    }
    .software_stores_sect .icon {
        margin: 0 auto 1.25em;
        max-width: 5em;
        max-height: 5em;
    }
    .software_stores_sect .sect_title {
        margin: 0 auto 1em;
    }
}
@media(max-width: 767px) {
    .software_stores_sect .container {
        padding: 2em 1em;
    }
    .software_stores_sect .items {
        margin: -0.25em;
    }
    .software_stores_sect .item {
        margin: 0.25em;
    }
}