.about {
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0 44px;
}

.about .title {
    color: #f4f8ff;
    font-size: 22px;
    font-family: 'FYT';
    position: relative;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 8px;
    width: fit-content;
    font-weight: 700;
}

.about .title::after {
    font-size: 13px;
    font-family: 'PHT';
    color: #6f8dc7;
    position: absolute;
    bottom: 5px;
    right: -46px;
    text-transform: Uppercase;
}

.about .title1::after {
    content: 'philosophy';
}

.about .title2::after {
    content: 'about us';
}

.about .title3::after {
    content: 'contact us';
}

.about .p1 {
    color: #74a7ff;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.3;
    font-family: 'FYT';
    text-indent: 0;
    max-width: 880px;
    margin-bottom: 16px;
    font-weight: 700;
}

.about .p2 {
    color: #b6c3d8;
    font-size: 17px;
    font-family: 'FYT';
    line-height: 1.72;
    text-indent: 0;
    padding-bottom: 8px;
    max-width: 1040px;
}

@media screen and (orientation: portrait) {
    .about {
        width: 100%;
        min-height: calc(100vh - 108px);
        justify-content: center;
        padding: 8px 0 20px;
    }

    .about .title {
        font-size: 17px;
        padding-bottom: 14px;
        padding-top: 8px;
        margin-bottom: 0;
    }
    
    .about .title::after {
        font-size: 11px;
        right: -38px;
    }

    .about .p1 {
        font-size: 22px;
        line-height: 1.3;
        padding-bottom: 10px;
    }

    .about .p2 {
        font-size: 13px;
        line-height: 1.55;
    }
}
