@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400&display=swap');

body{
   font-family: 'Montserrat', sans-serif;
    color: rgb(232, 234, 237);
     background-color: #202124;
}

a, a:hover, a:focus{
    color: white;
    text-decoration: none;
}

header{
    min-height: 380px;
    vertical-align: baseline;
    padding-top: 150px;
    padding-bottom: 210px;
}

h1{

font-size: 92px;
text-align: center;

}

.btn{
    background: #0071e3;
    color: white;
    padding: 10px 15px;
}

.nav-line {
   
    text-align: center;
    margin-bottom: 30px;
}

.nav-line ul{
    display: inline-flex;
    list-style: none;
    padding-left: 0;
    text-align: center;
    
 font-size: 0.8rem;
}

.nav-line li{
    margin-right: 15px;
}

.nav-line li:last-child{
    margin-right: 0;
}

.logo{
    padding-top: 100px;
    margin: 0 auto;
}

.descr{
    font-size: 0.8rem;
}

.second_image img{
    border-radius: 30px;
}

.second_image{
    margin-bottom: 100px;
}

.seller_info_section h2{
    margin-top: 160px;
    margin-bottom: 60px;
}

.seller_info_section{
 
    
}

.seller_info_section ul{
    list-style: none;
    padding-left: 40px;
}

.seller_info_section li{
    position: relative;
    line-height: 3;
}

.before_one:before{
    content: "1.";
    position: absolute;
    width: 30px;
    height: 30px;
   font-size: 28px;
left: -29px;
top: -18px;
}


.before_two:before{
    content: "2.";
    position: absolute;
    width: 30px;
    height: 30px;
   font-size: 28px;
left: -29px;
top: -18px;
}

.before_three:before{
    content: "3.";
    position: absolute;
    width: 30px;
    height: 30px;
   font-size: 28px;
left: -29px;
top: -18px;
}

.final h3{
font-size: 90px;
padding-top: 100px;
text-align: center;
font-weight: 700;
    
}

.sm-block{
    display: none;
}


@media (max-width:590px){
    h1{

font-size: 34px;
text-align: center;

}
    
header {
min-height: 370px;
vertical-align: baseline;
padding-top: 147px;
padding-bottom: 110px;
}
    
    .final h3 {
font-size: 65px;
padding-top: 100px;
text-align: center;
font-weight: 700;
}
    
    seller_info_section li {
position: relative;
line-height: 2;
letter-spacing: 0px;
}
    
    .sm-block{
        display: block !important;
    }
    
    .sm-hide{
        display: none;
    }

}