<style>

    .designer-profile_name { font-size: 2.5rem; padding-top: 2.75rem; padding-bottom: 1rem; }
    .designer-profile_bio p { font-size: 1.4rem; line-height: 1.2; margin-top: 2.125rem; }
   
    .carousel__element-image-wrapper {
        height: 13.625rem;
    }
    
     @media screen and (max-width: 48em) {
    .designer-profile {
    text-align: left;
    }
    .designer-details__wrapper {
    padding: 0;
    }
    
    .justify {
    display: inline-block;
    justify-content: center;
    }
    
    .margin-bottom {
    margin-bottom: 20px;
    }
}
    
    @media screen and (min-width: 48em) {
    .carousel__element-image-wrapper {
	height: 50vh;
    }
    
    .carousel__element-box {
    bottom: 5.875rem;
    background-color: rgba(255,255,255, 0);
    max-width: 45.125rem;
    }
 
    .justify {
    display: flex;
    justify-content: space-evenly;
    }
    
    .carousel__element-text, .carousel__element-text p {
     color: white;
    }
}
</style>