.shade {
  background-color: rgba(6, 57, 112, 0.6509803922);
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}


.card5{
    background-color: #dfb232;
    border-radius: 50%;
    padding: 20px;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card6 {
    background-color: var(--green-color);
    border-radius: 50%;
    padding: 20px;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card7 {
    background-color: #f96649;
    border-radius: 50%;
    padding: 20px;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.address-text {
    color: #063970;
    font-size: 24px;
    letter-spacing: 1.5px;
    margin: 3% 0;
    font-weight: 600;
    border-left: 10px solid #f46448;
    padding-left: 2%;
  }