#await-canvas {
    margin-top: calc(var(--point-width)/7);
}

#await-wrapper {
    width: 80%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    max-width:1920px;
    margin:0 auto;
    margin-top: calc(var(--point-width)/7);    
}

.await-item {
    width: 32%;
    aspect-ratio: 440 / 300;
}

.await-item-bottom {
    display: flex;
    align-items: center;
    justify-content: center; 
    box-sizing: border-box;   
    padding:0 2%;
    text-align:center;
    color:var(--gray-color);
}

.await-item-top{
    background-size:  100% auto!important;
}
#await-item-left .await-item-top{
    background: url('/expert2026/buy/img/await-left.jpg') top center no-repeat;
}

#await-item-mid .await-item-top{
    background: url('/expert2026/buy/img/await-mid.jpg') top center no-repeat;
}

#await-item-right .await-item-top{
    background: url('/expert2026/buy/img/await-right.jpg') top center no-repeat;
}

@media (min-width: 641px) {
    
    .await-item {
        font-size: var(--howto-txt-desk);
    }

    .await-item-top {
        height: 70%;
        background: yellow;
    }

    .await-item-bottom {
        height: 30%;
        padding: 0 10%;
    }
}

@media (max-width: 640px) {

    #await-wrapper {
        flex-direction: column;

    }

    .await-item {
        width: 100%;
        aspect-ratio: auto;
        font-size: var(--howto-txt-mob);
    }

    .await-item-top {
        width: 100%;
        aspect-ratio: 440 / 245;

    }

    .await-item-bottom {
        height: auto;
        padding: 10% 10%;
    }
}