.abouttopsec{
    width: 100%;
    margin:0;
    padding:60px 0;
    overflow: hidden;
    background:#F9F9F9;
}
.titlesamll{
    display: block;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #3e557a;
    font-family: var(--font-oswald);
}
.titleblck{
    display: block;
    font-size: 1.7rem;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: var(--primary-color);
    font-weight: 800;
}
.titleblcklarge{
    display: block;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 0rem;
    color: var(--primary-color);
}
.abouttopsec .titlesnail{
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    font-weight: 500;
    color: var(--primary-color);
}
.abouttopsec .shrtdesc p{
    font-size: .95rem;
    color: #524e4e;
}
