.serve-container {
  display: flex;
  justify-content:center;
  align-items: center;
}

.right-serve,
.left-serve {
  width: 40%;
  gap: 10px;
}
.right-serve {
  width: 50%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-serve img {
  width: 100%;
}
.left h2{
    font-size: 36px;
    margin-block: 25px;
    position: relative;
    padding-bottom: 8px;
    color: var(--primaryColor);
}
.left-serve h2 span{
 color: var(--blue);
}
.left-serve p{
    font-size: 18px;
   font-weight: 500;
    color: rgba(29, 45, 94, 0.85);
    width: 85%;
}
.serve-btns {
  display: flex;
  gap: 15px;
  margin: 10px;    
}

.btn-serve {
  flex: 1;        
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  background-color: #1d2d5e;
  padding: 12px 32px;
  border-radius: 99px;
  text-decoration: none;
}

@media (max-width: 1200px) {
.serve-container {
 flex-direction: column;
}
.right-serve,
.left-serve {
  width: 90%;
  gap: 10px;
}
.left-serve{
  text-align: center;
}
.left-serve h2{
    font-size: 40px;
    width: 50%;
    margin: 0 auto; 
text-align: center;
}
.serve-btns {
flex-direction: column;    
}
.left-serve p{
 text-align: center;
 align-items: center;
 width: 100%;
}
.serve-h{
  text-align: center;
 align-items: center;
 width: 100%;
}
}

