.page4{ 
    height: 700px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

a{
    text-decoration: none;
    color: rgb(0, 157, 255);
}

.services-1{
    background-color: white;
    height: 900px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.servicestag{
    width: 100%;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0.8;
    color: rgb(48, 48, 54);
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.banners{
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    padding-left: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 10px;
    width: 100%;
}

.ser{  
    height: 110px;
}

.sercap{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    color: black;
    font-weight: 400;
    font-size: 28px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
