.tools {
   padding-top:100px;
   padding-bottom:100px;
}
.wmiright .row {
    flex-direction: row-reverse;
}
.tools-content {
    flex-direction: column;
}

/*.tools-content h2 {*/
/*    margin-bottom: 35px;*/
/*}*/

.tools-content p {
    font-size: 23px;
	margin-top:20px;
    font-weight: 400;
}

.tools-content ul {
    margin-top: 35px;
}

.tools-content ul li {
    font-size: 23px;
    font-family: Lufga-light;
    line-height: 30px;
    margin-bottom: 22px;
    list-style: none;
    position: relative;
    padding-left: 30px;
}

.tools-content ul li::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    background: url("https://strongcrm.webmediaserver.com/wp-content/uploads/2023/08/dot.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 5px;
}

.tools-content .hero-btn {
    margin-top: 22px;
}
@media only screen and (max-width: 1075px) and (min-width: 767px) {
    .tools-content p{
            font-size: 16px;
    }
    .tools-content h2{
        font-size:35px;
        margin-bottom:20px;
    }
    .tools-content ul{
        margin-top:20px;
    }
    .tools-content ul li{
     font-size: 15px;
    line-height: 19px;
    }
}

@media only screen and (max-width: 767px) {
.tools-content{
    padding: 30px 0;
}
.tools h2{
    font-size: 30px;
}
.tools-content p{
    font-size: 16px;
}
.tools-content ul li{
    font-size: 17px;
    line-height: 23px;
}
section.tools{
    margin: 50px 0 50px 0;
}
}
