File: D:/HostingSpaces/SBogers85/equichecker.com/resources/assets/sass/equichecker/_responsive.scss
@media screen and (max-width: 900px){
.light-text-containter{
width: 100%;
flex-wrap: wrap;
}
.company-detail{
width: 100%;
}
.sub-title{
width: 100%;
}
.h3-table{
width: 100%;
}
.table{
width: 100%;
}
.vertical-center{
display: block;
}
.logo{
width: 100%;
margin: 0 auto;
margin-top: 20px;
}
.panel{
width: 100%;
}
.alert{
width: 100%;
}
.error{
width: 100%;
}
.result-type, .result-country{
display: none;
}
.advice{
margin-top: 50px;
}
.credit{
clear:both;
}
}
@media (max-width: 500px){
.logo .logo-text{
width: 100%;
}
}
@media (min-width: 768px){
.container {
width: 100%;
}
}