
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

.Montserrat-font {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.text-ms-blue {
    color: #10294B;
}
.Poppins-font, .Poppins-font p{
  font-family: "Poppins", sans-serif;
  color: #000;
  
}
.cursor-pointer {
    cursor: pointer;
}
/*** Service ***/
.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-item:hover {
  transform: scale(1.05);
}

.custom-line-height {
  line-height: 1.5;
}
.text {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.bg-offwhite {
    background-color: #F2F5F7;
}
