html {
    box-sizing: border-box;
    font-size: 62.5%;
}

*, *:before, *:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

html, body, h1, h2, h3, h4, h5, h6, p, span, div, section {
    font-family: 'Poppins', sans-serif;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    background: #ffffff;
    background: url(body-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.conteiner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 20px;
   
}

.cbg {
    background: url(conteiner-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

/*
.header-conteiner {
    padding: 20px;
}
*/

.header-title {
    font-size: 42px;
   /* background-image: linear-gradient(45deg, #3e1f79 15%, #5900ff 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #5900ff; */
    color: #d29456;;

}

.header-title:before {
    width: 50px;
    height: 5px;
}

h1.header-title:before {
        content: '';
        position: absolute;
        top: -22px;
        left: 0;
        width: 50px;
        height: 5px;
        background-image: -webkit-linear-gradient(
    45deg, #db3333 15%, #db4444 65%);
        background-image: linear-gradient(
    45deg, #db4444 15%, #db3333 65%);
    }

.content-conteiner {
    margin: 20px 0px;
}

.intro-wrapper {
    padding: 20px;
    max-width: 540px;
}

.intro-title {
    font-size: 22px;
    font-weight: 600;
}

.intro-desc {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #888888;
}

.cards-conteiner {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 30px;
    border-top: solid 1px #efefef;
}

.cards-conteiner > * {
	flex: 0 1 calc(25% - 30px);
}

.card-wrapper {
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 10px 10px;
    transition: transform 230ms ease-in-out;
   
}

.card-wrapper:hover {
    box-shadow: rgba(100, 100, 111, 0.35) 0px 9px 32px 0px;
    transform: scale(1.02);
}

.card-img {
    padding: 10px;
}

.card-title, .card-address {
    text-align: left;
}

.card-title {
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0px;
}

.card-title {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

i.fas.fa-map-marker-alt {
    color: #db4444;
}

h2.card-title {
    color: #d29456;
}

.card-title > i {
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 38px;
}

.card-address, .card-telephone, .card-work-hours, .card-work-hours-no {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
}

.card-address > i, .card-telephone > i, .card-work-hours > i, .card-work-hours-no > i {
    padding-right: 8px;
}

.card-address > a > i, .card-telephone > a > i, .card-work-hours > a > i, .card-work-hours-no > a > i {
    padding-right: 12px;
}

section.cta-title-button-full-width {
    padding: 20px;
}

.cta-title-button-full-width-wrap {
    box-shadow: 0px 26px 40px 0px rgb(24 27 45 / 20%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 0px;
    padding: 50px 50px 50px 50px;
    border-radius: 12px;
    background: #d29456;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background-image: url(cta-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

h2.cta-title {
    font-size: 32px;
}

.cta-button {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
    padding: 20px 35px 20px 35px;
    border-radius: 18px;
}

section.service-desc {
    display: flex;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.row > * {
	flex: 1 0 calc(50% - 30px);
}


h2.servcie-tile {
    font-size: 36px;
}

p.service-desc {
    font-size: 20px;
    margin: 10px 0px;
    color: #136b13;
}

section.service-desc {
    margin-bottom: 140px;
}

p.service-desc.space {
    margin-bottom: 40px;
}

h4.card-work-hours.space {
    margin-bottom: 20px;
}

.service-desc-content {
    padding: 40px;
}

.footer {
    margin-top: 20px;
    padding: 20px;
   /* border-top: solid 1px #efefef; */
}

.footer-title {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.footer-subtitle {
    color: #9b9b9b;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    .cards-conteiner > * {
        flex: 1 1 100%;
    }
    .card-title {
        font-size: 28px;
    }
    .card-address, .card-telephone, .card-work-hours, .card-work-hours-no {
        font-size: 20px;
        padding-bottom: 16px;
    }
    .cta-title-button-full-width-wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: stretch;
        padding: 40px;
    }
    h2.cta-title {
        font-size: 22px;
        margin-bottom: 16px;
        text-align: center;
    }
    .cta-button {
        padding: 10px 25px 10px 25px;
    }
    .footer-subtitle {
        color: #000000;
        font-size: 12px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
    }
    .row {
        flex-direction: column;
    }
    .row > * {
        flex: 1 1 calc(50% - 30px);
    }
    .service-desc-content {
        padding: 10px 20px;
    }
  }

  @media only screen and (min-width: 769px) and (max-width: 1100px) {
    .cards-conteiner > * {
        flex: 1 1 44%;
    }
    .card-title {
        font-size: 22px;
    }
    .card-address {
        font-size: 20px;
    }
    .row {
        flex-direction: column;
    }
    .service-desc-content {
        padding: 10px 40px;
    }
}
