@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');



body{
    font-family: "Outfit", sans-serif;
}
img{
    max-width: 100%;
}
.maintanence{
    margin: 100px 0;
}

.maintanence h2 {
	font-size: 50px;
    font-weight: 600;
    margin: 31px 0;
    color:#F8AE43;
    font-family: "Outfit", sans-serif;
}

.maintanence p{
    font-size: 35px;
    font-weight: 400;
    margin: 40px 0 20px 0;
    color:#564F45;
}
.content-bl{
    font-size: 16px;
    margin: 10px 0 30px 0;
    color: rgb(48, 47, 47);
	
}
.content-bl strong{
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0 30px 0;
    color:#564F45;
	
}
a{
    color: rgb(48, 47, 47);
    text-decoration: none;
}
.lineouter{
    width: 100%;
}
.maintanence .line {
    height: 2px;
    width: 100px;
    display: inline-block;
    background-color: #564F45;
    margin-bottom: 50px;
}

.m-icon img{
	max-width: 65px;
 }
 .col-lg-4{
    display: flex;
    align-items: center;
    justify-content: center;
 }
@media screen and (max-width: 991px) {
    .m-icon img{
        max-width: 65px;
 
     }
     .col-lg-4{
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
     }
}
@media screen and (max-width: 991px) {
    .maintanence h2 {
        font-size: 42px;
    }
    .m-icon img{
        max-width: 60px;
     }
}
@media screen and (max-width: 576px) {
    .maintanence h2 {
        font-size: 35px;
    }
	.maintanence p{
		font-size: 28px;
	}
    .m-icon img{
        max-width: 55px;
 
     }
}
@media screen and (max-width: 380px) {
    .maintanence h2 {
        font-size: 28px;
    }
    .m-icon img{
       max-width: 42px;

    }
    .content-bl{
        margin-top: 0;
    }
	.maintanence p{
		font-size: 24px;
	}
        .maintanence h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.4;
}
}


