
.baldrige-element{

}

.baldrige_element__header{
    justify-items: center;
    margin-bottom: 5%;
    width: 70%;
    justify-self: center;
    margin-right: auto;
    margin-left: auto;
}

.baldrige_element__header p{
    margin-right: auto;
    margin-left: auto;
    width: 70%;
    text-align: -webkit-center;
}

.baldrige_element__header p{
    text-align: center;
}

.baldrige_element__header__subtitle{
    background-color: #ECF5FF;
    color: #0075FF !important;
    width: fit-content!important;
    font-size: 12px;
    font-weight: 500 !important;
    padding: 2px 7px !important;
    border-radius: 6px;
    margin-bottom: 5px !important;
}

.baldrige_element__header__title{
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #001B2F;
}

.baldrige_element__header__text{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    opacity: 50%;
    color: #001B2F;
}

.baldrige_element__image_seciton{
    background-size: cover;
    width: 100%;
    height: 534px;
    border-radius: 18px;
    padding: 35px;
}

.baldrige_element__button_section{
    background-color: #E70491;
    border-radius: 10px;
    place-self: center;
    padding: 15px 20px;
    position: relative;
    bottom: -85%;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.baldrige_button{
    color: #fff;
    justify-self: center;
}

@media only screen and (max-width: 1024px) {
    .baldrige_element__image_seciton{
        background-image: none!important;
        height: 0px;
    }
}