.volunteer-container {
  padding: 130px 155px 40px;
}
.volunteer-main {
  display: flex;
  flex-wrap: wrap;
}
.volunteer-info {
    background: #f3f4f6;
    border-radius: 20px;
    padding: 40px 30px;
    position: relative;
    height: 359px;
    width: 45%;
    margin-top: 80px;  
}
.volunteer-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-top: 11px;
}
.volunteer-icon-div p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #051e47;
  margin-top: 15px;
}
.volunteer-info h5 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #051e47;
}
.volunteer-icon-div {
  display: flex;
}
.dummy-div {
  width: 550px;
}
.header-text-div {
  margin: 0 auto;
}
.header-text-div h5 {
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  color: #051e47;
  font-size: 38px;
}
.header-text-div p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #051e47;
}
.volunteer-form-input-field {
  width: 100% !important;
  padding: 10px 10px 10px 20px !important;
  box-shadow: 0px 8px 25px rgb(149 129 129 / 10%) !important;
  border-radius: 10px !important;
  border-color: #fff !important;
  color: #6c757d !important;
  height: 56px;
  background: #ffffff;
  box-shadow: 0px 8px 25px rgb(149 129 129 / 10%);
  border-radius: 10px;
  font-size: 15px;
}
.volunter-form {
  width: 45%;
  margin: 39px 0 0 auto;
}
.volunteer-next-btn-div {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  width: 47%;
}

.volunteer-submit-btn {
  padding: 10px 40px !important;
  background-color: #051e47 !important;
  border-radius: 7px !important;
  color: #fff !important;
  font-size: 17px;
}
.volunteer-top-image {
  position: absolute;
  top: -65px;
  right: -47px;
}
.volunteer-bottom-image {
  position: absolute;
  bottom: -23px;
  left: -135px;
}
@media screen and (max-width: 599px) {
  .volunteer-container {
    padding: 140px 30px 40px;
  }
  .volunteer-info {
    margin: 30px 0;
    width: 100%;
    order: 2;
  }
  .volunter-form{
    width: 100%;
  }
  .volunteer-top-image {
    display: none;
  }
  .volunteer-bottom-image {
    display: none;
  }
  .header-text-div p {
/*    margin-left: 67px;*/
  }
  .volunteer-next-btn-div {
    justify-content: center;
    width: 100%;
  }
  .volunteer-form-input-field {
  height: 60px !important;
}
}
@media screen and (max-width: 430px) {
  .header-text-div p {
    text-align: center;
  }
  .volunteer-info {
    padding: 40px 10px;
    height: auto;
  }
  .header-text-div h5 {
    font-size: 25px;
}
}
@media (min-width:599px) and (max-width: 992px){
  .volunteer-container {
    padding: 130px 40px 40px;
}
.volunteer-info{
  width: 100%;
}
.volunter-form {
  width: 100%;
}
.volunteer-next-btn-div {
  justify-content: flex-end;
  width: 100%;
}
.header-text-div p{
  justify-content: center;
}
}
