* {
    margin: 0;
    padding: 0
}

body {
    color: #282832;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

main {
    margin: 0 auto
}

#cp_answerbase {
    padding: 10px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 530px) {
    #cp_answerbase {
        flex-wrap: wrap
    }
}

#cp_answerbase img {
    display: block;
    max-width: 100%
}

@media only screen and (max-width: 530px) {
    #cp_answerbase img {
        margin: 0 auto
    }
}

#cp_answerbase>div {
    display: flex;
    align-content: center;
    justify-content: center
}

@media only screen and (max-width: 530px) {
    #cp_answerbase>div {
        display: block;
        text-align: center
    }
}

#cp_answerbase div>span:first-child img {
    max-width: 130px
}

#cp_answerbase div>span:nth-child(2) {
    max-width: 300px;
    line-height: 16px;
    padding: 0 12px
}

@media only screen and (max-width: 530px) {
    #cp_answerbase div>span {
        width: 100%;
        display: block;
        padding: 8px 0;
        text-align: center
    }
}

#cp_answerbase strong {
    display: block;
    color: #2e4787;
    font-style: italic;
    font-size: 18px;
    font-weight: 900
}

#cp_answerbase em {
    font-size: 13px;
    font-weight: 600
}

#cp_answerbase .btn_joinnow {
    height: 32px;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    padding: 0 20px;
    border-radius: 32px;
    display: inline-block;
    text-decoration: none;
    background: transparent;
    border: 1px solid #2e4787;
    color: #2e4787 !important;
    transition: all .8s ease 0s
}

#cp_answerbase .btn_joinnow:hover {
    color: #fff !important;
    background: #2e4787 !important
}