a:hover{
  text-decoration: none;
  color: white; 
}

a:visited{
  text-decoration: none;
  color: white;
}

.big-txt{
   font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.section {
  justify-content: flex-start;
  display: flex;
}

.heading {
  color: #2a4770;
  text-align: center;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.paragraph {
  text-align: center;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-2 {
  text-align: center;
  margin-top: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.div-block {
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-offer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 58px;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  margin-top: 42px;
  margin-bottom: 60px;
  display: flex;
}

.button {
  color: #fff;
  background-color: #000;
  border-radius: 2px;
  font-family: Montserrat, sans-serif;
}

.button:hover {
  background-color: rgb(0, 0, 0, 0.5);
}

.button-2:hover {
  background-color: rgb(0, 0, 0, 0.5);
}


.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.button-2 {
  background-color: #000;
  font-family: Montserrat, sans-serif;
}

.button-3 {
  background-color: #1c324c;
  font-family: Montserrat, sans-serif;
}

.image-6{
  display: none;
}

@media screen and (max-width: 1230px) {
  .section {
    flex-direction: column;
  }

  .heading {
    margin-top: 42px;
  }

  .div-block {
    padding-left: 120px;
    padding-right: 120px;
  }
  
.image-6{
  display: initial;
}
  .image, .image-2, .image-3, .image-6 {
    max-width: 349px;
  }



  .image-4{
    display:none;
  }

  .image-5 {
    padding-top: 42px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

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

@media screen and (max-width: 479px) {
  .image, .image-2, .image-3, .image-6 {
    max-width: 300px;
  }

  .image-5 {
    padding-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
