#ayrac .ayrac-content{
    width: 100%;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
#ayrac .ayrac-content::before{
    content: '';
    position: absolute;
    background: rgb(1 37 62 / 70%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#ayrac .ayrac-wrapper .ayrac-content h2{
    font-size: 35px;
    margin-bottom: 2.2rem;
    line-height: 1.2;
}

#ayrac .ayrac-wrapper .ayrac-content ul{
    list-style: none;
}

#ayrac .ayrac-wrapper .ayrac-content ul li{
    display: flex;
    align-items: center;
    padding: 12px 20px 12px;
    position: relative;
    font-size: 15px !important;
}
#ayrac .ayrac-wrapper .ayrac-content ul li::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(255,255,255,0.1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 30px;
}

#ayrac .ayrac-wrapper .ayrac-content ul li+li{
    margin-top: 20px;
}

#ayrac .ayrac-wrapper .ayrac-content ul li i{
    color: #fff;
    margin-right: 1rem;
}

@media (min-width: 1500px){
    #ayrac .ayrac-wrapper .ayrac-content ul li{
        font-size: 16px !important;
    }
}

@media (max-width: 1400px){
    #ayrac .ayrac-wrapper .ayrac-content h2{
        font-size: 26px;
    }
}

@media (max-width: 1024px){
    #ayrac .ayrac-wrapper .ayrac-content h2{
        font-size: 25px;
    }
    #ayrac .ayrac-wrapper .ayrac-content ul li{
        padding: 8px 20px 8px;
    }
}

@media (max-width: 991px){
    #ayrac .ayrac-content{
        padding: 50px 0;
    }
    #ayrac .ayrac-wrapper .ayrac-content h2{
        font-size: 22px;
        margin-bottom: 1.5rem;
    }
    #ayrac .ayrac-left{
        text-align: center;
        margin-bottom: 2.2rem;
    }
    #ayrac .ayrac-wrapper .ayrac-content ul li{
        width: 50%;
        margin-inline: auto;
    }
}

@media (max-width: 767px){
    #ayrac .ayrac-wrapper .ayrac-content ul li{
        width: 70%;
    }
}

@media (max-width: 575px){
    #ayrac .ayrac-wrapper .ayrac-content h2{
        font-size: 20px;
    }
    #ayrac .ayrac-wrapper .ayrac-content ul li{
        width: 80%;
    }
}

@media (max-width: 450px){
    #ayrac .ayrac-wrapper .ayrac-content ul li{
        width: 100%;
    }
}