.content > .title{
float:right;
width:50%;
margin:0 25%;
text-align:center;
color:var(--main-bg-color);
font-weight:bold;
font-size:34px;
padding:20px 0 10px 0;
background-image:url(../../../design/default/css/../images/title_border.png);
background-position:bottom center;
background-repeat:no-repeat;
background-size:100% 2px
}
.packages_wrapper{
float:right;
width:100%;
text-align:center;
margin:20px 0 0 0
}
.packages_wrapper .package{
display:inline-block;
width:90%;
margin:0 5% 10px;
border-radius:10px;
background-color:#f2f2f2ff;
color:#151447ff
}
.packages_wrapper .package .country_title{
float:right;
width:100%;
background-color:#e6e6e6ff;
font-weight:bold;
font-size:26px
}
.packages_wrapper .package .country_title .title{
float:right;
margin:10px 10px 10px 0
}
.packages_wrapper .package .country_title .flag{
float:left;
height:40px;
width:40px;
margin:10px 0 0 10px;
border-radius:30px;
background-position:top center;
background-repeat:no-repeat;
background-size:cover
}
.packages_wrapper .package .package_desc{
float:right;
width:100%
}
.packages_wrapper .package .package_desc .data_amount{
float:right;
width:100%;
margin:10px 0;
text-align:right;
font-weight:normal;
font-size:20px
}
.packages_wrapper .package .package_desc .data_amount .title{
float:right;
width:21%;
padding:0 3% 0 0;
font-weight:bold;
font-size:20px;
color:#f19e0dff
}
.packages_wrapper .package .package_desc .expires{
float:right;
width:100%;
margin:10px 0;
text-align:right;
font-weight:normal;
font-size:20px
}
.packages_wrapper .package .package_desc .expires .title{
float:right;
width:21%;
padding:0 3% 0 0;
font-weight:bold;
font-size:20px;
color:#f19e0dff
}
.packages_wrapper .package .package_desc .includes{
float:right;
width:100%;
margin:10px 0;
text-align:right;
font-weight:normal;
font-size:20px
}
.packages_wrapper .package .package_desc .includes .title{
float:right;
width:21%;
padding:0 3% 0 0;
font-weight:bold;
font-size:20px;
color:#f19e0dff
}
.packages_wrapper .package .package_desc .includes .includes_txt{
float:right;
width:auto;
margin:0
}
.packages_wrapper .package .package_desc .includes .includes_txt .calls{
float:right;
width:auto
}
.packages_wrapper .package .package_desc .includes .includes_txt .sms{
float:right;
width:auto
}
.packages_wrapper .package .price_purchase{
float:right;
width:100%;
color:white;
text-align:center;
font-weight:bold;
font-size:20px;
height:40px;
line-height:40px
}
.packages_wrapper .package .price_purchase .price{
float:right;
width:50%;
background-color:#151447;
border-radius:0 0 10px 0
}
.packages_wrapper .package .price_purchase .purchase{
float:right;
width:50%;
background-color:#f19e0dff;
color:white;
border-radius:0 0 0 10px
}
