#truspilot-section {
    padding-block: 40px;
    background-color: var(--white);
    position: relative;
    overflow: hidden;
}
@media (min-width: 767.8px) {
    #truspilot-section {
        padding-block: 100px;
    }
}
#truspilot-section iframe {
    height: 900px !important;
}
@media (min-width: 1280px) {
    #truspilot-section iframe {
        height: 1200px !important;
    }
}
#truspilot-section iframe #wrapper-reviews {
    overflow: hidden !important;
}
#truspilot-section:before {
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    left: -50%;
    width: 200%;
    height: 400px;
    background-color: #fff4f0;
    transform: rotate(-10deg);
}
