.container{
    padding: 3% 5%;
}
body {
    background-image: url(../img/bg.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.back-button {
    position: absolute;
    top: 3%;
    left: 2%;
}

.back-home {
    text-decoration: none;
    display: flex;
    align-items: center;
    background-color: #0055ff1e;
    padding: 0.5rem 1rem;
    color: #0057ff;
    font-weight: 600;
    border-radius: 9px;

    &:hover {
        color: #ffffff;
        background-color: #0057ff;
        border: 0;
    }
}

i{
    padding: 0%;
    margin-right: 10px;
}
h1{
    text-align: center;
    font-size: 2.1rem;
    line-height: 1.4;
    color: #353535;
    margin-bottom: 1%;
}

p{
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #0057ff;
}

.ptext{ 
    text-align: left !important;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #353535;
    margin-bottom: 4%;  
}
.ptexts{ 
    text-align: center !important;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #353535;
    margin-bottom: 4%;
    margin-top: 2%;
    
    
}
.pli{
    list-style-image: url(/img/upsidon/bulltes.svg);
}
.image{
    width: 100%;
    text-align: center;
    padding: 1% 0;
    margin-bottom: 2%;
}

.pheading{
    text-align: left !important;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #353535;
    margin-bottom: 1%;
}

.ps-section{
    background-color: #ffeaea;
    padding: 50px;
    border-radius: 50px 0 50px 0;
    
    .ptext{ 
        text-align: left !important;
        font-size: 1.1rem;
        line-height: 1.7;
        color: #353535;
        margin-bottom: 0%;  
    }
}
.wh-section{
    background-color: #f0f4ff;
    padding: 50px;
    border-radius: 50px 0 50px 0;
    margin: 5% 0;

    p{
        margin-bottom: 0%;
    }
}

.po{
    background-color: #ffe0cb;
    padding: 50px;
    border-radius: 0px 50px 0px 50px;
    margin: 0 0 5%;

    p{
        margin-bottom: 0%;
    }
}


.solution{

    background-color: #fbffef;
    padding: 50px;
    border-radius: 50px 0 50px 0;
    img{
        width: 90%;
    }
    .ptext{ 
        margin-bottom: 0%;  
    }


}




@media screen and (min-width: 1200px) and (max-width:1600px) {

    i {
        margin-right: 0%;
        display: inline;
        float: none;
    }


    .solution{
        img{
            width: 90%;
        }
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {

    i {
        margin-right: 0%;
        display: inline;
        padding: 0;
    }


    .ps-section{
        align-items: center;
    }

}
@media screen and (min-width: 768px) and (max-width:991px) {

    i {
        margin-right: 0%;
        display: inline;
        padding: 0;
    }


    .ps-section{
        align-items: center;
    }

    .ptext {
        font-size: 1rem;
    }

    .solution{
        display: flex;
        justify-content: center;
        img{
            width: 40%;
        }
    }
}

@media screen and (min-width: 20px) and (max-width:768px) {


    .wh-section {
        padding: 30px 20px;
        border-radius: 20px;
        margin: 50px 0;
    }

    .po {
        padding: 30px 20px;
        border-radius: 20px;
        margin: 50px 0;
    }

    .solution{
        padding: 30px 20px;
        border-radius: 20px;
        margin: 50px 0;
    }

    p{
        font-size: 13px !important;
        font-weight: 400;
    }

    .pli{
        font-size: 13px;
    }

    h4{
        font-size: 14px !important;
    }

    h2{
        font-size: 16px !important;
    }

    i {
        margin-right: 0%;
        display: inline;
        padding: 0;
    }

    .ps-section{
        padding: 30px 20px;
        border-radius: 20px;
        margin: 50px 0;

        .ptext{
            margin-bottom: 0%;
        }


    }

    .image {
        margin-bottom: 7%;
    }

    .solution{
        img{
            display: none;
        }
    }

    .project {
        padding: 20% 0% !important;
    }

    h1{
        font-size: 1.5rem;
    }

    .ptext{
        margin-bottom: 10%;
    }
}
