.gradIntegration-Aboutus {
    background: linear-gradient(90deg, #369ed1 0%, #155f85 100%);

    /* background: linear-gradient(90deg, #155f85 0%, #369ed1 100%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
}

.dev-arrow-btn {
    border: 1px solid #dd7533;
    background-color: transparent;
}

.dev-arrow-btn:hover {
    background-color: #dd7533;
}

.tailored-dropdown-btn {
    border: none;
}

.tailored-dropdown-btn:hover {
    opacity: 0.8;
    background-color: transparent;
}

.gradient-tailored {
    background: linear-gradient(
    253deg,
    #379ed1 0%,
    #58be85 27%,
    #ffc339 40%,
    #f9a33d 52%,
    #f36e3e 77%,
    #4e63ad 95%
  );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
}

.about-us-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center-top;
    background-image: url("images/aboutushero22.jfif");
    background-position-y: %;
    height: fit-content;
    position: relative;
}

.about-us-hero::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.5);
    color: white;
}
