* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    position: fixed;
    width: 100%;
    z-index: 1;
}

a {
    color: #0B1E33;
    text-decoration: none;
}

.navbar {
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5A201;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.logo {
    margin-right: auto;
    background: #ffffff;
    padding: 8px 50px 7px 50px;
}

.logo-navbar {
    width: 143.556px;
    height: 75px;
}

.nav-link {
    color:#F5A201;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
    letter-spacing: 0.9px;
}

.nav-link:hover {
    color:#ffffff;
}

.bar {
    display: block;
    width: 32px;
    height: 5px;
    margin: 6px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #0B1E33;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.hamburger {
    display: block;
    align-self: flex-start;
    margin-bottom: 4px;
    margin-right: 50px;
    margin-left: 12.5px;
    cursor: pointer;
}

.hamburger.active .bar:nth-child(2){
    opacity: 0;
}
.hamburger.active .bar:nth-child(1){
    transform: translateY(11px) rotate(45deg);  
}

.hamburger.active .bar:nth-child(3){
    transform: translateY(-11px) rotate(-45deg);
}

.nav-menu {
    position: fixed;
    right: -100%;
    top: 94px;
    gap: 0;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 50px;
    width: 12%;
    background: #013C58;
    transition: 0.7s;
}

.nav-item {
    margin: 25px 0;
    list-style: none;
}

.nav-menu.active {
    right: 0;
}

.size {
    width: 40px;
    height: 32px;
}

.nav-back {
    display: flex;
    justify-content: center;
    align-items: center;
}

.none,
.none-mobile {
    margin-left: 12.5px;
}

.container-cover {
    padding-top: 90px;
}

.cover-back {
    background-image: url(cover-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}

.emergency {
    padding-top: 95px;
    padding-right: 185px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.emergency-mobile {
    display: none;
}

h2 {
    color: #F5A201;
    text-align: right;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Inter', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.call {
    color: #F5A201;
    font-family: 'Inter', sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.estimate {
    padding-top: 85px;
    padding-right: 185px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.buttons-help {
    display: flex;
    width: 453px;
    justify-content: space-between;
    align-items: center;
}

.help-btn a {
    color: #ffffff;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.help-btn {
    width: 150px;
    height: 50px;
    border: none;
    border-radius: 32px;
    background-color: #E8630A;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.slogan {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 85px;
}

.mobile {
    display: none;
}

h1 {
    color: #ffffff;
    text-align: center;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.35);
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.licence {
    padding-top: 185px;
    padding-right: 185px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.number-help {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 760px;
}

.number {
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.divider-orange {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5A201;
    height: 90px;
    width: 100%;
}

.white {
    color: #ffffff;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.back-story {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.75);
    padding: 100px 185px;
}

.story {
    color: #0B1E33;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 1150px;
}

.text-story {
    align-self: flex-start;
    text-align: justify;
    color: #0B1E33;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.9px;
    padding: 25px 0 0 0;
}

.signature {
    align-self: flex-end;
    text-align: end;
    color: #0B1E33;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.9px;
    padding: 25px 0;
}

.story-help {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-self: flex-end;
    margin-top: 50px;
}

.read-more {
    display: none;
}

#myBtnRead {
    display: none;
    width: 150px;
    height: 50px;
    border: none;
    border-radius: 32px;
    background: #F5A201;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.divider-white {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    height: 90px;
    width: 100%;
}

.blue {
    color: #0B1E33;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.back-why-us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 185px;
    background: url(why-us-back.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.reasons {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 50px 155px 0 155px;
}

.reason-img {
    width: 250px;
    height: 250px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin: 0 25px;
}

.text-why-us {
    color: #0B1E33;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 250px;
    height: auto;
    margin: 0 25px;
}

.divider-blue {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    width: 100%;
    background: #0B1E33;
}

.services {
    color: #F5A201;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.mobile-show {
    display: none;
}

.back-services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 185px 50px 185px;
    background: url(services.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-show-serv {
    display: none;
}

.services-square {
    display: inline-flex;
    padding: 50px 0 0 0;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.square-back-blue {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #F5A201;
    background: rgba(0, 83, 122, 0.80);
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.35);
    width: 250px;
    height: 250px;
}

.explore-btn {
    width: 150px;
    height: 50px;
    border: none;
    border-radius: 32px;
    background: #F5A201;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.explore-btn a {
    color: #ffffff;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.service-name-white {
    color: #ffffff;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 6.25px;
}

.square-back-gray {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #0B1E33;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.35);
    width: 250px;
    height: 250px;
}

.service-name-blue {
    color: #0B1E33;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 6.25px;
}

.works-back {
    padding: 100px 185px 50px 185px;
    background: #013C58;
}

.works {
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 50px;
}

.container {
    display: flex;
    background: #ffffff;
}

.item {
    height: 600px;
    background-size: cover;
    background-position: center;
    flex: 1;
    margin: 3px;
    cursor: pointer;
}

.zero {
    background-image: url(0.png);
}

.one {
    background-image: url(1.png);
}

.two {
    background-image: url(2.png);
}

.three {
    background-image: url(3.png);
}

.four {
    background-image: url(4.png);
}

.five {
    background-image: url(5.png);
}

.six {
    background-image: url(6.png);
}

.expand {
    flex: 10;
}

.back-reviews {
    padding: 100px 185px 50px 185px;
    background: #013C58;
}

.review-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.rev-img {
    width: 250px;
    height: 250px;
}

.review-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 50px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 185px;
    background: #F5A201;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6.25px;
}

.nav-link-footer {
    color: #0B1E33;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nav-link-footer:hover {
    color:#ffffff;
}

.logo-footer {
    width: 200px;
    height: 200px;
}



@media all and (max-width: 1200px) {
    .emergency {
        padding-right: 50px;
    }
    
    .estimate {
        padding-right: 50px;
    }
    
    .licence {
        padding-right: 50px;
    }
    
    .back-story {
        padding: 100px 50px;
    }
    
    .text {
        width: 700px;
    }

    .divider-blue,
    .divider-orange,
    .divider-white {
        padding: 0 50px;
    }
    
    .back-why-us {
        padding: 100px 50px;
    }
    
    .reasons {
        display: flex;
        flex-wrap: wrap;
        padding: 50px 50px 0 50px;
    }
    
    .text-why-us {
        margin: 25px 25px;
    }
    
    .back-services {
        padding: 100px 50px 50px 50px;
    }
    
    .services-square {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .works-back {
        padding: 100px 50px 50px 50px;
    }
    
    .back-reviews {
        padding: 100px 50px 50px 50px;
    }
    
    .review-img {
        display: flex;
        flex-wrap: wrap;
    }
    
    .footer-container {
        padding: 50px 50px;
    }
}



@media all and (max-width: 920px) {
    .nav-menu {
        width: 20%;
    }

    h2,
    .number {
        font-size: 36px;
    }

    .call {
        font-size: 51px;
    }
    
    .buttons-help {
        width: 450px;
    }

    .number-help {
        width: 660px;
        margin: 0 0 0 50px;
    }
    
    .divider-blue,
    .divider-orange,
    .divider-white {
        padding: 0 50px;
    }
}



@media all and (max-width: 820px) {
    h2,
    .number {
        font-size: 28px;
    }

    .buttons-help {
        width: 350px;
    }

    .call {
        font-size: 40px;
    }

    h1 {
        font-size: 35px;
    } 

    .blue,
    .white {
        font-size: 25px;
    }
}



@media all and (max-width: 768px) {
    .nav-menu {
        width: 25%;
    }
    
    .number-help {
        width: 650px;
    }

    .text {
        width: 650px;
    }
}



@media all and (max-width: 720px) {
    h2,
    .number {
        font-size: 25px;
    }

    .call {
        font-size: 35px;
    } 

    .buttons-help {
        width: 325px;
    }

    .number-help {
        width: 600px;
    }

    .text {
        width: 600px;
    }
}



@media all and (max-width: 600px) {
    .nav-menu {
        width: 40%;
    }

    .hamburger {
        margin-right: 30px;
    }
    
    .buttons-help {
        width: 200px;
        justify-content: center;
        align-items: center;
        align-self: center;
    }

    .none-mobile {
        display: none;
    }

    .cover-back {
        background-image: url(mobile/cover-slogan.png);
    }

    h2 {
        font-size: 28px;
    }

    .number {
        font-size: 24px;
    }

    .call {
        font-size: 39px;
    } 
    
    .emergency {
        padding-top: 50px;
        padding-right: 0px;
        justify-content: center;
        align-items: center;
    }
    
    .estimate {
        padding-top: 50px;
        padding-right: 0px;
        justify-content: center;
        align-items: center;
    }
    
    .buttons-help {
        width: 320px;
    }

    .slogan {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 50px;
        gap: 50px;
    }

    h1 {
        font-size: 26px;
        margin: 0 50px;
    }

    .mobile {
        display: block;
        width: 250px;
        height: 250px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .mobile-show {
        display: block;
        background: none;
        border: none;
    }

    .text-story {
        font-size: 16px;
    }    

    .mobile-show-serv {
        display: block;
    }

    .square-back-blue,
    .square-back-gray {
        height: 120px;
    }

    .arrow {
        width: 25px;
        height: 25px;
    }
    
    .licence {
        padding-top: 50px;
        padding-right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .number-help {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: auto;
        gap: 50px;
        margin: 0;
    }

    .blue,
    .white {
        font-size: 16px;
    }

    .story-help {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
    }

    .text {
        width: 350px;
    }

    #more {
        display: none;
    }
    
    .read-more {
        display: flex;
    }
    
    #myBtnRead {
        display: block;
        width: 150px;
        height: 50px;
        border: none;
        border-radius: 32px;
        background: #F5A201;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        color: #ffffff;
        text-align: center;
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .back-services {
        background: url(mobile/cover-services.png);
    }

    .review-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
    }

    .hide {
        display: none;
    }

    .works-back {
        padding: 100px 50px 50px 50px;
    }

    .item {
        height: 400px;
        margin: 3px;
    }
    
    .logo-footer {
        display: none;
    }

    .emergency-mobile {
        display: block;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }

    .call-footer {
        color: #0B1E33;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .call-footer-number {
        color: #0B1E33;
        font-family: 'Inter', sans-serif;
        font-size: 23px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}



@media all and (max-width: 400px) {
    .nav-menu {
        width: 45%;
    }

    h2,
    .number {
        font-size: 24px;
    }

    .call {
        font-size: 34px;
    } 

    h1 {
        margin: 0 30px;
    }

    .back-story {
        padding: 100px 30px;
    }
    
    .text {
        width: 300px;
    }
    
    .back-why-us {
        padding: 100px 30px;
    }
    
    .reasons {
        padding: 50px 30px 0 30px;
    }
    
    .back-services {
        padding: 100px 30px 50px 30px;
    }
    
    .services-square {
        display: flex;
        flex-wrap: wrap;
    }
    
    .works-back {
        padding: 100px 30px 50px 30px;
    }
    
    .back-reviews {
        padding: 100px 30px 50px 30px;
    }
    
    .footer-container {
        padding: 50px 30px;
    }
}



@media all and (max-width: 350px) {
    .text {
        width: 275px;
    }
}



@media all and (max-width: 320px) {
    .nav-menu {
        width: 50%;
    }

    .logo {
        padding: 8px 30.444px 7px 30px;
    }

    h2,
    .number {
        font-size: 22px;
    }

    .call {
        font-size: 32px;
    } 

    h3 {
        font-size: 25px;
    }
    
    .text {
        width: 250px;
    }
    
    .reasons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 50px 0px 0 0px;
    }

    .reason-img {
        align-self: center;
        width: 250px;
        height: 250px;
    }

    .call-footer {
        font-size: 14px;
    }

    .call-footer-number {
        font-size: 20px;
    }
}



@media (max-width: 1400px) and (orientation: landscape) {
    .back-story {
        padding: 100px 50px;
    }

    .read-more {
        display: none;
    }
    
    #myBtnRead {
        display: none;
        width: 150px;
        height: 50px;
        border: none;
        border-radius: 32px;
        background: #F5A201;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        color: #ffffff;
        text-align: center;
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    
    .back-why-us {
        padding: 100px 50px;
    }
    
    .reasons {
        padding: 50px 50px 0 50px;
    }
    
    .text-why-us {
        margin: 25px 25px;
    }
    
    .back-services {
        padding: 100px 50px 50px 50px;
    }
    
    .works-back {
        padding: 100px 50px 50px 50px;
    }
    
    .back-reviews {
        padding: 100px 50px 50px 50px;
    }
    
    .footer-container {
        padding: 50px 50px;
    }
    
}



@media (max-width: 1200px) and (orientation: landscape) {
    .nav-menu {
        width: 20%;
    }

    .emergency {
        padding-right: 50px;
    }
    
    .estimate {
        padding-right: 50px;
    }
    
    .licence {
        padding-right: 50px;
    }
    
    .back-story {
        padding: 100px 50px;
    }
    
    .text {
        width: 900px;
    }

    .read-more {
        display: none;
    }
    
    #myBtnRead {
        display: none;
        width: 150px;
        height: 50px;
        border: none;
        border-radius: 32px;
        background: #F5A201;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        color: #ffffff;
        text-align: center;
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    
    .back-why-us {
        padding: 100px 50px;
    }
    
    .reasons {
        display: flex;
        flex-wrap: wrap;
        padding: 50px 50px 0 50px;
    }
    
    .text-why-us {
        margin: 25px 25px;
    }
    
    .back-services {
        padding: 100px 50px 50px 50px;
    }
    
    .services-square {
        display: inline-flex;
        flex-wrap: wrap;
    }
    
    .works-back {
        padding: 100px 50px 50px 50px;
    }
    
    .back-reviews {
        padding: 100px 50px 50px 50px;
    }
    
    .review-img {
        display: flex;
        flex-wrap: wrap;
    }
    
    .footer-container {
        padding: 50px 50px;
    }
}



@media (max-width: 920px) and (orientation: landscape) {
    h2 {
        font-size: 28px;
    }

    .call {
        font-size: 40px;
    }

    .number {
        font-size: 28px;
    }

    .text {
        width: 800px;
    }
}



@media (max-width: 750px) and (orientation: landscape) {
    .text {
        width: 600px;
    }
}



@media (max-width: 660px) and (orientation: landscape) {
    .nav-menu {
        width: 40%;
    }

    .hamburger {
        margin-right: 30px;
    }
    
    .buttons-help {
        width: 200px;
        justify-content: center;
        align-items: center;
        align-self: center;
    }

    .none-mobile {
        display: none;
    }

    .cover-back {
        background-image: url(mobile/cover-slogan.png);
    }

    h2 {
        font-size: 28px;
    }

    .call {
        font-size: 39px;
    } 
    
    .emergency {
        padding-top: 50px;
        padding-right: 0px;
        justify-content: center;
        align-items: center;
    }
    
    .estimate {
        padding-top: 50px;
        padding-right: 0px;
        justify-content: center;
        align-items: center;
    }
    
    .buttons-help {
        width: 320px;
    }

    .slogan {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 50px;
        gap: 50px;
    }

    h1 {
        font-size: 26px;
        margin: 0 50px;
    }

    .mobile {
        display: block;
        width: 250px;
        height: 250px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .mobile-show {
        display: block;
        background: none;
        border: none;
    }

    .mobile-show-serv {
        display: none;
    }

    .square-back-blue,
    .square-back-gray {
        height: 120px;
    }

    .arrow {
        width: 25px;
        height: 25px;
    }
    
    .licence {
        padding-top: 185px;
        padding-right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .number {
        font-size: 24px;
    }

    .number-help {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: auto;
        gap: 50px;
        margin: 0;
    }

    .blue,
    .white {
        font-size: 16px;
    }

    .story-help {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
    }

    .text {
        width: 550px;
    }

    .hide {
        display: none;
    }

    #more {
        display: none;
    }
    
    .read-more {
        display: flex;
    }
    
    #myBtnRead {
        display: block;
        width: 150px;
        height: 50px;
        border: none;
        border-radius: 32px;
        background: #F5A201;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        color: #ffffff;
        text-align: center;
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .back-services {
        background: url(mobile/cover-services.png);
    }

    .review-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
    }

    .logo-footer {
        display: none;
    }

    .emergency-mobile {
        display: block;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }

    .call-footer {
        color: #0B1E33;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .call-footer-number {
        color: #0B1E33;
        font-family: 'Inter', sans-serif;
        font-size: 23px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}


