

.new-intro {
    margin-top: 45px;
    position: relative;
    box-sizing: border-box;
    
}

.new-intro .container-fluid {
    background: url('/bg.jpg') no-repeat;
    background-position: 50% 15px;
}

.new-intro h1 {
    max-width: 610px;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 0;
    color: #4F2517;
    text-transform: uppercase;
    line-height: 1.1;
}

.new-intro h1 b {
    color: #EB9114;
    display: block;
    font-size: 74px;
}

.new-intro__form {
    margin-top: 90px;
    width: 350px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: rgba(255, 255, 255, 0.69);
    border-radius: 15px;
    backdrop-filter: blur(10.199999809265137px);
    margin-left: 46px;
}

.new-intro__form input {
    border-radius: 30px;
    padding: 0 20px;
    height: 48px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}

.new-intro__form button[type="submit"] {
    margin-bottom: 15px;
    background: #EB9114;
    width: 100%;
    color: #4F2517;
    font-size: 16px;
}

.new-intro__form__header {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 15px;
}


.new-intro__prems {
    display: flex;
    gap: 24px;
    margin: 24px 46px;
    margin-bottom: 24px;
}

.new-intro__prem {

    padding-left: 74px;
    height: 100px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    background: url('/gc.png') no-repeat 24px 50%, rgba(255, 255, 255, 0.69);
    backdrop-filter: blur(10.199999809265137px);
    border-radius: 15px;
    color: #4F2517;
    font-size: 19px;
    font-weight: bold;
    box-shadow: 0px 0px 48px 0px rgba(161, 211, 230, 0.57);
}

@media screen and (max-width: 960px) {
    .new-intro h1 b {
        font-size: 48px;
        max-width: 610px;
    }
    .new-intro .container-fluid {
        padding-bottom: 24px;
        background-position: 50% 50px;
    }
}

@media screen and (max-width: 768px) {
    

    .new-intro {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .intro {
        display: none;
    }
    .intro-form {
        display: none;
    }
}


.main-services-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}
.main-services-item {
    width: 370px;
    height: 350px;
    background-size: cover;
    border-radius: 15px;
    position: relative;
}

.main-services-item span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    background: rgba(235, 145, 20, 0.7);
    color: white;
    padding: 10px 0;
    border-radius: 0 0 15px 15px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}