.school-association{
    margin-bottom: 2rem;
}

.school-association-heading {
    background-color: #20BEC3;
    padding: 30px 0px 20px;
}

.school-association-heading h1 {
    color: white;
    text-align: center;
    font-weight: 700;
}

.school-association-heading h1:after {
    border-top: 4px solid white;
    border-radius: 50px;
    display: block;
    width: 60px;
    content: "";
    margin: 10px auto 0;
}
.school-association-contain{
    padding-top: 1.5rem;
    display: flex;
    gap: 0.5rem;
}
.school-association-contain img {
    width: 20px;
    height: 30px;
}


.school-association-contain P {
    font-size: 1.2rem;
    font-weight: 600;
}



/* table  */
.table-row button {
    margin-top: 2rem;
    background-color: #10c2c6;
    color: white;
    padding: 0.1rem 2rem;
    border-radius: 7px;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: capitalize;
    border: 2px solid #10c2c6;
}

.table-row button:hover {
    background-color: transparent;
    border: 2px solid #10c2c6;
    color: #10c2c6;
}

.school-association-table {
    margin-top: 1rem;
}

.table-row {
    display: flex !important;
    border: 2px solid #10c2c6;
    padding-bottom: 1rem;
    border-radius: 6px;
    box-shadow: 0px 0px 3px #b1b1b1;
}

.form-p {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.5rem 0rem;
    border-bottom: 5px solid #10c2c6;
    background-color: #10c2c6;
    color: white;
    border-radius: 4px 4px 0px 0px;
}

.table-width {
    border: 2px solid black;
    width: 50%;
}

.table-width p {
    background-color: #10c2c6;
    color: white;

}

.school-association-form {
    padding: 0.5rem 1.5rem;
}

.school-association-form p {
    font-weight: 700;
    padding-bottom: 0.5rem;
}
.school-association-form .form-control{
    border: 2px solid #20BEC3 !important;
}



@media only screen and (max-width:500px) {
    .table-row button {
        width: 70%;
    }
    .school-association-contain P {
        font-size: 1rem;
        font-weight: 600;
    }
    .form-p {
        font-size: 1rem;
    }

    .school-association-form {
        padding: 0.5rem 0.5rem;
    }
    .school-association-contain img {
        width: 15px;
        height: 25px;
    }
}