.landingPageTopContainer {
    border: none;
    transition: box-shadow 0.3s ease-in-out;
}
.landingPageTopBox{
    border-left:1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf; 
    border-bottom: 1px solid #dfdfdf  
}

/* Profile Image */
.landingPageTopContainer .card-profile-img-holder {
    padding: 0 35px;
    background-color: #fff;
    width: 100%;  
    min-height: 50px; 
    position: relative;
}

.landingPageTopContainer .card-profile-img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 2px 9px #636363;
}

.landingPageTopContainer .card-open-spot {
    position: absolute;
    right: 35px;
    bottom: -3px;
}

/* Banners */
.landingPageTopContainer .card-banner {
    max-width: 1500px;
    max-height: 500px;
    overflow: hidden;
}

.landingPageTopContainer .card-banner .card-banner-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #dfdfdf;
}

@media screen and (min-width: 300px) and (max-width: 700px) {
    .landingPageTopContainer .card-profile-img {
        height: 100px;
        width: 100px;
        object-fit: cover;
        position: absolute;
        bottom: 0;
    }

    .card-board {
        padding: 0;
    }

    .card-col {
        padding: 15px;
    }
}