* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.integration-section {
  background-color: #e0f7fa;
  padding: 120px 10px 90px;
}
.integration-section h1 {
  font-weight: 700;
}
.integration-section-img{
    width: 80%;
}
.integration-btn {
  background-color: #007bb6;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 70px;
}
.integration-section p {
  color: rgb(109, 108, 108);
}
.grid-container-integration {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  max-width: 450px;
}
.grid-item-integration {
  background-color: #fff;
  border-radius: 10px;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 24px 0px #00000005;
}
.flex-d {
  display: flex;
  align-items: center;
  justify-content: left;
}
.do-more {
  background-color: #fafafa;
  padding: 90px 10px;
  text-align: center;
}
.do-more h1 {
  font-weight: 700;
}
.do-more p {
  color: #838696;
  margin-top: 30px;
}
.inte-seconf {
  width: 70%;
  margin-top: 50px;
}
.merge-card-section {
  background-color: #007bb6;
  color: #fff;
  padding: 35px;
  border-radius: 25px;
  margin-top: 170px;
}
.merge-card-circle {
  background-color: #00e5ff;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 24px 0px #00000005;
  margin-bottom: 25px;
}
.merge-card {
  text-align: left;
}
.merge-card p {
  color: #fff;
}
.merge-card a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
}
.ready-to-use-row {
  background-color: #fff;
  border-radius: 13px;
  padding: 15px;
  box-shadow: 0px 4px 24px 0px #00000005;
  text-align: left;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.ready-to-use-row-new {
  background-color: #f4f5f6;
  border-radius: 13px;
  padding: 15px;
  box-shadow: 0px 4px 24px 0px #00000005;
  text-align: left;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.ready-to-use-row:hover {
  scale: 1.03;
}
.ready-to-use {
  margin-top: 140px;
}
.ready-to-use h1 {
  margin-bottom: 40px;
}
.ready-to-use-box {
  background-color: #007bb6;
  border-radius: 10px;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 24px 0px #00000005;
  margin-right: 20px;
}
.ready-to-use-circle {
  background-color: #007bb6;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 24px 0px #00000005;
  margin-right: 20px;
}
.ready-to-use-row button {
  background-color: #007bb6;
  color: #fff;
  border-radius: 15px;
  padding: 10px 20px;
  border: none;
  font-weight: 600;
}
.ready-to-use-row-new button {
  background-color: #007bb6;
  color: #fff;
  border-radius: 15px;
  padding: 10px 20px;
  border: none;
  font-weight: 600;
}
.ready-to-use-row h6 {
  margin-bottom: 0px;
}
.ready-to-use-row-new h6 {
  margin-bottom: 0px;
}
.inte-learn-btn {
  border: 2px solid #000;
  background-color: transparent;
  border-radius: 10px;
  color: #000;
  padding: 10px 20px;
  font-weight: 700;
  margin-top: 40px;
}
.Supported-integrations {
  background-color: #fff;
  padding: 100px 10px;
  text-align: center;
}
.Supported-integrations h1 {
  font-weight: 700;
}
.Supported-integrations p {
  color: #838696;
  margin-top: 20px;
  margin-bottom: 60px;
}
.integration-last-section {
  padding: 90px 10px;
  background-color: #ececfe;
  text-align: center;
}
.integration-last-section h1 {
  font-weight: 700;
  color: #007bb6;
}
.integration-last-section p {
  color: #838696;
  margin-top: 20px;
}
.ready-to-container{
    width: 60%;
}
@media only screen and (max-width: 600px) {
    .integration-section-img{
        width: 100%;
        margin-top: 20px;
    }
    .grid-container-integration {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        max-width: 450px;
      }
      .ready-to-container{
        width: 100%;
    }
    .ready-to-use-box {
        margin-bottom: 20px;
    }
  }
