.global20{
    margin-top: 95px;
    margin-bottom: 55px;
}
.g20Inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g20iLeft{

}
.g20ilTexts{
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}
.g20iltHeader{
    margin-left: 35px;
    color: var(--white-grey);
    margin-right: 8px;
}
.g20iltText{
    color: #B9A6A6;
    margin-bottom: 5px;
}
.g20ilMap{

}
.g20iRight{
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 15px 20px;
    background: linear-gradient(180deg, #27201F 0%, rgba(36, 36, 36, 0) 100%);
    border-radius: 11px;
}
.g20irIconHolder{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(154.72deg, #EE252A 16.04%, rgba(48, 8, 9, 0.89) 158.45%);
    border: 6px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: calc(50% - 40px);
    top: -40px;
}
.g20iIcon{
    width: 31px;
}
.g20irHeader{
    color: var(--white-grey);
    margin-top: 40px;
    margin-bottom: 10px;
}
.g20irPoints{
    display: flex;
    flex-direction: column;
}
.g20irpPoint{
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.g20irppIcon{
    margin-right: 15px;
}
.g20irppText{
    color: var(--grey-text);
}

@media screen and (max-width: 1300px){
    .g20Inner{
        flex-direction: column-reverse;
    }
    .g20iLeft{
        margin-top: 20px;
    }
    .g20ilMap{
        
    }
    .g20iRight{
        width: 100%;
    }
    .g20irHeader{
        text-align: center;
    }
    .g20irpPoint{
        justify-content: center;
    }
}
@media screen and (max-width: 900px){
    .global20{
        margin-top: 45px;
    }
    .g20ilTexts{
        justify-content: center;
    }
    .g20iltHeader{
        margin-left: 0px;
        text-align: center;
    }
    .g20iltText{
        text-align: center;
    }
    .g20ilMap{
        width: 99%;
    }
}
@media screen and (max-width: 800px){
    .g20ilTexts{
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 500px){
    .g20ilMap{
        width: 100%;
    }
}