.home-subscribe-btn{display: none;}
.first-fold {
    margin-top: 60px;
    margin-bottom: 60px;
}
.subscribe-first-fold {
    width: 90%;
    float: left;
}
.subscribe-first-fold .title-b {
    font-size: 42px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: -0.6px;
    color: #000000;
}

.txt-light {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.61;
    letter-spacing: -0.2px;
    color: #000000;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 25px;
    opacity: 0.6;
    width: 90%;
}
.subscribe-first-fold form {
    width: 87%;
}
.subscribe-form input {
    background-color: #f1f1f1;
    border: none;
    padding: 10px 25px;
    width: 100%;
    margin-bottom: 15px;
    color: #000;
}
.subscribe-page-btn {
    background-color: #d83434 !important;
    color: #fff !important;
    cursor:pointer;
    width: 30% !important;
    text-align: center;
    float: right;
    margin-top: 15px;
}

.subscribe-grid {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    margin-bottom: 50px;
    z-index: 2;
}
.subscribe-grid-img {
    position: absolute;
    z-index: 2;
}
.subscribe-grid-txt {
    background-color: #ffffff;
    box-shadow: 10px 12px 34px 0 rgba(0, 0, 0, 0.06);
    width: 35%;
    padding: 50px 90px;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #3a474c;
    position: relative;
    left: 90px;
    top: 30px;
}
.subscribe-grid-bg {
    width: 80%;
    float: right;
    background: #f1f1f1;
    padding: 150px 65px 50px 420px;
    position: absolute;
    right: 0;
    z-index: 0;
}
.subscribe-grid-bg-title {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: -1.3px;
    position:relative;
    top:-85px;
}
.subscribe-grid-bg-txt {
    opacity: 0.6;
    font-family: NotoSans;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: #000000;
    position: relative;
    top:-85px;
}
.txt-wrapper {
    display: flex;
    height: 100%;
}
.subscribe-img-grid {
    display: flex;
}
.subscribe-grid-v, .subscribe-img-grid img {
    margin: auto;
}
.margin-b-100{margin-bottom: 100px;}

.map-img {
    text-align: right;
    width: 90%;
    float: right;
}

p.result{
    font-size:14px!important;
    padding: 28px 20px !important;
}
.latest-title a {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #3a474c;
}
.latest-title {
    padding: 40px 30px;
}
.latest-posts{
    background:transparent;
}
.latest-article {
    justify-content: space-between;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 10px 12px 34px 0 rgba(0, 0, 0, 0.06);
}
.grid-wrapper > .latest-posts {
    margin-top: -155px;
}
.grid-wrapper {
    margin-bottom: 180px;
    margin-top: 200px;
}
.latest-thumb-s {
    width: 25%;
    float: left;
}
.latest-post-s {
    width: 65%;
    float: right;
}
.latest-thumb-img{
    height: auto;
}
.latest-thumb-img img {
    height: 140px;
    object-fit: cover;
}
.latest-thumb-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    top: -25px;
}


@media(max-width: 768px){
    .latest-title {
        padding: 20px 30px;
        text-align: left;
    }
    .latest-post-s {
        width: 70%;
    }
    .latest-thumb-wrapper {
        top: 0;
    }
    .latest-title a {
        font-size: 14px;
    }

    .subscribe-grid-bg{
        padding:0!important;
        width:100%!important;
        position: relative!important;
        padding:20px 15px!important;
        display: inline-block;
        margin-top:50px;  
    }
    .subscribe-grid-bg-title, .subscribe-grid-bg-txt{
        top: 0;
    }
    .subscribe-grid-bg-txt{
        font-size: 18px;
    }
    .subscribe-grid-bg-title {
        font-size: 28px;
    }
}

