.software_banner_sect {
    text-align: center;
}
.software_banner_sect .under_title_image {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 0.25em;
}
.software_banner_sect .under_title_image:not(:last-child) {
    margin-bottom: 0.75em;
}
.software_banner_sect .under_title {
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 0.75em;
    font-family: Inter, sans-serif;
    color: #4B4EFC;
}
.software_banner_sect .under_title:last-child {
    margin-bottom: 0;
}
.software_banner_sect .sect_title:last-child {
    margin-bottom: 0;
}
.software_banner_sect .description {
    font-size: 1.125em;
    font-weight: 600;
    color: #475467;
    line-height: 1.5;
}
.software_banner_sect .image {
    max-width: 100%;
    margin: 3.75em auto 0;
    border-radius: 1.25em;
}
.software_banner_sect .image:first-child {
    margin-top: 0;
}
.software_banner_sect .image_caption {
    color: rgba(71, 84, 103, 0.60);
    font-weight: 500;
    font-family: Inter, sans-serif;
    margin-top: 0.625em;
    text-align: center;
}
@media(max-width: 1199px) {
    .software_banner_sect .description {
        font-size: 1em;
    }
}
@media(max-width: 767px) {
    .software_banner_sect .image {
        margin-top: 1.25em;
        border-radius: 0.5em;
    }
    .software_banner_sect .image_caption {
        font-size: 0.75em;
        margin-top: 0.25em;
    }
}