.about p {
    max-width: 55ch;
    text-align: justify;
    color:#797979;
}

.p-about-left {
    justify-content: flex-end;
    display: flex;
    border-right: solid thin #b9b9b9;
}
.about-heading {
    font-size: 36px;
    margin-bottom: 45px;
}
.special-heading{
    font-size:36px;
}
.about-heading {
    font-size: 36px;
}
.heading-large {
    font-size: 40px;
}
.p-about-left ::first-letter {
    font-size: 200%;
 
}

.p-block {
    padding-right: 30%;
}

@media screen and (max-width: 1020px) {
    .p-about-right {
        justify-content: center;
        display: flex;
}
       .p-about-left {
        justify-content: center;
        display: flex;
}
}

@media screen and (max-width: 760px) {
    .p-block {
    padding-right: 5%;
}
}
