body{ margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; background-color: #e5e5e5 !important; }
body.author{background-color: #e5e5e5 !important;}
a:hover{ text-decoration:none; }

.mb-32 { margin-bottom:32px; }
.writer-page-wapper { padding: 88px 0; position:relative; }

.writer-page-details { max-width:610px; width:100%; margin:auto; margin-bottom:48px; }
.m-writer-img {
    position: relative;
    max-width: 193px;
    width: 100%;
    height: 193px;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 20px;
}
.m-writer-img img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.m-writer-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #0177B6;
    border: 2px solid #FFFFFF;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 0;
}
.m-writer-text h3 {
    margin: 0;
    padding: 0;
    color: #14232A;
    text-align: center;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.8px;
    padding-bottom: 6px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.m-writer-text p {
    color: #14232A;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.36px;
    padding-bottom: 6px;
    margin: 0;
    text-align: center;
}
.m-writer-text p span {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    display: inline-block;
    padding: 12px 16px;
    border-radius: 12px;
    background: #F3F3F3;
    margin-bottom: 20px;
}

.writer-box-wapper { padding: 24px; position: relative; border-radius: 12px; background: #FFF; height:100%; }
.writer-box-wapper h4 { display:flex; align-items:center; gap:6px; margin: 0; margin-bottom:12px; }
.writer-box-wapper h4 span {
    color: #4698C8;
    text-align: center;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 127.273% */
    letter-spacing: -0.44px;
}
.writer-box-wapper ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0;
    margin: 0;
    padding-left: 25px;
}
.writer-box-wapper ul li {
    color: #14232A;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.36px;
}

.m-writer-post-wapper { padding: 40px 40px 8px; position: relative; border-radius: 12px; background: #FFF; }
.m-writer-post-wapper h3 {
    color: #14232A;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.8px;
    margin: 0;
    margin-bottom: 32px;
}

.m-writer-post-details { position: relative; height: 100%; }
.m-writer-post-img { height: 244px; width: 100%; border-radius: 12px; position: relative; margin-bottom:12px; }
.m-writer-post-img img { max-width: unset; width: 100%; height: 100%; border-radius: 12px; object-fit: cover; }
.m-writer-post-text h3 { margin:0; line-height:normal; }
.m-writer-post-text h3 a {
    color: #14232A;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.4px;
    margin: 0;
    display: block;
    margin-bottom: 8px;
}
.m-writer-post-text p {
    color: #14232A;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin-bottom: 8px;
}
.m-writer-post-text h5 { margin:0; line-height:normal; }
.m-writer-post-text h5 a {
    color: #0177B6;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.32px;
}

@media(max-width:1199px){
    .m-writer-post-img { height:174px; }
}
@media(max-width:991px){
    .writer-page-wapper { padding:40px 0; }
    .m-writer-post-wapper { padding:20px 20px 8px; }
}
@media(max-width:767px){

}


@media (min-width: 1230px){
    .container.w--1280 { max-width: 1200px!important; }
}
@media (min-width: 1300px){
    .container.w--1280 { max-width: 1280px!important; }
}