.ptb-100 {
  padding: 100px 0;
}
.con-a {
  text-decoration: none;
  color: #151515;
}
.ps-bg-wt {
  background: #f4f4f4;
  color: #151515;
}
.round {
  border-radius: 16px;
}
.icon-color {
  color: #fff;
  font-size: 24px;
  background-color: #151515;
}
.full-width-image {
  width: 100%; /* Full width of the container */
  height: 33rem; /* Height adjusts to maintain aspect ratio */
  object-fit: cover; /* Ensures the image covers the area, can be changed to contain if needed */
}
.opacity {
  opacity: 0.5;
}
.message {
  border-radius: 32px;
  height: 36px;
  background-color: #4b4bb7a8;
  border-color: #fff;
}
.w3 {
  width: 700px;
}
.custom-top {
  top: 180px;
}
.custom-padding {
  padding-top: 450px;
  padding-left: 25rem;
  padding-right: 25rem;
  padding-bottom: 100px;
}
.country-code {
  width: 30%;
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .full-width-image {
    height: 20rem; /* Height adjusts to maintain aspect ratio */
    object-fit: cover; /* Ensures the image covers the area, can be changed to contain if needed */
  }
  .custom-top {
    top: 220px;
  }
  .w3 {
    width: 600px;
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .ptb-100 {
    padding: 60px 0;
  }
  h5 {
    font-size: 1rem !important;
  }
  p {
    font-size: 12px !important;
    width: 100%;
    word-wrap: break-word;
  }
  .icon-color {
    font-size: 18px;
  }
  .round {
    border-radius: 12px;
  }
  .image-content {
    width: 100%;
    top: 25% !important;
  }
  .image-content .text {
    width: 100% !important;
  }
  .custom-top {
    top: -250px;
    width: 90%;
    left: 50% !important;
    transform: translateX(-46%) !important;
    padding: 20px !important;
  }
  .custom-padding {
    padding-top: 280px;
  }
}
