﻿.missedopportunitiescontainer {
    position: relative;
    width: 700px;
    height: 495px;
    display: flex;
    border-radius: 20px;
/*    box-shadow: 0px 0px 90px -15px #7f3df8;*/
    background-color: transparent;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.mainmyimage {
    width: 700px;
    height: 495px;
    position: relative;
    box-shadow: 0px 0px 90px -15px #7f3df8;
}

.missedopportunitiesgif {
    left: 63px;
    border-radius: 90px;
    position: absolute;
    width: 120px;
    height: 110px;
    top: 268px;
}

.MissedoppQuery-box1 {
    position: absolute;
    top: 195px;
    right: 140px;
    width: 320px;
    height: 65px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}

.MissedoppResponse-box1 {
    position: absolute;
    top: 280px;
    right: 215px;
    width: 280px;
    height: 75px;
    transition: all 2s ease-in-out;
    background-color: #571271;
}

.MissedoppQuery-box2 {
    position: absolute;
    top: 270px;
    right: 145px;
    width: 55px;
    height: 50px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}

.MissedoppResponse-box2 {
    position: absolute;
    bottom: 35px;
    right: 215px;
    width: 240px;
    height: 60px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}
