main {
    height: 100vh;
    background-image: url(../image/arab/arab_map.png) ;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* margin-left: 216px; */
    padding: 0 3%;
}


.info_txt {
    background-color: rgba(17, 17, 17, 0.8);
    padding: 35px;
    width:500px;
    position:relative;
    float:right;
    top: 32vh;
}
.info_txt h2 {
    font-size: 2.6em;
    margin-bottom: 6%;
}
.info_txt .tag {
    font-size: 26px;
    /* margin-bottom: 10px; */
    line-height: 40px;
    margin-bottom: 6%;
}

.info_txt .tag span {
    font-size: 26px;
    color: #E6C2C2;
}
.info_txt .award {
    font-size: 22px;
    line-height: 38px;
}
.info_txt h2,
.info_txt .tag,
.info_txt .tag span,
.info_txt .award {
    font-weight: 500;
}

@media screen and (max-width:1500px){
    main {
        background-image: url(../image/arab/arab_map.png);
        background-position: top;
    }
}
@media screen and (max-width:1125px){

    main {
        padding: 0;
    }

    .header_back{
        background-color: rgb(101, 30, 30);
        width:100% !important;
    }
    .info_txt h2 {
        font-size: 40px;
    }
    .info_txt .tag, .info_txt .tag span {
        font-size: 30px;
    }
    .info_txt .award {
        font-size: 20px;
    }
    
}
@media screen and (max-width:1024px){
    main {
        margin: 0;
        padding: 0 3%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
    }

}
@media screen and (max-width:880px){
    .info_txt {
        padding: 20px;
        position:relative;
        float:left;
        width:100%;
        top:626px;
        background: none;
    }
    .info_txt h2 {
        font-size: 35px;
    }
    .tag{
        margin-bottom: 21px;
    }
    .info_txt .tag, .info_txt .tag span {
        font-size: 25px;
    }
    .info_txt .award {
        font-size: 16px;
    }
    h1 {
        width: 40%;
    }
    /* h1 img {
        width: 100%;
    } */
}

@media screen and (max-width:730px) {
    .info_txt{
        top:600px;
    }
}
@media screen and (max-width:660px) {
    .info_txt {
        top:470px;
    }
    
    .info_txt h2 {
        font-size: 20px;
    }
    .tag{
        margin-bottom: 21px;
    }
    .info_txt .tag, .info_txt .tag span {
        font-size: 16px;
        line-height: 25px;
    }
    .info_txt .award {
        font-size: 12px;
        line-height: 20px;
    }

}

@media screen and (max-width:560px) {
    .info_txt {
        top:410px;
    }
}

@media screen and (max-width:470px) {
    .info_txt {
        top:340px;
    }
}
@media screen and (max-width:420px) {
    .info_txt {
        top:310px;
    }
}

