* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
}

.footer-bar-1,
.footer-bar-3 {
    background-color: #5A3E37;
    max-width: auto;
    height: 50px;
    padding-right: 15px;
}

.footer-icon {
    color: #fff;
    font-size: 25px;
}

.footer-bar-2{
    padding-right: 25px;
}

.footer-bar-3 {
    padding-top: 12px;
}

.footer-copyright {
    color: #fff;
    font-weight: 600;
}

.link a {
    color: #B2632B;
    text-decoration: none;
}

.link-head {
    color: #5A3E37;
    font-weight: 500;
}

.college-desc {
    font-family: 'Jaldi';
    color: #5A3E37;
    font-size: 16px;
    padding-left: 35px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .footer-bar-3 {
        padding-top: 14px;
        height: 200px;
    }
  

    .college-desc {
        max-width: 100%;
    }

    .device-view{
        display: flex;
        flex-direction: column;
    }

    .mobile-view{
        flex-direction: column;
        gap: 20px;
        margin-left: 40px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .college-desc {
        max-width: 90%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .college-desc {
        max-width: 80%;
    }


    .footer-bar2-icon{
        display: none;
    }

    .mobile-view{
        gap: 30px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .mobile-view{
        gap: 80px;
    }

    .college-desc{
        max-width: 60%;
    }

    .footer-bar2-icon{
        display: contents;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}