#aboutus_cnt {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
}

#aboutus_cnt>div:first-child {
    background     : #091d32;
    display        : flex;
    flex-flow      : column wrap;
    justify-content: center;
    width          : 98%;
    height         : 350px;
    margin         : 10px 20px;
    border-radius  : 5px;
    overflow       : hidden;
}

#aboutus_cnt>div:first-child>img,
#aboutus_cnt>div:first-child>p {
    margin: 10px 5px;
}

#aboutus_cnt>div:first-child>img {
    width        : 450px;
    height       : auto;
    border-radius: 5px;
    margin-left  : 10px;
}

#aboutus_cnt>div:first-child>p {
    width      : calc(100% - 500px);
    color      : #b9b9bb;
    line-height: 35px;
}

#aboutus_cnt>div.dayan-card {
    background   : #091d32;
    flex-grow    : 3;
    width        : 30%;
    margin       : 10px;
    border-radius: 5px;
}

#aboutus_cnt>div.dayan-card>img {
    display      : block;
    width        : 150px;
    height       : 150px;
    margin       : 0 auto;
    margin-top   : 30px;
    border       : solid 5px #b9b9bb;
    border-radius: 100%;
}

#aboutus_cnt>div.dayan-card>strong,
#aboutus_cnt>div.dayan-card>span,
#aboutus_cnt>div.dayan-card>p {
    display    : block;
    width      : 100%;
    text-align : center;
    line-height: 40px;
    /* padding : 20px; */
}

#aboutus_cnt>div.dayan-card>strong {
    margin-top: 30px;
    color     : #f9d40a;
    font-size : 30px;
}

#aboutus_cnt>div.dayan-card>span {
    color: #b9b9bb;
}

#aboutus_cnt>div.dayan-card>p {
    margin-top: 20px;
    color     : #b9b9bb;
    padding   : 20px;
}

#aboutus_cnt>div.dayan-card>div {
    display        : flex;
    flex-flow      : row wrap;
    justify-content: center;
    width          : 100%;
    margin         : 20px auto;
    padding        : 0 20px;
}

#aboutus_cnt>div.dayan-card>div>i,
#aboutus_cnt>div.dayan-card>div>span {
    height     : 40px;
    color      : #f9d40a;
    line-height: 40px;
}

#aboutus_cnt>div.dayan-card>div>i {
    width     : 40px;
    text-align: center;
    font-size : 25px;
}

#aboutus_cnt>div.dayan-card>div>span {
    text-align : center;
    font-size  : 20px;
    margin-left: 15px;
}

@media screen and (max-width: 991.98px) {
    #aboutus_cnt>div:first-child {
        height    : auto;
        margin-top: 100px;
    }

    #aboutus_cnt>div:first-child>img,
    #aboutus_cnt>div:first-child>p {
        width : 90%;
        margin: 10px auto;
    }

    #aboutus_cnt>div.dayan-card {
        width : 45%;
        margin: 10px 2%;
    }
}

@media screen and (max-width: 767.98px) {
    #aboutus_cnt>div.dayan-card {
        width : 96%;
        margin: 10px 2%;
    }
}

@media screen and (max-width: 575.98px) {

    #aboutus_cnt>div.dayan-card>div>i,
    #aboutus_cnt>div.dayan-card>div>span {
        width : 100%;
        height: auto;
    }
}