
.row-compacao {
    display: flex;
    justify-content: space-between;
}

.comparison-section {
    padding: 24px 0;
    position: relative;
    overflow: hidden;
    margin: 80px auto 50px auto;
}

.coluna-comparacao {
    width: fit-content;
    position: relative;
    padding: 30px;
    z-index: 2;
}

.titulo-comparacao {
    color: white;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 30px;
    margin-left: 14px;
}

.phone-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.phone-container img {
    max-width: 100%;
    height: auto;
}

.img-icones {
    width: 180px;
    height: 60px;
}

.phone-frame {
    width: 280px;
    height: 560px;
    background-color: #000;
    border-radius: 40px;
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.phone-content {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.sg-subtext {
    font-size: 1.2rem;
    letter-spacing: 3px;
    margin-top: 5px;
}

@media (max-width: 991px) {
    .comparison-column {
        margin-bottom: 50px;
    }

    .comparison-title {
        font-size: 2.5rem;
    }

    .screen-label {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .comparison-section {
        padding: 30px 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .titulo-comparacao {
       font-size: 2rem;
    }

    .comparison-column::before {
        display: none;
    }

    .comparison-title {
        font-size: 2rem;
    }

    .app-icon-box {
        width: 180px;
        height: 160px;
    }
}
