.pageheader-interior-02 {
    background-color: rgb(167, 215, 228);
    color: #0b2341;
    position: relative;
}
.pageheader-interior-02 .content .morecontent {
    border-top: 1px solid #fff;
    padding-top: 1rem;
    margin-top: 1rem;
}

 a.cta-text[target="_blank"]:hover:after {
     margin-bottom: 5px;
     margin-left: 15px;
}
 a.cta-text[target="_blank"]::after {
     content: "\F1C5";
     font-family: "bootstrap-icons";
     margin-left: 15px;
     position: absolute;
     bottom: 0%;
     transition: all .25s;
}
 a.au-btn[target="_blank"]::after, a.dropdown-item[target="_blank"]::after {
     content: "\F1C5";
     font-family: "bootstrap-icons";
     margin-left: 15px;
     position: relative;
     bottom: 0%;
}
 p a[target="_blank"]:not(.cta-text):hover:after {
     transform: translate(0.15em, -0.3em);
}
 p a[target="_blank"]:not(.cta-text)::after {
     content: "\F1C5";
     font-family: "bootstrap-icons";
     display: inline-block;
     margin-left: 0.25em;
     line-height: 1;
     transition: transform 0.25s;
}

@media (min-width: 992px) {
      .pageheader-interior-02 .slant-container .slant {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -2px;
        right: 0;
        background: url(https://auburn.edu/academic/provost/pathways-2025/_assets/images/logos/title-area-slant-au-light-blue.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
      .area-v .au-content-module.multi-feature .container .content-item {
        border-bottom: none !important;
    }
       .area-v .au-content-module.multi-feature .container .content-item > [class*="col-"] {
        padding: 2% 4% 0 4%;
    }
}
@media (min-width: 768px) {
   .area-v .au-content-module.multi-feature .container .content-item {
        border-bottom: none !important;
    }
   
}