.fresh-man-info{
    width: 60%;
    background: white;
    position: relative;
    bottom: 6rem;
    padding: 2rem;
}

@media (max-width: 767px) { 
    .fresh-man-info{
        bottom: 0rem;
        width: 100%;
    }
    .fresh-man-links button{
        width: 100%;
    }
}

.fresh-man-image img{
    width: 100%;
    object-fit:cover;
}

.fresh-man-info h2{
     font-weight: 600;
}

.fresh-man-links{
    display:flex;
    flex-direction : row;
    gap: 1rem;
    flex-wrap: wrap;
}

.fresh-man-links button{
    background: #153d64;
    padding: 0.5rem 2rem;
    border-radius: 5px;
    border: 0;
}

.fresh-man-links button a{
    color: #ffffff;
}

.fresh-man-links button a:hover{
    color: #b99d64;
    
}

.housing{
    margin-bottom: 3rem;
}

.housing-button{
    background-color: #153d64;
    border: 0;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    
}

.housing-button a{
    color: #ffffff;
}

.housing-button a:hover{
    color:#b99d64;
}

.slide-img{
    height: clamp(20rem,100vw, 30rem);
}

.student-container{
    margin-right: 0;
    max-width: 1527px;
    margin-bottom: 5rem;
}

.student-container h2{
  font-weight: 600;
  margin-bottom: 3rem;

}

.slick-initialized .slick-slide{
    margin-right: 2rem;
}

.student-pictures .slick-list{
    margin-bottom: 10px;
}

.student-pictures img{
    height: clamp(10rem, 100vw, 30rem);
    object-fit: cover;
}

.student-pictures .slick-prev, .student-pictures .slick-next{
    position: static;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    background: #153d64;
    margin-right: 5px;

}
.student-pictures .slick-prev:before, .student-pictures .slick-next:before{
    color: #ffffff;
    opacity: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 25px;
}

.student-pictures .slick-prev:before{
    content:"\f104";
}

.student-pictures .slick-next:before{
    content: "\f105";
}

.student-pictures .slick-prev:hover, .student-pictures .slick-prev:focus, .student-pictures .slick-next:hover, .student-pictures .slick-next:focus{
    background: #153d64;
    color: none;
}

.controls{
    position: absolute;
    z-index: 2;
    bottom: 10%;
    right: 10%;
    display: flex;
    gap: 2rem;
}

.housing-halls .carousel-control-next, .housing-halls .carousel-control-prev{
    position: static;
    opacity: 1;
    width: 100%;
}

.carousel-caption{
    left: 10%;
    bottom: 60px;
    right: 0%;
    text-align: left;
}

.carousel-caption h4{
    color: #ffffff;
}

.carousel-caption a{
    color: #ffffff;
}

.carousel-caption a:hover{
    color:#b99d64;
}


@media (max-width: 700px) {
    .slick-initialized .slick-slide {
        margin-right: 0;
    }
}
