.maintenances {
margin: 0;
padding: 0;
background:#000;
}
* {
box-sizing: border-box;
}
.maintenance {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
width: 100%;
min-height: 100vh;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
.maintenance_contain {
display: flex;
flex-direction: column;
align-items: center; 
border-radius: 15px;
background-color: #00000080;
width: 700px;
padding: 50px;
}
.maintenance_contain img {
width: 35%;
}
.row-box {
text-align: center;
gap: 15px;
display: grid;
margin-top: 15px;
}
.pp-infobox-title-prefix {
font-weight: 500;
font-size: 18px;
color: #fff;
text-align: center;
font-family: system-ui;
line-height: 30px;
margin-bottom: -6px;
}
.pp-infobox-title {
color: #fff;
font-family: system-ui;
font-weight: 700;
font-size: 30px;
text-align: center;
margin: 0px;
text-transform: capitalize;
line-height: 45px;
}
.pp-infobox-description p {
margin: auto;
}
.pp-infobox-description {
color: #fff;
font-family: system-ui;
font-weight: 400;
font-size: 16px;
text-align: center;
line-height: 27px;
}
.title-text.pp-primary-title {
color: #000;
font-family: sans-serif;
font-weight: 500;
font-size: 18px;
text-align: center;
}
.pp-social-icons {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.pp-social-icon {
margin: 10px;
}
.pp-social-icon a {
display: inline-block;
height: 40px;
width: 40px;
}
.pp-social-icon a i {
border-radius: 100px;
font-size: 20px;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
}
.pp-social-icon:nth-child(1) a i {
color: #4b76bd;
border: 2px solid #4b76bd;
}
.pp-social-icon:nth-child(2) a i {
color: #00c6ff;
border: 2px solid #00c6ff;
}
.pp-social-icon:nth-child(3) a i {
color: #fb5245;
border: 2px solid #fb5245;
}
.pp-social-icon:nth-child(4) a i {
color: #158acb;
border: 2px solid #158acb;
}
.fa-select {
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}
@media (max-width:710px) {
.maintenance_contain {
width: 90%;
}
.pp-infobox-title {
font-size: 25px;
line-height: 40px;
}
}
@media (max-width:550px) {
.pp-infobox-title-prefix {
font-size: 16px;
}
.maintenance_contain {
padding: 30px !important;
}
}