.lifeworkpimg{
    width: 100%;
    height: 65vw;
    background-size:cover;
    background-repeat: no-repeat;
    background-image: url("images/Lifeworkimages/lifeworkheroimg.png");
}
.lifeworkoverview{
    background-color: #8C2603;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    color: white;
    padding: 20vw 20vw 20vw 20vw;
}
.lifeworkmainpic{
    background-color: #F7E764;
    padding-bottom: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
}
.lifeworkcaption{
    text-align: center;
    color: black;
    font-weight: 600;
}
.typography{
    background-color: #8E2403;
    height: 2000px;
    width: 100%;
    padding: 20vw 20vw 20vw 20vw;
}
.typoheading{
    color: white;
    text-decoration-line: underline;
    text-underline-offset: 15px;
    text-decoration-color: yellow;
    text-decoration-thickness: 4px;
}
.colorpalette{
    color: white;
    padding-top: 20vw;
    text-decoration-line: underline;
    text-underline-offset: 15px;
    text-decoration-color: yellow;
    text-decoration-thickness: 4px;
}
.fontname{
    color: #888888;
    padding-top: 50px;
}
.Colormain{
    color: #888888;
    padding-top: 50px;
}

.maintitle{
    color: white;
    padding-top: 10px;
}
.chapterheading{
    color: white;
    padding-top: 10px;
}
.fontspan{
    color: #F7E764;
}
.fonts{
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}
.otherfonts-1{
    padding-top: 10px;
    color: white;
}
.otherfonts{
    color: #F7E764;
}
.maincolorbox{
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 30px;
    gap: 30px;
}
.colorbox-1{
    width: 230px;
    height: 100px;
    border-radius: 1cap;
    background-color: #F7E764;
    text-align: right;
    padding-top: 60px;
    padding-right: 20px;
    font-weight: 700;
}
.colorbox-2{
    width: 230px;
    height: 100px;
    border-radius: 1cap;
    background-color: #462D16;
    text-align: right;
    padding-top: 60px;
    padding-right: 20px;
    font-weight: 700;
}
.colorbox-3{
    width: 230px;
    height: 100px;
    border-radius: 1cap;
    background-color: #305DA0;
    text-align: right;
    padding-top: 60px;
    padding-right: 20px;
    font-weight: 700;
}
.colorbox-4{
    width: 230px;
    height: 100px;
    border-radius: 1cap;
    background-color: #8BC8D9;
    text-align: right;
    padding-top: 60px;
    padding-right: 20px;
    font-weight: 700;
}
.lifeworkillustrationsection{
    background-color: white;
    width: 100%;
    height: fit-content;
    padding: 20vw 20vw 20vw 20vw;
    position: relative;
}
.lifeworkp1{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    height: 50vw;
    width: 100%;
}
.lifeworkp2{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    height: 50vw;
    width: 100%;
}
.lifeworkp3{
    width: 100%;
    grid-row: 1/2;
    grid-column: 1;
}
.lifeworkp4{
    width: 100%;
    height: auto;
   
}
.lifeworkp5{
    width: 100%;
   
}
.lifeworkp6{
    width: 100%;
    
}
.lifeworkp7{
    height: 100%;
    width: 100%;
    align-items:start ;
}
.lifeworkgird{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 99vw 67vw 100vw;
}
.lifeworkinnerflex{
    display: flex;
}
.lifeworkflexcolumn1{
    flex-direction: column;
    display: flex;
    justify-content: start;
}
.lifeworkflexcolumn3{
    flex-direction: column;
    display: flex;
    justify-content: center;
}