@media (max-width: 980px){
	section.about-guest .screening-image, section.about-guest .screening-content{
    width: 100%;
}
section.about-guest .screening-content{
    padding-left: 0px;
}
section.about-guest .screening-image img {
    height: 350px;
    margin-bottom: 30px;
}
section.about-guest.rev .row{
    flex-direction: column-reverse;
}
section.about-guest.rev .screening-content{
    padding-right: 0px;
    padding-left: 0px;
}
  h2 {
    font-size: var(--f34);
}
  h3 {
    font-size: var(--f22);
}
    .head-sec h3 {
    font-size: 28px;
}
  .screening-content h2 {
    font-size: 34px;
}
}
@media (max-width: 540px){
section.about-guest .screening-image img {
        height: 300px;
        }
        .screening-content h2 {
    font-size: 28px;
}
    h2 {
    font-size: var(--f28);
}
  h3 {
    font-size: var(--f18);
}
        .head-sec h3 {
        font-size: 28px;
    }
  .screening-content h2 {
    font-size: 28px;
}
  h1.c-hero__title {
    display: flex;
    padding-bottom: 100px;
}
}