@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap');

header .top-one{
    background: #7D1F53;
    color: white;
}

header .top-one .d-flex{
    justify-content: center;
    padding: 5px 0;
}

header .top-one .d-flex p{
    font-size: 14px;
    margin-bottom: 0;
}
header .top-one .d-flex a{
    color: white;
    font-size: 14px;
}

.works{
    background-color: #7D1F53;
}

.works h4, .works h5{
    color: white;
}



.site-main .design{
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 10px 0;
}

.our_goals .design{
    padding: 10px;
    margin: 10px;
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}
/* 
.form-control{
    height: 100%;
} */

.my_new_td {
    text-wrap: nowrap;
  }
  
  
  @media screen and (max-width: 1030px) {
    .my_new_td{
      text-wrap: wrap;
    }
  
  }