
.services{
    text-align: center;
    margin-top: 100px;
    height: 850px;
    background:linear-gradient(rgba(20, 5, 1, 0.507), rgba(20, 5, 0, 0.123));
      background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.services h1{
    font-size: 50px;
    padding-top: 30px;
}
.services-p{
    font-size: 20px;
}
.border{
    border: 2px solid rgb(255, 215, 128);
    width: 20%;
    margin-left: 550px;
    margin-top: 10px;
}
.services-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 60px 20px;
}

.service-card {
  background: #fff;
  flex: 1;
  max-width: 390px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.service-img {
  overflow: hidden;
}

.service-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.service-img:hover img {
  transform: scale(1.1);
}

.service-content {
  padding: 20px;
  text-align: left;
}

.service-content h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}
.underline_serve{
    display: block;
  width: 100px;
  height: 3px;
  background: #f6b341;
}

.underline {
  display: block;
  width: 100px;
  height: 3px;
  background: #f6b341;
  margin: 10px auto 40px auto ;
}

.service-content p {
  font-size: 25px;
}
  
  @media(max-width: 768px){
      
.services{
    text-align: center;
    margin-top: 100px;
    height: auto;
    background:linear-gradient(rgba(20, 5, 1, 0.507), rgba(20, 5, 0, 0.123));
      background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.services h1{
    font-size: 50px;
    padding-top: 30px;
}
.services-p{
    font-size: 20px;
}
.border{
    border: 2px solid rgb(255, 215, 128);
    width: 20%;
    margin-left: 550px;
    margin-top: 10px;
}
.services-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 60px 20px;
  margin-left:60px;
}

.service-card {
  background: #fff;
  flex: 1;
  max-width: 390px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.service-img {
  overflow: hidden;
}

.service-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.service-img:hover img {
  transform: scale(1.1);
}

.service-content {
  padding: 20px;
  text-align: left;
}

.service-content h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}
.underline_serve{
    display: block;
  width: 100px;
  height: 3px;
  background: #f6b341;
}

.underline {
  display: block;
  width: 100px;
  height: 3px;
  background: #f6b341;
  margin: 10px auto 40px auto ;
}

.service-content p {
  font-size: 25px;
}
  
      
      
      
      
      
      
      
  }
  
  
   @media(max-width: 375px){
      
.services{
    text-align: center;
    margin-top: 100px;
    height: auto;
    background:linear-gradient(rgba(20, 5, 1, 0.507), rgba(20, 5, 0, 0.123));
      background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.services h1{
    font-size: 50px;
    padding-top: 30px;
}
.services-p{
    font-size: 30px;
    color: white;
}
.border{
    border: 2px solid rgb(255, 215, 128);
    width: 20%;
    margin-left: 550px;
    margin-top: 10px;
}
.services-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 60px 20px;
  margin-left:10px;
}

.service-card {
  background: #fff;
  flex: 1;
  max-width: 390px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.service-img {
  overflow: hidden;
}

.service-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.service-img:hover img {
  transform: scale(1.1);
}

.service-content {
  padding: 20px;
  text-align: left;
}

.service-content h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}
.underline_serve{
    display: block;
  width: 100px;
  height: 3px;
  background: #f6b341;
}

.underline {
  display: block;
  width: 100px;
  height: 3px;
  background: #f6b341;
  margin: 10px auto 40px auto ;
}

.service-content p {
  font-size: 25px;
}
  
      
      
      
      
      
      
      
  }
  
  
  