/* Key Takeaways start */

.pointswithicon .key-takeaways{padding-block: 50px;}
.key-spec ul {padding: 0 !important;list-style: none;}
.key-spec ul li {margin-bottom: 18px;font-weight: 300; display: flex; align-items: center;}
.key-spec .key{ float: left; margin-right: 10px; margin-top: 2px;}
.key-takeaways .col{padding-left: 0;}
.pointswithicon .key-takeaways p{color: #666; font-weight: 400;}
.key-takeaways p:nth-child(1){margin-bottom: 1rem;}
.key-takeaways ul li p{width: 90%;}

.white{
    background: #ffffff;
}
.lightgrey{
    background: #f9f9f9;
}
.skyblue{
    background:#f2fbff;
}

@media screen and (max-width: 480px) {
    .pointswithicon .key-takeaways{padding-block: 25px;}
    .key-takeaways .sec-title {margin-bottom: 0;}
    .key-takeaways p {font-weight: 400; text-align: left;}
    .key-takeaways p:nth-child(1) {text-align: center;}
    .key-spec {margin-top: 10px;}
    .key-takeaways .col {padding-left: 15px;}
    .key-spec ul li {align-items: flex-start;}
    .mobile-mod{flex-direction: column-reverse;}
    .key img{ width: 40px;}
    .sec-title {
        text-align: center;
        font-size: 24px;
    }
}





/* Key Takeaways end */