.master_breadcrumbs {
    padding: 10px 0;
}


.master_services {
    padding-bottom: 50px;
}
.master_services_grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.master_post {
    width: calc((100% - 80px) / 3);
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap:10px;
    text-decoration: none !important;
}
.master_post_cover {
    width: 100%;
    border-radius: 5px;
    aspect-ratio: 16 / 9;
}
.master_post_title {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.btn {
    text-decoration: none;
}


.master_sidebar_wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.master_sidebar_content {
    width: calc(100% - 340px);
}

.master_sidebar {
    width: 300px;
    background: #e2e2e2;
    position: sticky;
    top: 50px;
    border-radius: 5px;
    min-height: 250px;
}