div.field--name-field-item-link a {
    cursor: pointer;
    border: 0 solid rgb(187, 204, 0);
    font-size: 21px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    transition: all 0.3s ease;
    box-shadow: none !important;
    border-radius: 15px;
    background: rgb(92, 189, 229);
    text-decoration: none;
    display: block;
    background-image: none !important;
    text-align: center;
    width: 100%;
    margin-top: 20px; /* Space between the image and button */
}
div.field--name-field-item-link a:hover {
  color: rgb(255, 255, 255);
  background: rgb(0, 102, 204);
  border-color: rgb(204, 0, 105);
  border-width: 0px;
  border-style: solid;
  box-shadow: none !important;
  background-image: none !important;
}
h2.ull-width-page-header {
    margin: 0;
    padding:0;
}
h2.ull-width-page-header {
    margin: 0;
    padding:0;
    }
/* Hover effect for the button */

div.field--name-field-sections-page>div.field__item {
    border-top: solid 2px #666;
    margin-bottom: 15px;
}
div.field--name-field-sections-page>div:first-child {
    border-top: none;
}
article.node--type-full-width-layout {
    max-width: 87.50em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.50em;
    padding-right: 2.50em;
}
article.node--type-full-width-layout h3 {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 24px !important;
}
article.node--type-full-width-layout p {
    font-size: 20px;
    line-height: 1.6;
} 
article.node--type-full-width-layout div.paragraph_two_columns_left {
    text-align: center;
}
@media screen and (min-width: 767px) {
    article.node--type-full-width-layout div.paragraph_two_columns {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    article.node--type-full-width-layout div.paragraph_two_columns_left {
        width: fit-content;
        text-align:left;
    }
    article.node--type-full-width-layout div.paragraph_two_columns_right {
        margin-left: 30px;
        width: 100%;

    }
    article.node--type-full-width-layout div.paragraph_two_columns_right p {
        margin: 0;
        padding: 0;
    }
    div.field--name-field-item-link a {
        display: inline-block;
        width: auto;
        text-align: left;
    }
}