section.trader{
    position: relative;
    margin: 2.2vw 22.3vw 2.8vw 19.5vw;
    padding: 3.4vw 0vw 2vw 2.7vw;
    /* background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #FFFBF1; */
    border-radius: 20px;
    font-family: Montserrat;
}
.studio-display{
    position: absolute;
    top: 2vw;
    right: -.5vw;
    width: 32.6vw;
}
section.trader h2{
    font-size: 2.08vw;
    font-weight: 500;
    width: 23vw;
    /* font-family: 'GilroySemiBold'; */
    line-height: 1.1;
}
section.trader p{
    
color: #626262;
line-height: 1.4;
font-weight: 400;
font-size: .9vw;

    margin-bottom: 2.4vw;
    /* font-family: GilroyMedium; */
    margin-top: 1.1vw;
    /* font-size: .921vw; */
    /* line-height: 1.8; */
    width: 23vw;
}
section.trader ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
section.trader ul li{
    display: flex;
}
section.trader ul li img{
    line-height: 0;
    height: 0.9vw;
    width: unset;
}
section.trader ul li p{
    margin-top: 0;
    line-height: 1.4;
    margin-left: 1.3vw !important;
    font-size: .96vw;
    width: 19.4vw;
    margin-bottom: 1.9vw;
}
section.trader.left-image h2{
    margin-left: auto;
    width: 25vw;
    margin-right: 2vw;
}
section.trader.left-image p{
    margin-left: auto;
    width: 25vw;
    margin-right: 2vw;
}
section.trader.left-image .studio-display{
    left: -.5vw;
}
@media only screen and (max-width: 500px) {
    section.trader.left-image h2 {
        margin-left: unset;
        width: unset;
        margin-right: unset;
    }
    section.trader.left-image p {
        margin-left: unset;
        width: unset;
        margin-right: unset;
    }
    section.trader{
        margin: 5.2vw 4vw 5.8vw 4vw;
        padding: 5.4vw 0vw 5vw 4.7vw;
    }
    section.trader h2{
        font-size: 6.67vw;
        width: 88vw;
        /* font-size: 5vw; */
    }
    section.trader p{
        font-size: 3.49vw;
        /* font-size: 4vw; */
        margin-bottom: 0;
        width: 75vw;
        margin-top: 4.3vw;
    }
    .studio-display{
        position: unset;
        width: 87vw;
    }
    section.trader ul{
        grid-template-columns: repeat(1, 1fr);
    }
    section.trader ul li img{
        height: 4vw;
    }
    section.trader ul li p{
        font-size: 4vw;
        margin-left: 4.3vw;
        width: 75.4vw;
        margin-bottom: 5.9vw;
    }
}