.vps-linux-section-1 {
    background-image: url('../images/vps-linux/section-1-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.vps-linux-section-1 img {
    width: 50%;
}

.vps-linux-section-1 h2 {
    color: var(--heading-blue);
}

.vps-linux-section-1 p {
    color: var(--text-color);
    line-height: 1.1;
}

.vps-linux-section-2 {
    background-image: url('../images/common/blue-bg-01.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.vps-linux-section-3 {
    background-image: url('../images/common/linux-orange-bg-01.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.vps-linux-section-3 .heading .fas {
    font-size: 2rem;
    color: var(--heading-orange);
}

.vps-linux-section-3 .heading h5 {
    font-size: 1.8rem;
    color: var(--heading-orange);
}
.vps-linux-section-3 ul{
    width: 100%;
}

.vps-linux-section-3 ul li { 
    font-size: 1rem;  
    color: var(--text-color);   
}

.vps-linux-section-3 ul li .far{    
    font-size: .7rem;
}

.vps-linux-section-4 {
    background-image: url('../images/common/blue-bg-01.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.vps-linux-section-4 .heading .simple{
    width: 16%;    
}
.vps-linux-section-4 .heading .powerful{
    width: 25%;    
}
.vps-linux-section-4 .heading .reliable{
    width: 21%;    
}
.vps-linux-section-4 .heading h5 {
    font-size: 1.8rem;
    color: var(--heading-blue);
}
.vps-linux-section-4 .heading p{
    color: var(--black-color); 
}
 .vps-linux-section-4 .circleContainer  .c1 img{
    width: 30%;
 }
 .vps-linux-section-4 .circleContainer  .c2 img{
    width: 33%;
 }
 .vps-linux-section-4 .circleContainer  .c3 img{
    width: 30%;
 }
 .vps-linux-section-4 .circleContainer  .c4 img{
    width: 23%;
 }
 .vps-linux-section-4 .circleContainer  .c5 img{
    width: 30%;
 }
 .vps-linux-section-4 .circleContainer  .c6 img{
    width: 27%;
 }
 .vps-linux-section-4 .circleContainer  .c7 img{
    width: 28%;
 }
 .vps-linux-section-4 .circleContainer  .c8 img{
    width: 31%;
 }
 .vps-linux-section-5 {
    background-image: url('../images/common/linux-orange-bg-02.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.vps-linux-section-5 .heading h5 {
    font-size: 1.8rem;
    color: var(--heading-orange);
}
.vps-linux-section-5 .heading p{
    color: var(--black-color);  
}
.vps-linux-section-5 .productlist{
    background-color: var(--white-color);
    border-radius: 15px;
    border: 2px solid #FDE1CB;
    margin: 2% 0%;
}
.vps-linux-section-5 .productlist .productImg{
    border-right: 2px solid #FDE1CB;
}
.vps-linux-section-5 .productlist .i1{
    width: 77.8%;
}
.vps-linux-section-5 .productlist .i2{
    width: 68%;
}
.vps-linux-section-5 .productlist .i3{
    width: 77.1%;
}
.vps-linux-section-5 .productlist .i4{
    width: 77.1%;
}
.vps-linux-section-5 .productlist .i5{
    width: 77.5%;
}
.vps-linux-section-5 .productlist .i6{
    width: 54.8%;
}


@media (max-width: 480px) {

    .vps-linux-section-4 .heading .simple{
        width: 22%;    
    }
    .vps-linux-section-4 .heading .powerful{
        width: 34%;    
    }
    .vps-linux-section-4 .heading .reliable{
        width: 29%;    
    }

    .vps-linux-section-5 .productlist .productImg:nth-of-type(1),.vps-linux-section-5 .productlist .productImg:nth-of-type(2),.vps-linux-section-5 .productlist .productImg:nth-of-type(3){
        border-bottom: 2px solid #FDE1CB;
    }
    .vps-linux-section-5 .productlist .productImg:nth-of-type(3), .vps-linux-section-5 .productlist .productImg:nth-of-type(6){
        border-right: none !important;
    }



}
@media (min-width: 481px) {

    .vps-linux-section-5 .productlist .productImg:nth-of-type(1),.vps-linux-section-5 .productlist .productImg:nth-of-type(2),.vps-linux-section-5 .productlist .productImg:nth-of-type(3){
        border-bottom: 2px solid #FDE1CB;
    }

    .vps-linux-section-5 .productlist .productImg:nth-of-type(3), .vps-linux-section-5 .productlist .productImg:nth-of-type(6){
        border-right: none ;
    }
 
}
@media (min-width: 576px) {  }


@media (min-width: 768px) { 


    .vps-linux-section-4 .heading .simple{
        width: 22%;    
    }
    .vps-linux-section-4 .heading .powerful{
        width: 34%;    
    }
    .vps-linux-section-4 .heading .reliable{
        width: 29%;    
    }
    .vps-linux-section-5 .productlist .productImg:nth-of-type(1),.vps-linux-section-5 .productlist .productImg:nth-of-type(2),.vps-linux-section-5 .productlist .productImg:nth-of-type(3){
        border-bottom: none ;    
    }

    .vps-linux-section-5 .productlist .productImg:nth-of-type(3){
        border-right: 2px solid #FDE1CB;
    }
    .vps-linux-section-5 .productlist .productImg:last-of-type{
        border-right: none ;
    }
 }


@media (min-width: 992px) {    

    .vps-linux-section-4 .heading .simple{
        width: 18%;    
    }
    .vps-linux-section-4 .heading .powerful{
        width: 29%;    
    }
    .vps-linux-section-4 .heading .reliable{
        width: 25%;    
    }
 }


@media (min-width: 1200px) {  }


@media (min-width: 1400px) {  }