@import "./Web_Color.css";


body{
    background: url(../Assets/Imges/BackgroundAttachments/background_attachment3.webp);
}

.scholarshipWaiverImg img{
    width: 100%;
    max-height: 60vh;
    object-fit: cover;
    object-position: center;
}

.scholarshipWaiver{
    width: 50%;
    margin: 30px auto;
}

.scholarshipWaiver>div h3{
    color: var(--main-Color-bg);
    text-align: center;
    padding: 10px 0;
    background-color: var(--main-Color-bg-2);
}

.waiverTable table th{
    color: var(--main-color-secondary-1);
    text-align: center;
}

.waiverTxt{
    width: 50%;
    margin: auto;
    text-align: justify;
}

.waiverTxt>p{
    font-weight: 600;
    font-size: 18px;
    color: red;
}

.waiverTxt>div h5{
    color: var(--main-Color-bg-2);
    font-size: 22px;
    text-decoration: underline;
}

.waiverTxt>div p{
    font-size: 17px;
}

td{
    text-align: center;
    font-weight: bolder;
}

@media screen and (max-width:768px){


    .scholarshipWaiver{
        width: 90%;
    }

    .waiverTxt{
        width: 90%;
        margin: auto;
        text-align: justify;
    }

}