.matt-img{
    height: 75vh;
    width: 27vw;
    background-image: url("../img/matt-tmp.webp");
    margin-right: 13vw;
    background-size: auto 100%;
    background-position: center;
}
.matt-txt{
    padding-left: 10vw;
    width: 45vw;
}
h2{
    margin-top: 20px;
    text-align: left;
    font-size: calc(0.8rem + 0.8vh);
    line-height: calc(0.8rem + 0.8vh);
    margin-bottom: 1vh;
    font-family: satoshi;
}
p{
    text-align: left;
    font-size: calc(0.6rem + 0.8vh); line-height: calc(0.6rem + 1vh);
}
.gradient-mp{
    background: linear-gradient(to right, #ffa653 10%,#ffe042 30%,#ffa683 50%, #ff9009 80%);
}
.gradient-txt{
    text-align: center;
    background-size: 100% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
.background{
    width: 100%;
    background-color: #ffffff;
    background-position: 0 0;
    background-size: auto 200%;
    opacity: 1;
    background-image: linear-gradient(to top, #ff4d00, #ffffff00 70%), repeating-radial-gradient(circle at center center, #f5f3f1, #f5f3f1 , 40px, transparent 80px, transparent 40px);
    background-blend-mode: multiply;
}
@media screen and (max-width: 850px){
    .matt-txt{
        width: 80vw;
    }
    .matt-img{
        width: 100vw;
        height: 40vw;
        background-size: 40vw auto;
        background-repeat: no-repeat;
        margin: 0;
        margin-top: 50px;
    }
}