*{
    margin: 0;
    padding: 0;
}

.details-screen * {
    color: #000;
    text-transform: uppercase;
}

.details-screen {
    min-height: 100vh;
    background-color: #3430ff;
    display: flex;
    align-items: center;
    background-image: url(../img/sec-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.logo-main figure {
    background-color: #fbff00;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid #fff;
    margin: 0 auto 30px;
}

.logo-main, .plant-eme-sec{
    text-align: center;
}

.plant-eme-sec h2{
    font-weight: 800;
    font-size: 46px;
    margin-bottom: 40px;
}

.plant-eme-sec .plant-eme-cnt{
    margin-bottom: 30px;
}
.plant-eme-sec .plant-eme-cnt label{
    font-size: 40px;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 32px;
}

.plant-eme-sec .plant-eme-cnt span{
    font-size:42px;
    display: block;
    width: 100%;
    font-weight: 700;
}

.mem-head {
    margin-bottom: 30px;
}

.mem-head figure img{
    width: 80%;
    border-radius: 100%;
    background-color: #fff;
}

.mem-head h2 {
    font-size: 46px;
    font-weight: 800;
}
.mem-cntnt {
    text-align: center;
}
.mem-cntnt h4 {
    font-size: 36px;
    font-weight: 600;
}
.mem-details {
    padding: 20px 0;
    background-color: #ffeecfcc;
    min-height: 160px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.mem-details *{
    color: #000;
    width: 100%;
    display: block;
}

.mem-details label{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    
}
.mem-details span{
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2;
}

.logo-main figure img{
    display: block;
    width: 100%;
}

.days {
    padding: 30px 0;
    background-color: #ffeecfcc;
    border-radius: 10px;
}
.days *{
    color: #000;
}
.days h4 {
    font-size: 42px;
    margin-bottom: 0;
    font-weight: 700;
}