@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.5
}

.containers {
    max-width: 85%;
    margin: auto
}

ul li {
    font-size: 20px
}

a {
    text-decoration: none
}

p {
    font-size: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 40px !important;
    font-weight: 900;
    color: #992626;
    line-height: normal;
    margin-bottom: 15px;
}

.ptb {
    padding: 30px 0
}

img {
    width: 100%;
    height: auto
}

.flx {
    display: flex
}

.alig {
    align-items: flex-start
}

.alig-cen {
    align-items: center
}

.jus {
    justify-content: space-between
}

.gp {
    gap: 30px
}

.txt-cen {
    text-align: center
}

.p-hgl {
    background: #ebcabb;
    padding: 10px;
    border-radius: 10px;
}

.mb {
    margin-bottom: 30px
}

.wentso-head {
    background: #992626;
    padding: 20px
}

.logo h2 {
    color: #fff;
}

.wentso-res {
    max-width: 300px;
    margin: auto
}

.wentso-hd {
    color: #992626
}

.wentso-hero {
    background: #fdeae1;
}

.wentso-bns-ttt-1 h2 {
    font-size: 25px;
    font-weight: 800;
}

.intro-wd {
    max-width: 800px;
    margin: auto
}

.wentso-intro1-img {
    flex: 50%
}

.wentso-intro1-ikttg {
    flex: 50%
}

.wentso-hero-top h2 {
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
}

span.focus {
    color: rgb(228, 63, 63);
}

.wentso-hero-img {
    flex: 50%
}

.wentso-hero-inf {
    flex: 50%
}

.wentso-hero-inf h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000;
}

.wentso-price-img-bx {
    width: 33.3%
}

.cons h3 {
    font-weight: 700;
    color: red;
    margin-bottom: 10px;
}

.wentso-left-inds-inn-bx {
    width: 25%;
    box-shadow: 0 0 13px 0 rgb(14 14 14 / 20%);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #ebcabb;
    color: #000;
}

.wentso-left-inds-inn-bx img {
    width: 100px;
    height: 100px;
    border: 7px solid #17761a;
    border-radius: 50%;
    margin-top: -60px;
}

.foot-links a {
    color: #fff;
    font-size: 20px;
}

.wentso-wk-lisd li {
    list-style-image: url(../images/list-ic.png);
    margin-left: 30px
}

.wentso-hero {}

.wentso-bns-ttt-1 {
    flex: 50%;
    border: 10px groove #f1ad32;
}

footer {
    background: #992626;
    color: #fff
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.wentso-intro1 h1 {
    color: #fff !important;
    font-size: 30px !important;
}

.wentso-left-inds {
    flex: 60%
}

.wentso-right-inds {
    flex: 40%
}

.wentso-ingss-inness {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 30px;
    background: #992626;
    color: #fff;
    box-shadow: 0 4px 14px #8b590633;
    border-radius: 10px;
}

.wentso-right-inds-box img {
    width: 100px;
}

@media screen and (max-width: 767px) {
    .bts-tcn {
        display: flex;
        text-align: center
    }
    .wentso-left-inds-inn-bx {
        width: 100%
    }
    .wentso-right-inds-box {
        flex-direction: column;
        text-align: center
    }
    .wentso-price-img-bx {
        width: 100%
    }
    .fl-dr {
        flex-direction: column
    }
    .wentso-hero-top h2 {
        font-size: 30px;
    }
    h1 {
        font-size: 30px !important;
    }
    .site-btn {
        display: none
    }
}