.container{
float:right;
width:1298px;
margin:20px 74px 0 0
}
h1{
float:right;
margin:0 0 40px 0;
padding:0 10px 7px 0;
font-size:55px;
color:#5c3590;
font-weight:normal;
border-bottom:2px solid #c5e2e8;
width:1288px
}
.txt{
float:right;
width:100%
}
@media all and (max-width:1440px){
.container{
width:100%;
margin:10px 0 0 0
}
h1{
width:100%
}
.txt{
width:100%
}
}
/*----------------- Tablets and Mobile sizes -----------------*/
@media all and (max-width:640px),(max-device-width:640px){
.container{
margin:0;
width:100%
}
}
