:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.div-block-2 {
  width: 250px;
  height: 70px;
  background-image: url('../images/divinio-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  border: 1px dashed rgba(0, 0, 0, .29);
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
}

.div-block-4 {
  width: 150px;
  height: 200px;
  background-image: url('../images/Screen-Shot-2024-02-09-at-3.40.05-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-4._2 {
  background-image: url('../images/Screen-Shot-2024-02-09-at-3.39.55-PM.png');
}

.div-block-4._7 {
  background-image: url('../images/Screen-Shot-2024-02-09-at-3.39.46-PM.png');
}

.div-block-5 {
  flex: 1;
  padding-top: 43px;
  padding-left: 20px;
  padding-right: 25px;
}

.text-block {
  font-size: 23px;
  line-height: 120%;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.button {
  background-color: #000;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .div-block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-top: 25px;
  }

  .div-block-2 {
    width: 120px;
    height: 50px;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: center;
    padding: 15px 10px;
  }

  .div-block-4 {
    width: 120px;
    height: 140px;
  }

  .div-block-5 {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    text-align: center;
    margin-bottom: 15px;
    font-size: 17px;
  }

  .div-block-6 {
    width: 100%;
    text-align: center;
  }

  .button {
    width: 100%;
    font-size: 10px;
  }
}
