.road-delivery-terms-block{
    margin-top: 100px;
}

.road-delivery-terms-block h2{
    text-align: left;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    color: var(--osnovnoy-tekst);
}

.road-delivery-terms-container{
    display: grid;
    grid-template-columns: 32.33% 32.34% 32.33%;
    gap: 1.5%;
}

.road-delivery-term{
    border-radius: 15px;
    background: linear-gradient(180deg, #d4e1ff 0%, #bfd3ff 70.67%, #bfd3ff 100%);
    padding: 30px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.road-delivery-term-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
}

.road-delivery-img-container{
    height: 172px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.road-delivery-img-container img{
    height: 142px;
    width: auto;
}

.road-delivery-img-container .business-account-img{
    height: 172px;
}


.road-delivery-term p{
    width: 260px;
    max-width: 100%;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: var(--osnovnoy-tekst);
}

@media (max-width: 1400px){
    .road-delivery-img-container img{
        height: 122px;
    }
    
    .road-delivery-img-container .business-account-img{
        height: 152px;
    }
    
    .road-delivery-term p{
        font-size: 20px;
    }
}


@media (max-width: 1360px) {
    .road-delivery-terms-block h2,
    {
        font-size: 36px;
    }
}


@media (max-width: 1200px){
    .road-delivery-terms-block h2{
        font-size: 32px;
    }
    
    .road-delivery-term{
        padding: 20px 40px;
    }
    .road-delivery-img-container img{
        height: 102px;
    }
    
    .road-delivery-img-container .business-account-img{
        height: 132px;
    }
    
    .road-delivery-term p{
        font-size: 18px;
    }
}

.media (max-width: 1000px){
    .road-delivery-term{
        padding: 15px 30px;    
    }
}


.media (max-width: 900px){
    .road-delivery-term{
        padding: 15px;    
    }
}


@media (max-width: 768px){
    .road-delivery-terms-block{
        margin-top: 50px;
    } 
    
    .road-delivery-terms-block h2{ 
        font-size: 28px;
        text-align: left;
    }
    
    .road-delivery-terms-container{
        grid-template-columns: 100%;
        gap: 20px;
    }
    
    .road-delivery-term{
        padding: 20px 40px;    
    }
    
    .road-delivery-img-container{
        flex-shrink: 0;
        width: 200px;
        height: 200px;
    }
    
    .road-delivery-img-container img{
        height: 142px;
    }
    
    .road-delivery-img-container .business-account-img{
        height: 142px;
    }
    
    .road-delivery-term p{
        width: auto;
        max-width: 100%;
        flex: 1;
        text-align: left;
    }
    
    
    .road-delivery-term-content{
        flex-direction: row;
    }
}

@media (max-width: 576px){
    .road-delivery-terms-block h2{
        font-size: 24px;
    }
    
    .road-delivery-img-container{
        flex-shrink: 0;
        width: 170px;
        height: 170px;
    }
    
    .road-delivery-img-container img{
        height: 122px;
    }
    
    .road-delivery-img-container .business-account-img{
        height: 122px;
    }
}

@media (max-width: 500px){
    .road-delivery-term-content{
        flex-direction: column;
    }
    
    .road-delivery-img-container{
        width: auto;
        height: 172px;
    }
    
    .road-delivery-img-container img{
        height: 152px;
    }
    
    .road-delivery-img-container .business-account-img{
        height: 152px;
    }
    
    .road-delivery-term p{
        flex-shrink: 0;
        text-align: center;
        width: 100%;
        max-width: 350px;
    }
    
    .road-delivery-term{
        padding: 30px 50px;
    }
}

@media (max-width: 400px){
    .road-delivery-img-container{
        width: auto;
        height: 142px;
    }
    
    .road-delivery-img-container img{
        height: 122px;
    }
    
    .road-delivery-img-container .business-account-img{
        height: 122px;
    }
}

@media (max-width: 375px){
    .road-delivery-img-container{
        width: auto;
        height: 122px;
    }
    
    .road-delivery-img-container img{
        height: 102px;
    }
    
    .road-delivery-img-container .business-account-img{
        height: 102px;
    }
    
    .road-delivery-terms-block h2{
        font-size: 20px;
    }
}
