:root {
    --myperischoool-blue: #0091EA;
    --jobanimz-violet: #486fe0;
}

/* À supprimer dès que les témoignages seront sur la page */
#myperischool footer > div {
    background-color: white;
}

#myperischool .rdv-btn, .navbar-link.selected::after, #myperischool #mobile-menu-btn .menu-bar, #myperischool .testimonial-btn {
    background-color: var(--myperischoool-blue);
}

#jobanimz .rdv-btn, .navbar-link.selected::after, #jobanimz #mobile-menu-btn .menu-bar, #jobanimz .testimonial-btn {
    background-color: var(--jobanimz-violet);
}

#myperischool .rdv-btn:hover, #myperischool .testimonial-btn:hover {
    background-color: var(--myperischoool-blue);
    opacity: 0.9;
}

#myperischool #navbar-contact-phone, #myperischool h1 strong, #myperischool #mobile-contact-phone, #myperischool .slide-h2 strong, #contact-us-slide > div > div > a {
    color: var(--myperischoool-blue);
}

#jobanimz #navbar-contact-phone, #jobanimz h1 strong, #jobanimz #mobile-contact-phone, #jobanimz .slide-h2 strong, #contact-us-slide > div > div > a {
    color: var(--jobanimz-violet);
}

#myperischool #top-background {
    background: linear-gradient(rgba(0, 145, 234, 0.1) 8%, rgba(0, 145, 234, 0) 42%);
}

#jobanimz #top-background {
    background: linear-gradient(rgba(72, 111, 224, 0.1) 8%, rgba(72, 111, 224, 0) 42%);
}

#navbar-links {
    padding-left: 30px;
}

#return-to-waigeo {
    display: flex;
}

#software-home-slide {
    display: flex;
    justify-content: space-between;
    padding: 160px 0 0 50px;
    box-sizing: border-box;
    gap: 20px;
}

#jobanimz #software-home-slide {
    margin-bottom: -30px;
}

h1 {
    animation: fadeIn 1.5s 0.1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

#software-slide-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 0 0 auto;
    max-width: 620px;
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

#myperischool-logo {
    width: 340px;
    height: auto;
    opacity: 0;
    animation: fadeIn 1.5s 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

#jobanimz-logo {
    width: 480px;
    margin: 80px 0 20px 0;
    height: auto;
    opacity: 0;
    animation: fadeIn 1.5s 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

#software-home-slide h1 {
    font-family: Gabarito, Poppins, sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.25;
    text-align: left;
    margin: 0;
    opacity: 0;
    animation: fadeIn 1.5s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

#software-home-slide h2 {
    font-size: 18px;
    font-family: Poppins, Gabarito, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    opacity: 0;
    animation: fadeIn 1.5s 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

#software-slide-visuals {
    flex: 1;
    position: relative;
    align-self: stretch;
    max-width: 1000px;
}

#software-shape {
    position: relative;
    top: 0;
    right: -20px;
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

#software-devices-container {
    position: absolute;
    top: 20px;
    right: 50px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

#software-devices {
    width: 100%;
    height: auto;
}

#jobanimz #software-devices {
    max-width: 920px;
}

#myperischool-badges {
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 2;
    margin: -6% 0 0 10%;
}

#myperischool-badge-certifie {
    width: 60px;
    height: auto;
}

#myperischool-france-connect {
    width: 200px;
    height: auto;
    position: relative;
    left: -25px;
    top: 50px;
}

#trust-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 80px 50px;
    background-color: rgb(245, 248, 251);
    box-sizing: border-box;
}

.trust-cards {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 40px;
    box-sizing: border-box;
    max-width: 1550px;
}

.trust-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 30, 60, 0.10);
    display: flex;
    align-items: center;
    gap: 25px;
    flex: 1;
}

.trust-card:nth-child(1) { --trust-color: #FF70A0; }
.trust-card:nth-child(2) { --trust-color: #FFA720; }
.trust-card:nth-child(3) { --trust-color: #79BF00; }

.trust-circle {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient(white 0deg, var(--trust-color) 90deg, var(--trust-color) 0deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    gap: 2px;
}

.trust-circle::after {
    content: '';
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: white;
}

.trust-label,
.trust-value {
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 1;
}

.trust-label {
    font-family: Poppins, Gabarito, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--trust-color);
}

.trust-value {
    font-family: Poppins, Gabarito, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--trust-color);
    white-space: nowrap;
}

.trust-card:nth-child(1) .trust-value {
    font-size: 28px;
}

.trust-card:nth-child(2) .trust-value {
    font-size: 26px;
}

.trust-description {
    font-family: Poppins, Gabarito, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgb(70, 80, 90);
    line-height: 1.65;
}

.trust-description b {
    font-weight: 600;
}

#slide-features-1,
#slide-features-2,
#slide-features-3 {
    display: flex;
    flex-direction: column;
    padding: 80px 50px 0 50px;
    box-sizing: border-box;
    gap: 50px;
    width: 100%;
}

#myperischool #slide-features-2 {
    background-color: rgb(245, 248, 251);
}

#jobanimz #slide-features-3 {
    background-color: rgb(245, 248, 251);
}

#jobanimz #slide-features-3 .sf-content {
    flex-direction: row-reverse;
    align-items: center;
    margin-top: -30px;
    min-height: 520px;
}

.sf-content {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    max-width: 1550px;
    align-self: center;
}

#slide-features-2 .sf-content {
    flex-direction: row-reverse;
}

.sf-features-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
    background: white;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 30, 60, 0.1);
    padding: 30px;
    box-sizing: border-box;
    min-width: 50%;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

#slide-features-3 .sf-features-card {
    min-width: 60%;
}

#jobanimz #slide-features-1 .sf-features-card {
    margin-top: 40px;
}

.sf-feature {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sf-check {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-top: 1px;
}

.sf-feature:nth-child(1) .sf-check { color: #79BF00; }
.sf-feature:nth-child(2) .sf-check { color: #FFA720; }
.sf-feature:nth-child(3) .sf-check { color: #FF70A0; }
.sf-feature:nth-child(4) .sf-check { color: #8C78E2; }
.sf-feature:nth-child(5) .sf-check { color: #0091EA; }
.sf-feature:nth-child(6) .sf-check { color: #00BEE0; }

#slide-features-3 .sf-device {
    width: auto;
    max-height: 460px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.sf-feature-text {
    font-family: Poppins, Gabarito, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: rgb(50, 60, 70);
    line-height: 1.5;
    margin: 0;
}

.sf-feature-text.with-description {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sf-feature-desc {
    font-size: 14px;
    color: rgb(100, 110, 120);
}

.sf-feature-text b {
    font-weight: 600;
}

.sf-visuals {
    position: relative;
    align-self: stretch;
    margin-right: -20px;
}

#slide-features-2 .sf-visuals {
    margin-right: 0;
    margin-left: -20px;
}

#jobanimz #slide-features-3 .sf-visuals {
    margin-right: 0;
}

.sf-blue-shape {
    position: relative;
    width: 100%;
    max-height: 500px;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

#slide-features-2 .sf-blue-shape {
    max-height: 420px;
    transform: scaleX(-1);
}

#slide-features-3 .sf-blue-shape {
    max-height: 400px;
    top: 120px;
}

.sf-device {
    position: absolute;
    top: 20px;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

#slide-features-2 .sf-device {
    max-height: 300px;
    object-fit: contain;
    right: 10%;
    left: initial;
}

#support-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 50px;
    box-sizing: border-box;
    gap: 50px;
    width: 100%;
    background-color: rgb(245, 248, 251);
}

#support-steps {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    position: relative;
}

#support-steps::before {
    content: '';
    position: absolute;
    top: 110px;
    left: -50px;
    right: 0;
    border-top: 2px dashed rgb(200, 210, 220);
    z-index: 0;
    pointer-events: none;
}

#support-steps::after {
    content: '';
    position: absolute;
    top: 110px;
    right: 0;
    width: 20px;
    height: 20px;
    border-top: 2px dashed rgb(200, 210, 220);
    border-right: 2px dashed rgb(200, 210, 220);
    transform: translateY(-50%) rotate(45deg);
    z-index: 0;
}

.support-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1;
    position: relative;
    z-index: 1;
    max-width: 373px;
}

.support-img-wrapper {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.support-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.support-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 30, 60, 0.10);
    padding: 24px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.support-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 55px;
}

.support-num {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: white;
    font-family: Poppins, Gabarito, sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.support-num-1 { background-color: #79BF00; }
.support-num-2 { background-color: #FFA720; }
.support-num-3 { background-color: #FF70A0; }
.support-num-4 { background-color: #8C78E2; }

.support-card-title {
    font-family: Gabarito, Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: rgb(30, 40, 50);
    margin: 0;
    line-height: 1.3;
}

.support-card-desc {
    font-family: Poppins, Gabarito, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgb(70, 80, 90);
    line-height: 1.5;
    margin: 0;
}

#myperischool #contact-us-slide {
    background-color: white;
}

#testimonials-slide {
    background-color: rgb(245, 248, 251);
    padding: 80px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#testimonials-slide h2 {
    margin-bottom: 40px;
}

#rgpd-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 50px;
    box-sizing: border-box;
    gap: 50px;
    width: 100%;
    background-color: white;
}

#myperischool #rgpd-slide {
    /* À supprimer pour MyPérischool dès que les témoignages seront sur la page */
    background-color: rgb(245, 248, 251);
}

#rgpd-cards {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1550px;
}

.rgpd-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 30, 60, 0.10);
    padding: 30px;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.rgpd-icon-wrapper {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rgpd-icon-wrapper img.rgpd-card-icon {
    height: 100%;
    width: auto;
}

.rgpd-icon-shield {
    color: #00B661;
    width: 52px;
    height: 52px;
}

.rgpd-icon-wrapper .rgpd-icon-rotate {
    width: 44px;
    height: 44px;
    color: #79BF00;
 }

.rgpd-card-title {
    font-family: Poppins, Gabarito, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: rgb(30, 40, 50);
    line-height: 1.4;
    margin: 0;
}

.rgpd-card-desc {
    font-family: Poppins, Gabarito, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgb(50, 60, 70);
    line-height: 1.5;
    margin: 0;
}

.rgpd-card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#testimonials-grid {
    max-width: 1550px;
}

@media (max-width: 1600px) {

    #software-home-slide h1 {
        font-size: 46px;
    }

    #software-slide-text {
        max-width: 600px;
    }

    #myperischool-logo {
        width: 300px;
    }

    #software-shape {
        right: -20px;
    }

    #trust-slide {
        padding: 50px;
    }

    #slide-features-1,
    #slide-features-2,
    #slide-features-3 {
        padding: 50px 50px 0 50px;
    }

    #testimonials-slide {
        padding: 50px;
    }

    #rgpd-slide {
        padding: 50px;
    }

    #support-slide {
        padding: 50px;
    }

    .sf-features-card {
        margin-bottom: 50px;
    }

    #jobanimz-logo {
        margin-top: 40px;
        width: 430px;
    }

}

@media (max-width: 1400px) {

    #slide-features-1,
    #slide-features-2,
    #slide-features-3 {
        padding: 50px 30px 0 30px;
    }

    .sf-content {
        gap: 40px;
    }

    .sf-feature-text {
        font-size: 15px;
    }

    .sf-feature-desc {
        font-size: 13px;
    }

    .sf-features-card {
        min-width: 55%;
        gap: 20px;
    }

    .sf-check {
        width: 32px;
        height: 32px;
    }

    .sf-visuals {
        margin-right: -10px;
    }

    #slide-features-2 .sf-visuals {
        margin-right: 0;
        margin-left: -10px;
    }

    #slide-features-3 .sf-device {
        max-height: 420px;
    }

    .support-img-wrapper {
        width: 190px;
        height: 190px;
    }

    #support-steps::before,
    #support-steps::after {
        top: 95px;
    }

    #support-slide {
        padding: 50px 30px;
    }

    #jobanimz #slide-features-3 .sf-content {
        min-height: 500px;
    }

    #jobanimz #software-home-slide {
        margin-bottom: 0;
    }

}

@media (max-width: 1300px) {

    #rgpd-slide {
        padding: 50px 30px;
    }

    .rgpd-card {
        padding: 24px 20px;
        gap: 12px;
    }

    .sf-feature-text {
        font-size: 14px;
    }

    #navbar-links {
        padding-left: 15px;
    }

    .navbar-link {
        padding: 10px 20px;
    }

    #navbar-contact img {
        width: 70px;
        height: 70px;
    }

    #software-home-slide {
        padding: 160px 0 0 30px;
    }

    #software-slide-text {
        max-width: 500px;
        gap: 24px;
    }

    #myperischool-logo {
        width: 280px;
    }

    #software-home-slide h1 {
        font-size: 38px;
    }

    #software-home-slide h2 {
        font-size: 16px;
    }

    #myperischool-badges {
        top: calc(100% - 200px);
        left: 50px;
    }

    #myperischool-badge-certifie {
        width: 60px;
    }

    #myperischool-france-connect {
        width: 180px;
        top: 40px;
        left: -15px;
    }

    #software-devices-container {
        right: 30px;
    }

    .trust-card {
        padding: 30px 20px;
        gap: 20px;
    }

    #trust-slide {
        padding: 50px 30px;
    }

    .support-img-wrapper {
        width: 180px;
        height: 180px;
    }

    #support-steps::before,
    #support-steps::after {
        top: 90px;
    }

    #jobanimz #slide-features-3 .sf-content {
        min-height: 480px;
    }

    #jobanimz #slide-features-1 .sf-features-card {
        margin-top: 20px;
    }

}

@media (max-width: 1200px) {

    .support-card-title {
        font-size: 18px;
    }

    #jobanimz #slide-features-1 .sf-features-card {
        margin-top: 0;
    }

    #jobanimz-logo {
        width: 390px;
    }

}

@media (max-width: 1100px) {

    #software-home-slide {
        padding: 50px 0 0 30px;
    }

    #software-slide-text {
        max-width: 400px;
        gap: 18px;
    }

    #myperischool-logo {
        width: 250px;
    }

    #software-home-slide h1 {
        font-size: 30px;
    }

    #software-home-slide h2 {
        font-size: 16px;
    }

    #software-shape {
        right: -30px;
    }

    #software-devices {
        top: 20px;
        right: 20px;
        width: calc(100% - 20px);
    }

    #myperischool-badges {
        top: calc(100% - 170px);
        left: 20px;
    }

    #myperischool-badge-certifie {
        width: 45px;
    }

    #myperischool-france-connect {
        width: 130px;
        top: 30px;
        left: -15px;
    }

    .trust-card {
        flex-direction: column;
        align-items: center;
    }

    .trust-description {
        text-align: center;
    }

    #testimonials-slide, #rgpd-slide {
        padding: 50px 40px;
    }

    .support-img-wrapper {
        align-self: center;
        width: 120px;
        height: 120px;
        flex-shrink: 0;
    }

    .support-card-title {
        font-size: 20px;
    }

    #support-slide {
        padding: 50px 30px;
    }

    #support-steps::before,
    #support-steps::after {
        display: none;
    }

    #support-steps {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .support-step {
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
        max-width: none;
        background: white;
        border-radius: 20px;
        box-shadow: 0 2px 8px rgba(0, 30, 60, 0.10);
        padding: 20px;
    }

    .support-card {
        background: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }

}

@media (max-width: 1000px) {

    #software-home-slide {
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 30px 30px 0 30px;
        gap: 20px;
    }

    #software-slide-text {
        max-width: 100%;
        align-items: center;
        padding-bottom: 20px;
    }

    #software-home-slide h1 {
        text-align: center;
        font-size: 30px;
    }

    #software-home-slide h2 {
        text-align: center;
    }

    #software-slide-visuals {
        width: 100%;
        max-width: 600px;
        align-self: center;
        flex: none;
    }

    #software-shape {
        right: 0;
    }

    #software-devices {
        top: 10px;
        right: 0;
        width: 100%;
    }

    #software-devices-container {
        right: 30px;
    }

    .sf-content,
    #slide-features-2 .sf-content {
        flex-direction: column-reverse;
        align-items: center;
        gap: 0;
    }

    .sf-visuals,
    #slide-features-2 .sf-visuals {
        max-width: 600px;
        align-self: initial;
        margin-right: 0;
        margin-left: 0;
    }

    #slide-features-1,
    #slide-features-2,
    #slide-features-3 {
        padding: 50px 20px 0 20px;
        gap: 30px;
    }

    .sf-features-card {
        padding: 30px 20px;
    }

    .sf-feature-text {
        font-size: 15px;
    }

    #slide-features-2 .sf-device {
        right: 14%;
    }

    #slide-features-3 .sf-blue-shape {
        top: 0;
        margin-top: 60px;
    }

    #slide-features-3 .sf-device {
        top: 0;
        max-height: 90%;
    }

    #jobanimz #slide-features-3 .sf-content {
        flex-direction: column-reverse;
        margin-top: 0;
    }

    #jobanimz-logo {
        margin-top: 50px;
    }

}

@media (max-width: 900px) {

    #rgpd-cards {
        flex-direction: column;
    }

    .rgpd-card {
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 20px;
    }

    .rgpd-icon-wrapper {
        width: 55px;
        flex-shrink: 0;
    }

    .rgpd-icon-wrapper img.rgpd-card-icon {
        height: auto;
        width: 100%;
    }

    .rgpd-icon-shield {
        width: 42px;
        height: 42px;
    }

    .rgpd-icon-wrapper .rgpd-icon-rotate {
        width: 36px;
        height: 36px;
    }

    .trust-cards {
        flex-direction: column;
    }

    .trust-card {
        flex-direction: row;
    }

    .trust-description {
        text-align: left;
    }

    #testimonials-slide, #rgpd-slide {
        padding: 50px 30px;
    }

    .support-img-wrapper {
        width: 100px;
        height: 100px;
    }

}

@media (max-width: 750px) {

    #support-steps {
        grid-template-columns: 1fr;
    }

    #support-slide {
        padding: 50px 20px;
        gap: 40px;
    }

    .support-img-wrapper {
        width: 120px;
        height: 120px;
    }

}

@media (max-width: 600px) {

    #rgpd-slide {
        padding: 50px 20px;
    }

    .rgpd-card {
        padding: 20px;
    }

    #myperischool #top-background {
        background: linear-gradient(rgba(0, 145, 234, 0.1) 0%, rgba(0, 145, 234, 0) 30%);
    }

    #jobanimz #top-background {
        background: linear-gradient(rgba(72, 111, 224, 0.1) 0%, rgba(72, 111, 224, 0) 30%);
    }

    #software-home-slide {
        padding: 30px 20px 0 20px;
        gap: 30px;
    }

    #myperischool-logo {
        width: 200px;
    }

    #jobanimz-logo {
        width: 320px;
    }

    #software-slide-text {
        padding-bottom: 0;
    }

    #software-devices-container {
        right: 20px;
    }

    #trust-slide {
        padding: 50px 20px;
    }

    .trust-cards {
        gap: 14px;
    }

}

@media (max-width: 500px) {

    .rgpd-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .rgpd-icon-wrapper {
        height: 50px;
        width: auto;
    }

    .rgpd-icon-wrapper img.rgpd-card-icon {
        height: 100%;
        width: auto;
    }

    #software-home-slide {
        padding-bottom: 20px;
    }

    #testimonials-slide, #rgpd-slide {
        padding: 50px 20px;
    }

    .support-step {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .support-img-wrapper {
        width: 140px;
        height: 140px;
    }

    .support-card-header {
        justify-content: center;
        min-height: initial;
        flex-direction: column;
        gap: 10px;
    }

    .support-card-desc, .support-card-title {
        text-align: center;
    }

    .support-card {
        margin-top: -36px;
    }

    #jobanimz-logo {
        width: 280px;
    }

}

@media (max-width: 450px) {

    .trust-card {
        flex-direction: column;
        gap: 12px;
    }

    .trust-description {
        text-align: center;
    }

    #software-home-slide {
        padding-bottom: 30px;
    }

}

@media (max-width: 400px) {

    #software-home-slide {
        padding-bottom: 50px;
    }

}
