
* {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;

}


.web h2
{
    margin-top: 30px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    color: white;
    font-family: 'Raleway', sans-serif;
    text-align: center;
        padding-bottom: 10px;
        }
        .webp{
            font-family: 'Raleway', sans-serif;
            color: #222;
            }

    /* Services */
    .web {
        background-color: #005196;
        position: relative;
            background-repeat: no-repeat;
            background-size: cover;
        }
   
        .webh h2{
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: white;
            text-transform: uppercase ;
            }
    
 .cms-img {
     width: 90%;
     display: flex;
     justify-content: center;
     align-items: center;
 }
 .cimg {
     padding-top: 10px;
     width: 220px;
     height: 120px;
     display: flex;
     align-items: center;
     align-self: center;

    }
    .card-title {
        font-family: 'Raleway', sans-serif;    

        text-transform: uppercase;
        text-align: center;
    }
    .card {
        height: 200px;
        border-radius: 20px 0 20px  0;
    }
    .card:hover {
        box-shadow: 0 0 15px 5px rgb(0,0,0,0.2);
        cursor: pointer;
        transition: 0.5s;
      }
    .video2 {
        width: 100%;
        height: 150px;
      }
.qp {
    font-family: 'Raleway', sans-serif;    
    word-spacing: 2px;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.graphicsimg {
    margin-top: 20px;
    width: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* quality */
.product {
    background-image: url(../assets/apple-devices-computer-contemporary-dark-234527.jpg);  
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;}
    .productl {
      position: absolute;
      background: black;
      opacity: 0.6;
      left: 0;
      top: 0;
      height: 100%;
    width: 100%;}
    .productp {
        font-family: 'Raleway', sans-serif;    
        font-size: 12px;
    }
    .producth {
        font-family: 'Raleway', sans-serif;    
    }
    .cimg {
      width: 100%;
      height: 90%;
    }

    .simg {
        width: 250px;
    }
