button.btn-outline-secondary.btn-custom-quote:hover {
    background: #4F4F4F !important;
    text-decoration: none !important;
}

.customquote-section .post-title {
    color: var(--Neutral-Black, #000);
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1px;
    margin: 0 0 8px 0;
}

.customquote-section .post-description {
    color: var(--Neutral-Black, #000);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 85%;
    margin-bottom: 0;
    letter-spacing: -1px;
}

.customquote-section .text-required {
    color: var(--Neutral-Granite, #666);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}



.customquote-section .post-description {
    color: var(--Neutral-Black, #000);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 620px;
}

.customquote-section .post-title {
    padding: 0;
}

@media screen and (max-width: 1200px) {
    .customquote-section .btn-outline-secondary.btn-custom-quote {
        padding: 16px 32px;
    }
}

@media only screen and (min-width: 450px) and (max-width: 767.98px) {
    .customquote-section .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}
#block-getacustomquote .btn-custom-quote {
    border-radius: var(--size-40, 40px);
    background: var(--Neutral-Black, #000);
    color: var(--Neutral-White, #fff);
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: capitalize;
    padding: 16px 80px;
    border: none;
    max-width: max-content;
  }
  #block-getacustomquote {
    background: var(--Accent-Spearmint, #1ee576);
  }
.customquote-button {
    align-self: center;
    text-align: right;
    padding: 0;
}

#block-getacustomquote .customquote-section {
    padding: 32px 18px;
}

.container-fluid.customquote-section .customquote-button button {
    color: #ffffff;
    border-color: unset;
    font-family: "DM Sans", sans-serif;
}

.container-fluid.customquote-section .customquote-button button:hover {
    background: #4f4f4f;
    text-decoration: none !important;
}

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

    .customquote-section .post-description {
        width: 95%;
      }
      #block-getacustomquote .btn-custom-quote {
        padding: 16px 60px !important;
      }
}

@media only screen and (min-width: 601px) and (max-width: 767.98px) {
    #block-getacustomquote .btn-custom-quote {
        width: 100%;
    }
    .customquote-button {
        align-items: center;
        text-align: center;
      }
      #block-getacustomquote .btn-custom-quote {
        max-width: unset;
      }
}

@media (max-width: 767.98px) {
    .container-fluid.customquote-section {
        padding: 32px 16px;
    }

    .blog-container .post-details .post-title {
        color: var(--Neutral-Black, #000);
        font-family: "DM Sans", sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -1px;
        padding: 16px 0;
        margin: 0;
        text-align: left;
    }

    #block-getacustomquote .customquote-section {
        padding: 32px 18px;
    }

    .customquote-section .post-title {
        margin-top: 0;
        margin-bottom: 8px;
    }

    .customquote-section {
        padding: 32px 16px;
    }

    .customquote-section .post-description {
        padding-bottom: 24px;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 600px) {
    .container-fluid.customquote-section {
        padding: 32px 16px;
        text-align: center;
      }
      #block-getacustomquote .btn-custom-quote {
        width: 100% !important;
        max-width: unset;  
      }

    .container-fluid.go-to-guidesection .col-xs-12.show-more-section {
        display: unset;
    }

    .customquote-section .post-title {
        font-size: 24px !important;
    }
}