.header-p {
  font-size: 22px !important;
  line-height: 32px !important;
  width: 100%;
  color: #fff !important;
  padding-left: 10px;
  margin-top: 50px;
}

.my-form {
    background-color: rgba(46, 64, 95, 0.7);
    
    padding: 10px 30px;
    width: 90%;
}

.my-btn {
  background-color: #ffb606 !important;
}

.my-btn:hover {
  background-color: transparent !important;
  border: 1px solid #ffb606 !important;
  color: #fff !important;
}

.margin-t15{
    margin-top:15px !important;
}

.my-span {
    font-size: 14px;
}

@media only screen and (max-width: 767px){

    .my-span {
        font-size: 9.5px;
    }
    .margin-t15 {
        margin-top: -15px !important;
    }

    .fa-envelope-o:before{
        font-size: 35px;
    }

    .my-form{
        margin-top: 40px;
        width: 109%;
        margin-left: -15px;
    }
}