.more{
    display: none;
    transition: visibility 0s, opacity 0.5s linear;
}

ul, ol {
    list-style: none;
    padding: 0px;
}

li {
    margin-top: 1%;
    margin-bottom: 1%;
    display: flex;
    align-items: center;
}

li p {
    display: inline-block;
    width: 75%;
    margin-right: 2%; 
    margin-left: 2%; 
}

li img{
   width: 64px;
   height: 64px;
   margin-right: 1%; 
   margin-left: 1%; 
}


#techList li{
    list-style: none;
}

#techList li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: black;
}

#techList li p{
    width: 50%;
    font-size: 20px;
    transition: 0.5s ease-in-out;
}

#techList li p:hover, #techList li p:hover > img{
    font-size: 24px;
}

#techList li img{
    width: 8%;
    height: 8%;
    transition: 0.5s ease-in-out;
}


#techList li img:hover{
    width: 86px;
    height: 86px;
}


h2, h3{
    margin-bottom: 3%;
    font-weight: bolder;
}

.sections{
    display: flex;
    flex-direction: column;
}


.sections > div{
    display: block;
}

.sections > img,  .sections > a{
    display: block;
    width: 50%;
    height: 50%;
    margin: auto;
    order: -1;
}

#middlewares > .sections, #services > .sections{
    justify-content: space-evenly !important;
}

#services {
    text-align: end;
}

.mw_services a {
    font-size: 20px;
}

.mw_services{
 width: 60% !important;
}


/*For laptops screens*/
@media screen and (min-width: 992px) {
    .readMoreReadLess{
        display: none;
    }

    .more{
        display: inline-block;
    }

    .banner{
        background-size: 30%;
    }

    .sections > img, .sections > a{
        width: 20%;
        height: 20%;
        margin: 2%;
        display: inline-block;
        order: initial;
    }


    .sections > div{
        display: inline-block;
        width: 80%;
    }

    .sections{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }

}
