.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 , p {
    margin: 0;
}
section.author-sec {
    padding: 96px 0;
    background: #F9FAFB;
}
.profile-card {
    max-width: 100%;
    background: #fff;
    padding: 64px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.14);
}

.profile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.profile-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.profile-info img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info h3 {
    color: #101828;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.profile-info p {
    color:#475467;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.post-social-media-icons {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.post-social-media-icons img{
    height: 40px;
    width: 40px;
}
.profile-socials {
    display: flex;
    gap: 12px;
}
.recent-category-sec {
    padding: 60px 0;
}
.recent-main-title {
    color: #3E465A;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
}
.category-content {
    display: grid;
    gap: 48px 32px;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 48px;
    padding-bottom: 48px;
}
.get-office-solution{
    display: flex;
    padding: 64px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    border-radius: 16px;
    background:#A61419;
}
.het-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
}
.het-details h2 {
    color:  #fff;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}
.het-details p{
    color:#FFB2B5;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}
.get-office {
    padding: 24px 0 84px 0;
}
.get-office-solution .buttons {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    justify-content: center;
}
button.btn {
    display: flex;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

button.btn.get-started{
    color: #fff;
    background: #ED1C24;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.buttons label{position: relative;margin-bottom: 0;width: 100%;max-width: 335px;}
.buttons label svg {
    position: absolute;
    left: 14px;
    bottom: 17px;
}
::placeholder{
    overflow: hidden;
    color: #667085;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.buttons label input[type="search"] {
    padding: 12px 14px 12px 32px;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Base-White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    height: 48px;
    max-width: 335px;
    width: 100%;
}

.profile-socials a {
    text-decoration: none;
    font-size: 20px;
    color: #333;
    transition: color 0.2s;
}

.profile-socials a:hover {
    color: #0073e6;
}

.profile-divider {
    border: none;
    margin: 24px 0;
    border-top: 1px solid  #EAECF0;
}
.profile-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.profile-body p {
    color: #475467;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

@media (min-width:768px) and (max-width:1023px){
    .profile-card{padding: 40px;}
    .profile-header{gap:20px;}
    section.author-sec {
        padding: 64px 0;
    }
    .recent-main-title {
        font-size: 38px;
        line-height: 48px;
        letter-spacing: normal;
    }
    .recent-category-sec {
        padding: 40px 0;
    }
    .category-item h3, .category-item h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 767px){
    body {
        padding-top: 78px;
    }
    .profile-card{padding: 32px;}
    .profile-header{gap:20px;}
    section.author-sec {
        padding: 64px 0;
    }
    .profile-body p {
        font-size: 18px;
        line-height: 28px;
    }
    .recent-main-title {
        font-size: 34px;
        line-height: 44px;
        letter-spacing: normal;
    }
    .get-office-solution {
        padding: 34px;
    }
    .het-details h2 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: normal;
    }
    .get-office-solution .buttons {
        align-items: center;
        gap: 12px;
        flex-direction: column;
    }
    .get-office {
        padding: 24px 0 64px 0;
    }
    .recent-category-sec {
        padding: 40px 0;
    }

    .category-content {
        max-width: 400px;
        margin: auto;
        gap: 48px;
        grid-template-columns: repeat(1, 1fr);
    }
}