#pop-up-story .pop-up-header {
  background-color: #3E4095;
  border-radius: 16px 16px 0 0;
  padding: 9px;
}

#pop-up-story .pop-up-header h4 {
  text-align: center;
  font-weight: 700;
  font-size: 27px;
  color: #F2F2F2;
  line-height: 36px;
}

#pop-up-story .pop-up-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


#pop-up-story .pop-up-body div {
  width: 230px;
  height: 230px;
  background-color: #3E4095;

  padding: 54px;
  border-radius: 100%;

  margin-top: 38px;
  margin-bottom: 26px;
}

#pop-up-story .pop-up-body img {
  height: 100%;
}

#pop-up-story .pop-up-body p {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.94px;
  text-align: center;

  padding: 0 40px;

  color: #3E4095;
}


#pop-up-story .pop-up-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  margin-bottom: 34px;
}

#pop-up-story button {
  width: 325px;
  height: 54px;

  border-radius: 10px;
  background-color: #3E4095;

  font-size: 18px;
  font-weight: 700;
  line-height: 36px;

  color: #FFFFFF;

  cursor: pointer;
}


@media (max-width: 750px) {
  #pop-up-story .pop-up-header h4 {
    font-size: 18px;
    line-height: 18px;
  }
  
  #pop-up-story .pop-up-body div {
    width: 150px;
    height: 150px;
    background-color: #3E4095;
  
    padding: 40px;
    border-radius: 100%;
  
    margin-top: 20px;
    margin-bottom: 26px;
  }
  
  #pop-up-story .pop-up-body img {
    height: 100%;
  }
  
  #pop-up-story .pop-up-body p {
    font-size: 18px;
    line-height: 21.94px;
    text-align: center;
    padding: 0 40px;
  }
  
}
