﻿.more-questions-wrapper {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
}

.more-questions-card {
    max-width: 1300px;
    width: 100%;
    background: #F2F2F2;
    border-radius: 60px;
    padding: 40px;
    text-align: center;
}

.more-questions-title {
    margin: 0 0 6px;
    font-size: 25px;
    font-weight: bold;
    color: #12284A;
}

.more-questions-text {
    font-size: 18px;
    font-weight: bold;
    color: #12284A;
    overflow-wrap: break-word;
    word-break: break-word;
}

@media screen and (min-width: 1700px) {
    .more-questions-card {
        max-width: 1500px;
        padding: 50px;
    }
}

@media screen and (max-width:480px){
    .more-questions-title {     
        font-size: 22px;      
    }

    .more-questions-text {
        font-size: 16px;
    }
}