.contact {
  padding: 0 50px;
}
.img__contact img{
	object-fit:contain;
}
.contact__title h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 176%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  color: #3b5998;
}
.contact__item {
  background: #ffffff;
  border: 1px solid #3b5998;
  border-radius: 5px;
}
.contact__item-title {
  width: 127px;
  padding: 30px 0;
  background: linear-gradient(180deg, #3b5998 0%, #4990b4 189.29%);
  border-radius: 5px;
  margin: -11px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 142%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}
.contact__item-content {
  flex: 1;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 142%;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  color: #000000;
  padding-left: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 30px;
}

/*  */

.contact-end {
  padding: 50px;
  background: #f0f5ff;
}
.contact-end__button {
  width: 100%;
  background: #fdca01;
  border-radius: 15px;
}
.contact-end__button h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 142%;

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;

  color: #3b5998;
}
.contact-end__button {
  font-family: "Poppins";
  font-style: normal;
  padding: 10px 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 142%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3b5998;
}
.contact__item-text-site h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 142%;
  /* identical to box height, or 34px */

  display: flex;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;

  color: #3b5998;
}
.contact__item-text-site a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 142%;
  /* identical to box height, or 26px */

  display: flex;
  align-items: center;

  color: #3b5998;
}
