:root {
    --main-font: 'GeneralSans';
    --main-font-weight: 400;
    --main-font-color: #FFFFFF;
    --secondary-font-color: #171717;
}
.copy-tooltip {
    position: fixed;
    background:#111;
    color:#fff;
    padding:6px 10px;
    border-radius:6px;
    font-size:13px;
    opacity:0;
    transform:translateY(-6px);
    transition:opacity .15s ease, transform .15s ease;
    pointer-events:none;
    z-index:9999;
}
.copy-tooltip.show {
    opacity:1;
    transform:translateY(0);
}
.container-single-post{
    padding-top: 73px;
}
.logo-link img {
    width: 180px;
    display: block;
}
/* top section*/
.single-post-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 32px 0 32px 0;
}
.single-post-top .single-post__share{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.single-post-top .single-post__share span{
    font-weight: 200;
    font-size: 16px;
    line-height: 135%;
    color: var(--secondary-font-color);
}
.single-post-top .single-post__share ul{
    list-style: none;
    display: flex;
    gap: 8px;
    align-items: center;
}
.single-post-top .single-post__share ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}
.single-post-top .single-post__title{
    font-weight: 500;
    font-size: 32px;
    line-height: 135%;
    color: var(--secondary-font-color);
    text-align: center;
}
.single-post-top .single-post__main-image{
    width: 100%;
    max-width: 1376px;
    aspect-ratio: 1376 / 404;
    border-radius: 12px;
    overflow: hidden;
}
.single-post-top .single-post__main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
/*     object-position: top; */
	object-position: center;
}
.single-post-related{
    padding: 72px 0 72px 0;
}
.single-post-related .related-posts__title{
    font-weight: 500;
    font-size: 32px;
    line-height: 135%;
}
.single-post-related .related-posts__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.single-post-related .related-posts__top .related-posts__desktop-button{
    display: flex;
    gap: 24px;
}
.single-post-related .related-posts__bottom{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.single-post-related .related-posts__bottom .related-posts__mobile-button{
    display: none;
}
.single-post-related .related-posts__top .related-posts__desktop-button .swiper-button-prev-post,
.single-post-related .related-posts__top .related-posts__desktop-button .swiper-button-next-post,
.single-post-related .related-posts__bottom .related-posts__mobile-button .swiper-button-prev-post,
.single-post-related .related-posts__bottom .related-posts__mobile-button .swiper-button-next-post{
    width: 56px;
    height: 56px;
    cursor: pointer;
}
.single-post-related .related-posts__slide{
    display: flex;
    flex-direction: row;
    background-color: #F6F6F6;
    gap: 24px;
    border-radius: 8px;
    padding: 24px;
    height: 100%;

}
.single-post-related .related-posts__slide .related-posts__slide-inner{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.single-post-related .related-posts__slide .related-posts__slide-inner .related-posts__title{
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: var(--secondary-font-color);
}
.single-post-related .related-posts__slide .related-posts__slide-inner .related-posts__description{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--secondary-font-color);
}
.related-posts__wrapper-button {
    display: flex;
}
.single-post-related .related-posts__slide .related-posts__slide-inner .related-posts__button{
    margin-top: auto;
    padding: 7px 40px 7px 40px;
    width: 100%;
    justify-content: center;
}
.single-post-related .swiper-slide .related-posts__img{
    display: block;
    max-width: 300px;
}
.single-post-related .swiper-slide .related-posts__img img{
    height: auto;
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 300 / 183;
    border-radius: 8px;

}
.safari .single-post-related .swiper-slide .related-posts__img img {
    width: 300px;
    height: 183px;
}
.related-posts__bottom .related-posts__all-posts a span{
    text-transform: uppercase;
    font-weight: 400;
}
.related-posts__bottom .related-posts__all-posts .black{
    border: 1px solid #171717;
    padding: 11px 39px 11px 39px;
}
.single-post-contacts{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*height: 249px;*/
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0px 4px 15px 0px #00000040;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 32px;
}
.single-post-contacts::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000052;
    border-radius: inherit;
    z-index: 1;
    pointer-events: none;
}
.single-post-contacts__inner .single-post-contacts__title{
    font-weight: 500;
    font-size: 32px;
    line-height: 135%;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.single-post-contacts__inner .single-post-contacts__description{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.single-post-contacts .single-post-contacts__inner{
    display: flex;
    flex-direction: column;
    /*gap: 32px;*/
    position: relative;
    z-index: 2;
    max-width: 697px;
}
.single-post-contacts .single-post-contacts__inner .button{
    text-transform: uppercase;
}
/* Comment Section Start*/
.post-comments {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 72px;
    padding-bottom: 72px;
}
.post-comments .post-comments__top{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}
.post-comments .post-comments__top .post-comments__title{
    font-weight: 500;
    font-size: 32px;
    line-height: 135%;
    vertical-align: middle;
    color: #171717;
}
.post-comments .post-comments__top .post-comments__description{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    vertical-align: middle;
    color: #171717;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
    display: grid;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
    display: inline-block;
    width: 48%;
}
.comment-form-row input {
    width: 100%;
}
.comment-form .comment-form-author input{
    width: 88%;
}
.comment-form .comment-form-email input{
    width: 98%;
}
.comment-form-row {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}
.comment-form-row input,
.comment-form-row textarea {
    padding: 13px 16px 13px 16px;
    border: 1px solid #B4B4B4;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    /*color: #B4B4B4;*/
    font-family: var(--main-font);

}
.comment-form-row input::placeholder,
.comment-form-row textarea::placeholder {
    color: #B4B4B4;
    opacity: 1;
    font-family: var(--main-font);
}

#submit.comment-submit {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 39px 14px 39px;
    border: 1px solid #171717
}
.comment-form .form-submit{
    display: flex;
    justify-content: end;
}

.single-review__meta {
    font-weight: bold;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
}

.reviews-block-wrapper {
    margin-top: 48px;
    background: #F6F6F6;
    border-radius: 6px;

}
.reviews-block-wrapper .reviews-block{

}
.reviews-block.desktop-scroll {
    max-height: 524px;
    overflow-y: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.reviews-block.desktop-scroll::-webkit-scrollbar {
    width: 27px;
    background-color: #000;
}
.reviews-block.desktop-scroll::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 0;
}
.reviews-block.desktop-scroll::-webkit-scrollbar-track {
    background-color: #fff;
}

.reviews-block.desktop-scroll {
    scrollbar-width: auto;
    scrollbar-color: #000000 #fff;
}
.reviews-block.desktop-scroll {
    scrollbar-width: auto;
    scrollbar-color: #000000 #fff;
    margin-right: 24px;
    border-radius: 0;
}

.reviews-block-wrapper  .single-review {
    padding: 16px;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 8px;
    margin-left: 24px;
    margin-right: 24px;
}
.reviews-block-wrapper .single-review .single-review__author, .reviews-block-wrapper .single-comment .single-comment__author{
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    vertical-align: middle;
    color: #000000;
}
.reviews-block-wrapper .single-review .single-review__content, .single-comment__content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    vertical-align: middle;
    color: #000000;
}
.reviews-block-wrapper .single-review .single-review__time, .single-comment__time{
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    color: #ABAAAA;
    margin-top: 8px;
}

.comments-slider {
    display: none;
    margin: 24px;
}

/*Comment Section Finish*/
/*Section Article*/
.single-post-article{
    max-width: 800px;
    margin: 0 auto;
}
.single-post-article h2{
    font-weight: 500;
    font-size: 24px;
    line-height: 135%;
    vertical-align: middle;
    color: #171717;
    margin-top: 24px;
    margin-bottom: 24px;
}
.single-post-article p{
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    vertical-align: middle;
    margin-bottom: 8px;
    color: #171717;
}
.single-post-article ul, .single-post-article ol{
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    vertical-align: middle;
    margin-bottom: 8px;
    padding-left: 20px;
}
.single-post-article figure{
    margin-top: 16px;
    margin-bottom: 16px;
}

.single-post-article .custom-list-abc {
  list-style: none;
  counter-reset: alpha;
  padding-left: 35px;
}

.single-post-article .custom-list-abc li {
  counter-increment: alpha;
  position: relative;
  padding-left: 1.5em;
}

.single-post-article .custom-list-abc li::before {
  content: counter(alpha, lower-alpha) ".";
  position: absolute;
  left: 0;
}

/* Section Author*/
.single-post-author{
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 32px;
}
.single-post-author .author-card{
    display: flex;
    gap: 16px;
}
.single-post-author .author-card .author-card__info{
    display: flex;
    flex-direction: column;
}
.single-post-author .author-card .author-card__name{
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    vertical-align: middle;
    color: #171717;
    margin-bottom: 8px;

}
.single-post-author .author-card .author-card__position{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    vertical-align: middle;
    color: #171717;
    margin-bottom: 40px;
}
.single-post-author .author-card .author-card__company{
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    vertical-align: middle;
    color: #696969;
}
@media (max-width: 768px){
    /*.container-single-post{*/
    /*    padding-top: 95px;*/
    /*}*/
    .single-post-author .author-card .author-card__position{
        margin-bottom: 16px;
    }
    .single-post-author{
        padding-bottom: 16px;
    }
    /*Section Article*/
    .single-post-article h2{
        font-size: 20px;
    }
    .single-post-article p{
        font-size: 14px;
        line-height: 140%;
    }
    .single-post-article ul{
        font-size: 14px;
        line-height: 140%;
    }
    /* Comment Section Start*/
    .post-comments .post-comments__top{
        align-items: flex-start;
    }
    .post-comments .post-comments__top .post-comments__title{
        font-size: 20px;
    }
    .post-comments .post-comments__top .post-comments__description{
        font-size: 14px;
        line-height: 140%;
    }
    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
        display: flex;
        width: 100%;
    }
    .comment-form .comment-form-author input, .comment-form .comment-form-email input{
        width: auto;
    }
    .comment-form-row input{
        width: auto;
    }
    .comment-form-author,
    .comment-form-email {
        width: 100%;
    }
    .reviews-block.desktop-scroll {
        display: none;
    }
    .comments-slider {
        display: block;
    }
    .comments-slider .single-comment{
        display: flex;
        flex-direction: column;
        margin-right: 24px;
    }
    .comments-slider .swiper-slide {
        background: #FFFFFF;
        border-radius: 8px;
        padding: 16px;
    }
    /*Comment Section Finish*/
    .single-post-contacts .single-post-contacts__inner{
        /*gap: 16px;*/
    }
    .single-post-contacts__inner .single-post-contacts__description{
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 24px;
    }
    .single-post-contacts__inner .single-post-contacts__title{
        font-size: 14px;
        line-height: 100%;
        /*margin-bottom: 8px;*/
    }
    .single-post-contacts{
        /*height: 207px;*/
        border-radius: 12px;
    }

    /*Related Posts Section*/
    .related-posts__bottom .related-posts__all-posts{
        display: none;
    }
    single-post-related .related-posts__slide .related-posts__slide-inner{
        gap: 8px;
    }
    .single-post-related .related-posts__slide .related-posts__slide-inner .related-posts__title{
        font-size: 16px;
        line-height: 120%;
    }
    .single-post-related .related-posts__slide{
        flex-direction: column;
        padding: 16px;
    }
    .single-post-related{
        padding: 32px 0 32px 0;
    }
    .single-post-related .related-posts__top .related-posts__desktop-button{
        display: none;
    }
    .single-post-related .related-posts__bottom{
        margin-top: 24px;
    }
    .single-post-related .related-posts__bottom .related-posts__mobile-button{
        display: flex;
        gap: 24px;
    }
    .single-post-related .related-posts__title{
        font-size: 20px;
    }
    .safari .single-post-related .swiper-slide .related-posts__img{
        aspect-ratio: 230 / 178.5;
        display: block;
        overflow: hidden;
    }
    .safari .single-post-related .swiper-slide .related-posts__img img {
        width: 100%;
        height: auto;
    }
    .single-post-related .swiper-slide .related-posts__img img{
        aspect-ratio: 230 / 178.5;
    }
    .single-post-related .swiper-slide .related-posts__img{
        max-width: fit-content;
    }
    .single-post-top .single-post__main-image{
        aspect-ratio: 328 / 219;
    }
    .single-post-top{
        padding: 16px 0 16px 0;
    }
    .single-post-top .single-post__title{
        font-size: 24px;
    }
}

/* Contact Us Form*/
.contact-us-section {
    padding-top: 72px;
    padding-bottom: 72px;
    /*margin-top: 72px;*/
}
.contact-us-section .contact-us-top{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact-us-section .contact-us-title{
    font-size: 32px;
    font-weight: 500;
    color: var(--secondary-font-color);
    line-height: 1.35;
}
.contact-us-section .contact-us-subtitle{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #696969;
}
.contact-us-section .contact-us-wrapper{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.contact-us-section .contact-us-left-block{
    background-repeat: no-repeat;
    background-position: center;
    max-width: 620px;
    width: 100%;
    /*max-height: 541px;*/
    /*height: 541px;*/
    height: 605px;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
}
.contact-us-bottom .contact-us-description {
    margin: 24px 24px 24px 41px;
    opacity: 1;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: linear-gradient(272.49deg, rgba(82, 82, 82, 0.35) 3.11%, rgba(0, 0, 0, 0.35) 94.06%);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    position: relative;
    z-index: 1;
}
.contact-us-bottom .contact-us-description_wrapper{
    position: relative;
}
.contact-us-bottom .contact-us-description_wrapper::before{
    content: "";
    position: absolute;
    top: -8%;
    left: 4%;
    width: 207px;
    height: 167px;
    background: #282828;
    border-radius: 8px;
    z-index: 0;
}
.contact-us-bottom .contact-us-description p{
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    color: var(--main-font-color);
}

.contact-us-section .contact-us-bottom{
    display: flex;
    gap: 32px;
}
/* style for form*/
.cf7-custom-grid {
    display: grid;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}
.cf7-custom-grid p {
    margin: 0;
    padding: 0;
    display: contents;
}

.cf7-row.two-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    align-items: start;
}
.cf7-row.two-cols .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.cf7-custom-grid input.wpcf7-form-control,
.cf7-custom-grid textarea.wpcf7-form-control,
.cf7-custom-grid input[type="file"].wpcf7-form-control {
    font-family: var(--main-font);
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
    border: 1px solid #B4B4B4;
    border-radius: 3px;
    font-weight: 200;
    font-size: 16px;
    line-height: 135%;
    background: #fff;
    /*color: #B4B4B4;*/
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
    backdrop-filter: blur(25px);
}
.cf7-custom-grid input.wpcf7-form-control::placeholder,
.cf7-custom-grid textarea.wpcf7-form-control::placeholder {
    color: #B4B4B4;
    opacity: 1;
}
.cf7-custom-grid input.wpcf7-form-control:focus,
.cf7-custom-grid textarea.wpcf7-form-control:focus {
    border-color: #B4B4B4;
    box-shadow: 0 0 0 4px rgba(122,122,122,0.06);
    backdrop-filter: blur(25px);
}
.cf7-custom-grid textarea.wpcf7-form-control {
    resize: vertical;
    max-height: 141px;
}
.new__textarea .cf7-custom-grid textarea.wpcf7-form-control {
    max-height: 201px;
}
.cf7-row.file-row {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 10px;
    align-items: center;
    border: 1px solid #B4B4B4;
    border-radius: 3px;
    padding: 8px 10px;
    background: #fff;
    box-sizing: border-box;
}
.cf7-row.file-row .file-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cf7-row.file-row input[type="file"].wpcf7-form-control {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    width: 100%;
    color: #B4B4B4;
}
/*style for custom placeholder upload field*/
.cf7-row.file-row .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.cf7-row.file-row .wpcf7-form-control-wrap::before {
    content: "Upload your current insurance policy, if available";
    color: #B4B4B4;
    position: absolute;
    pointer-events: none;
    left: -15px;
    font-weight: 200;
    font-size: 16px;
    line-height: 135%;
    top: 0;
    /*left: 0;*/
    width: 100%;
}
.cf7-row.file-row {
    position: relative;

    display: flex;
    align-items: center;
    gap: 12px;
}
.cf7-row.file-row input[type="file"] {
    opacity: 0;

    position: relative;
    z-index: 2;
}
.file-placeholder {
    display: none;
    color: #B4B4B4;
    font-weight: 200;
    font-size: 16px;
    line-height: 135%;
    width: 100%;
}
.cf7-row.file-row .wpcf7-form-control-wrap[style*="--hide-before"]::before {
    display: none !important;
}
/*style for submit button*/
.cf7-row.submit-row{
    margin-top: 16px;
}
.cf7-row.submit-row p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--secondary-font-color);
    color: var(--main-font-color);
    padding: 9px 39px;
    border-radius: 4px;
    cursor: pointer;
    width: fit-content;
    position: relative;
    transition: background .2s ease, color .2s ease;
    border: 1px solid transparent;
}
.cf7-row.submit-row p:hover {
    border-color: #171717;
}
.cf7-row.submit-row .wpcf7-spinner {
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1 !important;
    width: 24px;
    height: 24px;
}
.cf7-row.submit-row p::before {
    content: "Submit";
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.cf7-row.submit-row p input.wpcf7-submit.button.black {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    border: none;
    background: none;
    z-index: 2;
}
.cf7-row.submit-row p::after {
    content: "";
    width: 32px;
    height: 32px;
    mask-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.4833 8.47422C17.6239 8.33377 17.8145 8.25488 18.0133 8.25488C18.212 8.25488 18.4026 8.33377 18.5433 8.47422L25.5313 15.4742C25.6717 15.6148 25.7506 15.8055 25.7506 16.0042C25.7506 16.203 25.6717 16.3936 25.5313 16.5342L18.5433 23.5342C18.4019 23.6709 18.2125 23.7466 18.0158 23.745C17.8192 23.7434 17.631 23.6646 17.4919 23.5256C17.3528 23.3866 17.2738 23.1985 17.272 23.0019C17.2702 22.8052 17.3457 22.6157 17.4823 22.4742L23.1913 16.7552L7.00027 16.7662C6.80136 16.7665 6.61049 16.6877 6.46965 16.5473C6.32881 16.4068 6.24953 16.2161 6.24927 16.0172C6.249 15.8183 6.32777 15.6274 6.46823 15.4866C6.6087 15.3458 6.79936 15.2665 6.99827 15.2662L23.1923 15.2562L17.4813 9.53422C17.3408 9.3936 17.2619 9.20297 17.2619 9.00422C17.2619 8.80547 17.3408 8.61485 17.4813 8.47422" fill="white"></path></svg>');
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: var(--main-font-color);
    transition: background-color .2s ease;
}
.cf7-row.submit-row p:hover {
    background-color: var(--main-font-color);
    color: var(--secondary-font-color);
}
.cf7-row.submit-row p:hover::after {
    background-color: var(--secondary-font-color);
}

@media (max-width: 1175px) {

    .cf7-row.file-row .wpcf7-form-control-wrap::before {
        transform: translateY(-50%);
        max-width: calc(100% - 20px);
        top: 50%;
    }
}
@media (max-width: 1023px){
    .cf7-row.file-row .wpcf7-form-control-wrap::before {
        font-size: 14px;
        line-height: 140%;
    }
}
@media (max-width: 992px){
    .new__textarea .cf7-custom-grid textarea.wpcf7-form-control {
        max-height: 141px;
    }
    .contact-us-section .contact-us-bottom{
        flex-direction: column-reverse;
    }
    .contact-us-section .contact-us-left-block{
        max-width: 100%;
        background-size: cover;
    }
}
@media (max-width: 768px){
    .contact-us-section {
        padding-top: 40px;
        padding-bottom: 40px;
        /*margin-top: 40px;*/
    }
    .contact-us-section .contact-us-wrapper{
        gap: 24px;
    }
    .contact-us-section .contact-us-top{
        gap: 16px;
    }
    .contact-us-section .contact-us-title{
        font-size: 24px;
    }
    .contact-us-section .contact-us-subtitle{
        font-size: 14px;
        line-height: 140%;
    }
    .contact-us-bottom .contact-us-description p{
        font-size: 16px;
    }
    .contact-us-section .contact-us-bottom{
        flex-direction: column-reverse;
    }
}