@import "../assets/font/stylesheet.css";


.support-center{
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 22px;
  margin-top: 14px;    
}

.support-center-container {
  max-width: 400px;
  padding: 30px 16px;
  margin: 0 auto;
}

.section-support-center-title {
  color: #DDD7E4;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
  margin: 0 10px;
    padding-top: 50px;
    padding-bottom: 10px;
}

.support-center-group input,
.support-center-group textarea {
  width: 100%;
  box-sizing: border-box;
  background: #2D2E42;
  color: #FFFFFF;
  padding: 18px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  border: 0.678064px solid #2E2E2E;
  border-radius: 16px;
}

.support-center-group textarea {
  height: 140px;
  resize: none;
}


.support-center-group input::placeholder,
.support-center-group textarea::placeholder {
width: 311px;
height: 21px;
font-family: 'Outfit';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.04em;
color: rgba(169, 173, 178, 1);
flex: none;
order: 0;
flex-grow: 1;

}

.support-center-group button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 17px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 39px;
  background: #7067FB;
  margin: 45px auto;
}

@media (max-width: 450px){
        .section-subtitle{
        width: 100%;
            
    }

    .section-support-center-title{
        font-size: 42px;
    }
    .footer-links{
        gap: 40px;
    }
    
    .support-center-group button{
        width: 86%;
        height: 52px;
    }
    .support-center-container{
        padding: 0px 5px 5px;
    } 
    
}
