/* iPad in portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
   
        h2 {
            font-weight: bold !important;
            font-size: 32px !important;
        }
    h1, h2, h3, h4{
        font-weight: bold !important;
    }
    .plist li {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }
    .ipadedit{
        background-position: 80% 50% !important;
    }
    body .col-ip-7{
        flex: 0 0 60.666667%;
        max-width: 60.666667%;
    }
    body .col-ip-12{
        flex: 0 0 100%;
        max-width: 100%;
    }
.boxPink li {
    min-width: 32%;
}
        body .card-pink h3 {
            margin-bottom: 20px !important;
            width: 100%;
        }
    
        body .card-pink br {
            display: none;
        }
    
        body .card-pink {
            display: flex;
            row-gap: 4;
            width: 100%;
            background: var(--color-pink);
            padding: 50px 20px;
            border-radius: 20px;
            justify-content: space-between;
            margin-bottom: 30px !important;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
        }
        .mt-xs-40 {
            margin-top: 40px;
        }
}


/* iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    h3 {
        font-weight: bold !important;
        font-size: 26px !important;
    }
    h2 {
        font-weight: bold !important;
        font-size: 32px !important;
    }

    h1,
    h2,
    h3,
    h4 {
        font-weight: bold !important;
    }
        body .col-ip-12 {
            flex: 0 0 100%;
            max-width: 100%;
        }
}