:root {
    --bg-gary-light: #F6F9FB;
    --primary-color: #0944E7;
    --black-color: #0F0F0F;
}

@media (min-width: 1201px){
    .container {
        max-width: 1350px;
    }
}
svg{
    vertical-align: middle;
    display: inline-block;
}

ul, ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
.gap-1{
    gap: 1rem;
}
.py-6{
    padding-bottom: 6rem;
    padding-top: 6rem;
}
.features_wrapper{
    margin-top: 75px;
}
.features-homeSec{
    background: transparent linear-gradient(359deg, #85C6EB 0%, #1B338E 100%) 0% 0% no-repeat;
    position: relative;
    z-index: 1;
    padding: 3rem 0rem;
}
.features-homeSec h1{
    font-size: 3rem;
}
.features-homeSec h2{
    font-size: 1.25rem;
    font-weight: 500;
}
.start-btn {
    background: var(--primary-color);
    box-shadow: 0px 1px 12px #FFFFFF0A;
    border-radius: 8px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    padding: 14px 25px;
    min-width: 200px;
}
.start-btn:hover, .start-btn:focus {
    color: #1A6CFF;
    border-color: #1A6CFF;
    background: #ffffff;
}
.features-business h2, .features-security h2, .features-packages h2{
    color: var(--black-color);
    text-align: center;
}
.features-business-item{
    border: 2px solid #EEF3FF;
    border-radius: 12px;
    background-color: #fff;
}
.features-business-item h3{
    font-size: 1.25rem;
    margin-bottom: 0;
    color: var(--black-color);
}
.features-automation{
    background-color: #EBF2F7;
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
}
.text-black{
    color: var(--black-color);
}
.features-automation p{
    font-size: 1.25rem;
    color: var(--black-color);
}
.automation-img {
    position: absolute;
    right: -1px;
    top: 0px;
    height: auto;
    overflow: hidden;
}
.automation-img img {
    max-width: 770px;
}
.features-security-list li {
    color: var(--black-color);
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1rem;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 0.25rem;
    margin-left: 1rem;
}
.features-business-item p{
    font-size: 18px;
    color: var(--black-color);
}
.features-grow{
    background: transparent linear-gradient(0deg, #85C6EB 0%, #1B338E 100%) 0% 0% no-repeat ;
    color: #fff;
    padding: 3rem 0;
}
.certifications-wrap {
    background-color: #EBF2F7;
    border-radius: 12px;
    padding:4rem 1rem;
    text-align: center;
    margin: 3rem 0 5rem;
}
.certifications-wrap p{
    font-size: 1.25rem;
    color: var(--black-color);
}
.text-start{
    text-align: start !important;
}

@media (max-width: 767px){
    .features-homeSec h1{
        font-size: 2rem;
    }
    .features-homeSec .start-btn, .features-packages .start-btn{
        width: 100%;
    }
    h2{
        font-size: 1.75rem;
    }
    .py-6 {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
    .features-automation{
        flex-direction: column;
        min-height: auto;
        padding-bottom: 0;
    }
    .automation-img {
        position: relative;
        right: auto;
        top: auto;
        max-width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 1rem;
    }
    .automation-img img {
        max-width: 100%;
    }
    section h2 {
        text-align: start !important;
    }
    .features-grow{
        padding: 0;
    }
    .certifications-wrap{
        padding: 2rem 1rem 1rem;
    }
}