.nt-find-agency {
   background-color: #402F4A;
   color: white;
}

.nt-find-agency .items-wrapper {
   /* max-width: 934px; */
   display: flex;
   margin: 0 auto;
}

.nt-find-agency form label {
   display: none;
}

.nt-find-agency .items-wrapper .item {
   width: 50%;
}

.nt-find-agency .items-wrapper .item.left {
   padding: 80px 80px 60px 90px;
   padding-top: 80px;
   padding-bottom: 60px;
   display: flex;
   align-items: center;
   justify-content: flex-end;
}

.nt-find-agency .items-wrapper .item.left .content {
   display: flex;
   flex-direction: column;
   justify-content: center;
   max-width: 480px;
}

.nt-find-agency .items-wrapper .item.left h2 {
   font-family: 'Montserrat', sans-serif;
   font-weight: 700;
   font-style: normal;
   line-height: 37px;
   font-size: 30px;
}

.nt-find-agency .items-wrapper .item.left p {
   font-family: 'Montserrat', sans-serif;
   font-weight: 500;
   font-style: normal;
   line-height: 24px;
   font-size: 20px;
}

.nt-find-agency .items-wrapper .item.left fieldset select#state-resource-select, 
.nt-find-agency .items-wrapper .item.left fieldset select#state-select {
   float: none;
   width: 100%;
   max-width: 365px;
   background-color: #402F4A;
   background-image: url(../../dist/images/chevron-down.svg);
   color: white;
   border: 1px solid white;
   padding: 12px 30px;
   font-weight: 600;
   font-family: 'Montserrat', sans-serif;
   font-style: normal;
   line-height: 24px;
   letter-spacing: 1px;
   font-size: 16px;
}

.nt-find-agency .items-wrapper .item.left fieldset button {
   width: 100%;
   max-width: 365px;
   background-color: #FFC340;
   border: 1px solid #FFC340;
   color: #020202 !important;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 1px;
   transition: all 0.3s;
}
.nt-find-agency .items-wrapper .item.left fieldset button::after {
   content: "";
   width: 35px;
   height: 10px;
   display: inline-block;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_244' data-name='Rectangle 244' width='14' height='14' transform='translate(-0.355 -0.355)' stroke='%23000' stroke-width='1.5' opacity='0.1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_9' data-name='Mask Group 9' transform='translate(0.355 0.355)' clip-path='url(/wp-content/plugins/nt-blocks/blocks/hero-banner/%23clip-path)'%3E%3Cg id='arrow-right' transform='translate(1.117 1.117)'%3E%3Cline id='Line_2' data-name='Line 2' x2='11.056' transform='translate(0 5.528)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_83' data-name='Path 83' d='M7.131 2.971 12.659 8.5 7.131 14.027' transform='translate(-1.603 -2.971)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
   background-repeat: no-repeat;
   background-position: center;
   transition: all 0.3s;
}

.nt-find-agency .items-wrapper .item.left fieldset button:hover {
   background-color: transparent;
   color: white !important;
}
.nt-find-agency .items-wrapper .item.left fieldset button:hover::after {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_244' data-name='Rectangle 244' width='14' height='14' transform='translate(-0.355 -0.355)' fill='none' stroke='%23fff' stroke-width='1.5' opacity='0.1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_9' data-name='Mask Group 9' transform='translate(0.355 0.355)' clip-path='url(/wp-content/plugins/nt-blocks/blocks/hero-banner/%23clip-path)'%3E%3Cg id='arrow-right' transform='translate(1.117 1.117)'%3E%3Cline id='Line_2' data-name='Line 2' x2='11.056' transform='translate(0 5.528)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_83' data-name='Path 83' d='M7.131 2.971 12.659 8.5 7.131 14.027' transform='translate(-1.603 -2.971)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.nt-find-agency .items-wrapper .item.right img {
   height: 100%;
   width: 100%;
   object-fit: cover;
}


@media screen and (max-width: 991px) {
   .nt-find-agency .items-wrapper .item.left {
      padding: 80px 30px;
  }
}

@media screen and (max-width: 767px) {
   .nt-find-agency .items-wrapper {
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .nt-find-agency .items-wrapper .item.left {
      width: 100%;
      max-width: inherit;
      justify-content: center;
  }
  .nt-find-agency .items-wrapper .item {
      width: 100%;
  }
}