.titles h3 {
    color: rgba(0, 0, 0, 0.95);
    font-size: 5.2rem;
    font-weight: 600;
    line-height: 5.2rem;
}

h2,
h3,
h4,
h5 {
    margin: 0;
}

.contain {
    background-color: #f4f4f4 !important;
}

.titles h4 {
    color: rgba(0, 0, 0, 0.95);
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 2.8rem;
    margin-top: 2rem;
}

.titles {
    text-align: center;
    margin-bottom: 6.0rem;
}

.country {
    /*margin-top: 16.0rem;*/
    margin-top: 7.0rem;
    margin-bottom: 0rem;
    /*margin-bottom: 20.0rem;*/
}

.countryList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 85%;
    margin: 0px auto;
}

.coun {
    width: 32%;
    border-radius: 2.0rem;
    background-color: #fff;
    margin-bottom: 3.2rem;
}
.coun:hover{
    box-shadow: 0px 8px 24px 0px rgba(0,0,0,0.12);
}

.sd {}

/* .coun:nth-child(1),
.coun:nth-child(2n) {
    margin-right: 32px;
} */

.coun img {
    width: 100%;
    border-top-right-radius: 2.0rem;
    border-top-left-radius: 2.0rem;
}

.Instructions {
    text-align: center;
    height: 12.8rem;
    padding-top: 3.6rem;
}
.Instructions h3{
    color: rgba(0, 0, 0, 0.95);
    font-family: "PingFang SC";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.6rem;
}

.Instructions h5 {
    color: rgba(0, 0, 0, 0.95);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;

}

.Instructions p {
    color: rgba(0, 0, 0, 0.50);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8rem;
}

.map {
    display: flex;
    width: 85%;
    margin: 0 auto;
    background-color: #fff;
    padding: 8.0rem;
    /*margin-bottom: 12.0rem;*/
    /*margin-bottom: 16.0rem;*/
    margin-bottom: 16.0rem;
}

.maps {
    width: 76.2rem;
    height: 55.9rem;
    margin-right: 12.0rem;
}

.maps img {
    width: 100%;
}

.mapsRight {
    padding: 7.3rem 0rem;
    flex: 1;
}

.Instruc {
    display: flex;
    margin-bottom: 5.0rem;
}

.Instruc img {
    width: 3.6rem;
    height: 3.6rem;
}

.Instruc h3 {
    color: rgba(0, 0, 0, 0.95);
    font-family: "PingFang SC";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.6rem;
}

.padd {
    color: #000;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 4.5rem;
    margin-bottom: 7.2rem;
}

.numbers {
    display: flex;
    margin-bottom: 3.0rem;
    justify-content: space-between;

}

.bis {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    /*margin-bottom: 1rem;*/
}

p {
    margin: 0;
}

.bis p {
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4rem;
    margin-bottom: 2rem;
}

.nus>p {
    color: rgba(0, 0, 0, 0.60);
    font-family: "PingFang SC";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
    /* 100% */
}

.bigg {
    font-size:5rem;
    color: #F8B62B;
    margin-right: 1.4rem;
    font-weight: bold;
}
.bigg small{
    font-size:3rem;
    font-weight: 500;
}

.bigg img {
    width: 100%;
}

.nus {
    width: 22.0rem;
}
.coun img{
    min-height: 205px;
}
@media (max-width:1921px) {
    html {
        font-size: 62.5% !important;
    }
    .coun img{
    min-height: 288px;
}
}
@media (max-width:767px) {
 .Instructions h5{
     font-size: 4rem ;
     line-height: 4rem;
 }
  .Instructions h5{
     font-size: 2.5rem ;
     line-height: 2.5rem;
 }
}

@media (max-width:1921px) {
    html {
        font-size: 62.5% !important;
    }
    .coun img{
    min-height: 288px;
}
}

@media (max-width:1601px) {
    html {
        font-size: 52.08333333% !important;
    }
}

@media (max-width:1440px) {
    html {
        font-size: 46.875% !important;
    }
}

@media (max-width:1400px) {
    html {
        font-size: 45.5729166% !important;
    }
}

@media (max-width:1367px) {
    html {
        font-size: 44.46614583% !important;
    }
}

@media (max-width:1281px) {
    html {
        font-size: 41.66666666% !important;
    }
}

@media (max-width:1152px) {
    html {
        font-size: 37.5% !important;
    }
}

@media (max-width:1000px) {
    html {
        font-size: 32.552083% !important;
    }
}

@media (max-width:800px) {
    html {
        font-size: 26.04166666% !important;
    }
}