.meetContest-container{
    background-image: url(/assets/images/meetContest-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #E9E9E9;
    position: relative;
}

.meetContest-sphereIcon{
    bottom: 25%;
    left: 3%;
    position: absolute;
}

.meetContest-Polygon{
    position: absolute;
    bottom: 16%;
    right: 35%;
}

.meetContest-MultiIcon{
    position: absolute;
    bottom: 6%;
    left: 20%;
}

.meetContest-backgroundImg{
    background-image: url(/assets/images/meet-contest-mainImg.svg);
    background-size: contain;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: bottom right;

}

.events-iconContainer{
    display: flex;
    gap: 12px;
}

.events-clockIcon{
    font-size: 16px;
}

.events-dateTime{
    font-size: 12px;
}

.events-bothIcon{
    display: flex;
    max-width: 18px;
    gap: 10px;
}

.events-heartIcon{
    display: flex;
    gap: 8px;
    align-items: center;
}

.events-heartCount{
    font-size: 12px;
}

.events-messageIcon{
    display: flex;
    gap: 8px;
    align-items: center;
}

.events-message{
    width: 14px;
    height: 14px;
}

.events-messageCount{
    font-size: 12px;
}

.meetContest-textContainer{
    height: 100%;
    width: 64%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.meetContest-textContent{
    width: 66%;
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 6%;
}

.meetContest-title{
    font-size: 50px;
    margin: 0;
    margin-bottom: 2%;
    font-weight: 700;
}

.meetContest-secondDivision{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.meetContest-question{
    font-size: 25px;
}

p{
    margin: 0;
}

@media screen and (max-width: 1350px){
    .meetContest-textContent{
        height: 84%;
    }
}

@media screen and (max-width: 1026px) {
    .meetContest-title{
        font-size: 32px;
    }
    .meetContest-question {
        font-size: 18px;
    }
    .meetContest-answer{ 
        font-size: 14px;
    }
}

@media screen and (max-width: 800px) {
    .meetContest-title{
        font-size: 25px;
    }
    .meetContest-question {
        font-size: 16px;
    }
    .meetContest-answer{ 
        font-size: 12px;
    }
    .meetContest-container{
        background-position: bottom;
    }
    .meetContest-textContent {
        padding: 20px 14px 0 20px;
        width: 100%;
    }
    .meetContest-textContainer{
        justify-content: unset;
        align-items: unset;
        width: 50%;
    }
    .meetContest-Polygon{
        right: 60%;
    }
}

@media screen and (max-width: 550px){
    .meetContest-sphereIcon{
        bottom: 29%;
    }
    .meetContest-Polygon{
        right: unset;
        left: 19%;
    }
    .meetContest-MultiIcon{
        left: 9%;
    }
    .meetContest-textContainer{
        width: 100%;
    }
    .meetContest-backgroundImg{
        background-size: 264px;
    }
}