
  .contact-page{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0px 20px 20px 20px
  }

  .valuables-container{
    width: 100%;
    /* height: 487px; */
  }
  
  .valuables {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
  }
  
  .valuable {
    
    width: 49%;
    max-width: 598px;
    max-height: 136px;
    background: #231F20;
    border-radius: 8px;
    flex-direction: row;
  }
  
  .valuable-image {
    width: 72px;
    height: 72px;
  }
  
  .valuable-text {
    display: flex;
    flex-direction: column;
    margin: 5.5px 24px;
  }
  
  .valuable-header {
    display: flex;
    margin: 32px;
    padding-left: 20px;
  }
  
  .valuable-description {
    /* color: #d1d0d2; */
    margin: 8px 0px;
    
  }


  .form-container {
    background-color: #231F20;
    border-radius: 8px;
    width: 100%;
    max-width: 598px;
    box-sizing: border-box;
  }
  
  .custom-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 36px;
  }

  .text{
    background-color: #231F20 !important;
    height: 54px !important;
    color: #fff;
  }
  
  .custom-form input,
  .custom-form select,
  .custom-form button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
  }
  
  .custom-form input,
  .custom-form select {
    background: #fff;
    border: solid 2px #fff;
    width: 100%;
    max-width: 526px;
    height: 43px;
    box-sizing: border-box;
  }
  
  .custom-form input::placeholder {
    color: #aaa;
  }
  
  .custom-form select {
    cursor: pointer;
  }
  
  .row {
    display: flex;
    gap: 10px;
    max-width: 526px;
  }
  
  .row input,
  .row select {
    flex: 1;
  }
  
  .custom-form button {
    background-color: red;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    max-width: 526px;
    height: 51px;
  }
  
  .custom-form button:hover {
    background-color: darkred;
  }


  .contact-us-container{
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.contact-us-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.contact-us-title{
    font-size: 32px;
}

.company-credentials{
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.company-credential{
    background: #231F20;
    width: 495px;
    height: 139px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.contact-us { 
    background: #231F20;
    width: 700px;
    border-radius: 8px;
    padding: 32px;
}

.contact-us-inputs{
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.row-input {
    width: 629px;
    height: 43px;
    border-radius: 12px;
    padding-left: 24px;
}

.half-row-input{
    display: flex;
    gap: 10px;
}

.half-input{
    width: 309.5px;
    height: 43px;
    border-radius: 12px;
    padding-left: 24px;
}

.comapny-credential-image { 
    margin-left: 32px;
}

.credential-text{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-us-forms {
    display: flex; 
    gap: 20px;
}

.contact-us-description { 
    text-align: center;
    width: 500px;
}
  
  @media screen and (max-width: 1275px) {
    
    .valuables-container {
      width: 100%;
      max-width: 830px;
      margin: auto;
      height: 100%;
    }

    .valuable {
      width: 48%; 
    }
  
  }
  
  @media screen and (max-width: 850px) {

    .valuables {
      flex-direction: column; 
      align-items: center;
      margin: 0px 20px;
    }
  
    .valuable {
      width: 90%; 
    }

    .valuable-image {
        width: 72px;
        height: 72px; 
    }

    .form-container{
      width: 85%;
    }

  
  }
  
  
  @media screen and (max-width: 500px) {

    .valuable {
      width: 100%; 
      height: auto; 
    }

    .valuable-header{
      margin: 30px;
    }

    .form-container{
      width: 91%;
    }

    .valuable-image {
        width: 48px;
        height: 48px; 
    }

    .valuable-description{
      font-size: 14px;
      word-break: break-all;
    }

    .valuable-text{
      margin: -3px 24px;
    }



  }
  

  @media screen and (max-width: 1275px) {
    .container { 
        width: 805px;
    }

    .contact-us-forms {
        flex-direction: column;
    }

    .valuables-container{
        height: 100%;
    }
    
    .company-credential{
        width: 100%;
    }

    .contact-us { 
        width: unset;
    }

    .row-input{
        width: unset;
    }

    .half-input {
        width: 100%;
    }

    .company-credentials{
        gap: 15px;
    }
}

@media screen and (max-width : 850px){
    .container {
        width: 80%;
    }

    .text-in-picture{
        color: white;
    }

    .valuables {
        flex-direction: column;
        align-items: center;
    }
    
    .valuable{
        width: 100%;
    }

    .news-container { 
        flex-direction: column;
        height: 100%;

    }
    .news-media {
        width: 100%;
        height: 230px;
    }

    .news-text { 
        width: 100%;
        align-items: center;
        padding: unset;

    }

    .contact-us-title {
        font-size: 22px;
    }

    .contact-us-description { 
        text-align: center;
        width: 100%;
    }

    .text-in-pic-down{
        font-size: 36px;
    }
    
    .text-in-pic-up{
        font-size: 20px;
    }

    .valuable-image{
        left: 50%;
        margin-left: -35px;
        top: -30px;
    }
}

@media screen and (max-width: 500px) {
    .comapny-credential-image{
        margin-left: 12px;
    }

    .text-in-pic-down{
        font-size: 27px;
    }
    
    .text-in-pic-up{
        font-size: 22px;
    }
}