#worldMap001 {padding:50px 0}
#worldMap001 .relImgCon {z-index:1;position:relative;display:flex;align-items:center;height:350px}
#worldMap001 .relImgCon img {width:100%}
#worldMap001 .relImgCon .absCont {
    position:absolute;
    z-index:1;
    width:200px;
    height:115px;
    padding:15px 20px;
    border-radius:50%;
    background:#fff;
}
#worldMap001 .absCont .title {
    font-size:24px;
    line-height:1;
    font-weight:900;
    text-align:center;
    text-transform:uppercase;
    color:#000;
    letter-spacing:-0.15px;
}
#worldMap001 .absCont .title:after {
    content:"";
    width:200px;
    height:2px;
    margin:7px 0;
    background:#8d9db5;
    display:block;
    max-width:100%
}
#worldMap001 .absCont .details {
    font-weight:500;
    font-size:14px;
    line-height:19px;
    text-align:center;
    color: #ef3e33
}
#worldMap001 .relImgCon .absCont.item1 {right:0;top:0}
#worldMap001 .relImgCon .absCont.item2 {left:0;bottom:0}

@media (min-width: 768px) {
    #worldMap001 .relImgCon {height:400px}
    #worldMap001 .relImgCon .absCont {width:155px;height:150px}
    #worldMap001 .relImgCon .absCont.item1 {right:100px;top:10px}
    #worldMap001 .relImgCon .absCont.item2 {left:230px}
}

@media (min-width: 992px) {
    #worldMap001 .relImgCon {height:480px}
    #worldMap001 .relImgCon .absCont {width:170px;height:170px;padding:20px}
    #worldMap001 .absCont .title {font-size:30px}
    #worldMap001 .absCont .title:after {margin:10px 0}
    #worldMap001 .absCont .details {font-size:16px;line-height:20px}
    #worldMap001 .relImgCon .absCont.item1 {right:150px;top:20px}
    #worldMap001 .relImgCon .absCont.item2 {left:300px;bottom:40px}
}

@media (min-width: 1279px) {
    #worldMap001 .relImgCon {height:640px}
    #worldMap001 .relImgCon .absCont {width:230px;height:230px;padding:60px 30px}
    #worldMap001 .absCont .title {font-size:46px}
    #worldMap001 .absCont .details {font-size:18px;line-height:1.2}
    #worldMap001 .relImgCon .absCont.item1 {top:40px}
    #worldMap001 .relImgCon .absCont.item2 {left:410px}
}

@media (min-width: 1400px) {
    #worldMap001 .relImgCon {height:680px}
    #worldMap001 .relImgCon .absCont {width:260px;height:260px;padding:70px 30px}
    #worldMap001 .relImgCon .absCont.item1 {right:230px}
    #worldMap001 .relImgCon .absCont.item2 {bottom:70px;left:430px}
}
