* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
  height: 100%;
}

body {
    overflow-y: scroll;
    overflow-x: hidden;
    background: black;
    height: 100vh;
    max-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    font-family: roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}


a {
  text-decoration: none;
  color: black;
}

li {
  list-style: none;
  text-decoration: none;
}

ul {
  text-decoration: none;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}




.services-content {
    display: none;
    width: 75vw; 
    height: 100vh; 
    position: absolute; 
    left: 50%; 
    top: 100%; 
    z-index: -1;
    transform: translate(-50%, -85%);
  }
  
  .services-black-wrapper {
    width: 100%;
    height: 70vh;
    background: black;
    display: flex;
  }
  
  .services-pt1 {
    width: 100%;
    padding: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .services-subtitles {
    color:white;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  
  .servicespt1-titlewrapper {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  
  .titlereadmore-services {
    margin-left: 50px;
  }
  
  .header2-services {
    margin-top: 20px;
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: white 1px solid;
    font-size: 20px;
  }
  
  .closeicon4 {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
  }
  
  .services-image1 {
    width: 115px;
    height: 115px;
    border: white 2px solid;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .services-image2 {
    border: white 2px solid;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  
  .services-image3 {
    width: 185px;
    height: 215px;
    border: white 2px solid;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
     margin-top: 10px;
  }
  
  .services-split {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .services-answer {
    margin-left: 0;
    width: 90vw;
  }
  
  .services-wrap {
    margin-left: 0;
  }
  
  .servicesparagraphmain {
    text-align: start;
    width: 100%;
    font-size: 17px;
    text-align: center;
    margin-top: 10px; 
  }
  
  .quality-paragraph2 {
    color: rgb(160, 160, 160);
    margin-top: 20px;
    font-size: 17px;
    text-align: justify;
    margin-left: 15px;
  }
  

  .endbreizenlogo {
    width: 60%;
    margin-bottom: -100px;
  }
  




@media (max-width: 395px) {
    .servicespt1-titlewrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }

      .titlereadmore-services {
          align-items: center;
          margin-left: 0%;
          justify-content: center;
          display: flex;
          align-items: center;
          justify-items: center;
          flex-direction: column;
      }
      
      .services-image1 {
          margin-top: 30px;
          margin-bottom: 15px;
      }

      .services-subtitles {
          margin-bottom: -1px;
          font-size: 18px;
      }
}

.services-image2 {
    height: 100px;
}

@media (max-width: 411px) {
    .quality-paragraph2 {
        width: 90vw;

    }

}