.template-container .template-inner-container .about{
    width: 100%; height: auto;
    margin: 0;
    padding: 10px 20px; box-sizing: border-box; 
    border-radius: 15px;
    color: #f5f9fa; background-color: #1a1d1f;
}

.template-container .template-inner-container .about .col1{
    width: 48%; height: auto;
    margin: 0; margin-right: 1%;
    display: inline-block; vertical-align: top;
}

.template-container .template-inner-container .about .col2{
    width: 49%; height: auto;
    margin: 0; margin-left: 1%;
    display: inline-block; vertical-align: top;
}

@media screen and (max-width: 630px) {
    .template-container .template-inner-container .about .col1,
    .template-container .template-inner-container .about .col2{
        width: 100%; height: auto;
        margin: 0; 
        display: block; 
    }
    
}


.about p{
    font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 400; line-height: 28px;
}

@media screen and (max-width: 500px) {
    .template-container .template-inner-container .about{
        padding: 1% 20px; box-sizing: border-box;
    }    
}
