p {
    font-size: 16px ;
}
#air-study > p>a{
    color: #337ab7!important;
}

#feedback{
    margin-top: 4rem;
}

#feedback > p> a{
    color: #337ab7!important;

}
.inner-banner{
    font-style: italic;
    font-weight: 500;
    display: grid;
}

.inner-banner-txt{
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 2rem !important;
    padding: 2rem 4rem 0rem 6rem !important;
    text-shadow: 1px 2px black;
}
#air{
    font-size: 22px;
    font-style: normal;
    text-shadow: 1px 2px black;

}
img.red-banner-img {
    box-shadow: 1px 1px 0px 1.5px rgb(0 0 0 / 20%);
    border-radius: 100%;
}

.red-banner-img:hover{
    transform: scale(1.05);
    transition: transform 0.25s ease-out;
}

.impact-img{
    text-align: center;
    margin: 3rem 0rem 2rem 0rem;
}
.impact-img > img{
    margin: auto;
    height: 100%;
}

section#smg-studies {
    margin-top: 3rem;
    display: flex;
    gap: 6rem;
}
div#air-study {
    flex: 1.65;
}
div#jumpstart {
    flex: 1;
}

#impact-register-line{
    font-weight: 600;
}

.impact-register-btn{
    text-align: center;
    
    margin-bottom: 3rem;
}

.impact-register-btn > a{
    color: white !important;
    font-size: 18px;
    font-weight: 500;
}

.center-text-box {
    width: 60%;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
}

section#get-involved{
    margin-top: 2rem !important;
    margin-bottom: 5rem !important;
}

@media (max-width: 768px){
    .inner-banner{
        display: none;
    }
    section#smg-studies{
        flex-direction: column;
    }
}