.techpod__guests {
    padding: 40px 0 0 0;
    .container {
        padding: 0;
    }
}

.techpod__guests-nav {
    &.blocks__hero {
        .hero__links-block {
            ul {
                li {
                    &:first-child {
                        border: none;
                        a {
                            font-weight: 400;
                        }
                    }
                    &:last-child {
                        border-bottom: 4px solid #b5d556;
                        a {
                            font-weight: 500;
                        }
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 780px) {
    .techpod__guests {
        .container {
            padding: 0 15px;
        }
    }
}