.author{
     padding: 10px 0 50px 0;
 .author_wrapper{
    .cntent_wrap{
        .section_header{
            padding: 20px 0 5px 0;
            a{
                display: inline-block;
                font-size: 23px;
                color: $black;
                font-weight: 600;
                line-height: 30px;
                &:hover{
                    color: $primaryColor;
                }
                span{
                    padding-left: 2px;
                    i{
                        font-size: 26px;
                        color: red;
                    }
                }
    
            }
        }
        .writer_profile{
            padding-top: 40px;
            .profileImg{
                height: 200px;
                width: 300px;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0 auto;
                img{
                    max-height: 100%;
                    max-width: 100%;
                    border-radius: 10px;
                }
            }
            .writerBio{
                  padding-top: 20px;
                h4{
                    font-size: 24px;
                    color: $black;
                    font-weight: 600;
                    text-align: center;
                }
                h5{
                    padding-top: 5px;
                    font-size: 18px;
                    color: #333;
                    font-weight: 600;
                    text-align: center;
                }
                p{
                    padding-top: 10px;
                    font-size: 16px;
                    color: $text;
                    font-weight: 500;

                }
            }
        }
    }
    .content2_wrap{
        .section_header{
            padding: 20px 0 5px 0;
            a{
                display: inline-block;
                font-size: 23px;
                color: $black;
                font-weight: 600;
                line-height: 30px;
                &:hover{
                    color: $primaryColor;
                }
                span{
                    padding-left: 2px;
                    i{
                        color: red;
                    }
                }
    
            }
        }
        .subcontainer{
            margin-top: 10px;
            display: flex;
            padding: 10px;
            border: 1px solid #bdbdbd;
            &:hover{
                background-color: #f3f3f3;
            }
            .subImg{
                    width: 45%;
                    height: 110px;
                    background-color: rgb(220, 220, 220);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    img{
                        width: 100%;
                        max-height: 100%;
                     }
            }
            .subContent{
                width: 55%;
                padding: 0 10px;
                 a{
                    font-size: 15px;
                    color: rgb(89, 89, 89);
                    &:hover{
                        color: $black;
                    }
                }
            }
        }
    }

  }
} 