You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

39 lines
591 B

.container_main {
width: 100%;
padding: 20px;
}
.container_title {
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 47px;
color: #051244;
flex: none;
order: 0;
flex-grow: 0;
margin: 30px 0px 30px 0px;
left: 0px;
}
.container_child_box p {
display:block;
margin: 20px 0px;
}
.container_main .m_all {
display:block;
margin: 40px 0px;
}
.container_box{
display: table;
width: 100%;
}
.container_child_box{
float: left;
position: static;
width: calc(90% - 260px);
min-width: 300px;
}