.module-card img {
    width: 60px; 
    height: 60px; 
    object-fit: contain;
    margin-bottom: 10px;
    display: block;
}
.footer {
  /* margin-left: 80px;
  margin-right: 80px; */
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);

}
.iframe1 {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

#banner {
  min-height: 28vh;
}

#dashboard-preview1 {
	.preview-container1 {
		width: 100%;
		height: 680px;
		background-color: #5a64bf;
		border-radius: 25px;
		padding: 50px;

		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.section-text1 h2 {
  color: white !important;
}
.section-text1 p {
  color: white !important;
}

@media (max-width: 768px) {
    .iframe1 {
      width: 100%;
      height: 1400px;
    }
    .iframe2 {
      height: 2000px;
      
    }
    .section-text1 h2 {
      color: white !important;
    }
    .section-text1 p {
      color: white !important;
    }
    .preview-container1 img {
      display: none;
    }
    .preview-container1 {
      width: 100%;
      height: 680px;
      background-color: #5a64bf;
      border-radius: 25px;
      padding: 20px;
  
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }

  @media (max-width: 480px) {
    iframe {
      height: 1600px;
    }
  }