.container{
    background-image: url(../images/privacy.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.banner{
    height: 620px;
    display: flex;
    /* padding: 0 60px; */
    align-items: center;
}

.banner-info{
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.banner-info h3{
    font-size: 68px;
    font-weight: bold;
    color: #ffff;
}

.banner-info p{
    font-size: 14px;
    margin: 140px 0 57px;
    color: #fff
}
.yellowBtn{
    display: block;
    width: 560px;
    height: 120px;
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 50px;
    color: #333333;
    line-height: 120px;
    text-align: center;
    font-style: normal;
    background: #FFD068;
    border-radius: 60px;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}
.privacyContent{
    width: 1200px;
    margin: 0 auto;
    background: #F6F6F6;
    border-radius: 40px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 30px;
}
.country-code {
  position: absolute;
  left: 35px;
  top: 7px;
  height: 30px;
  border: none;
  background: transparent;
  font-size: 14px;
}