 
:root {
--theme_color:#aa6e4c;
--title_color:#23120b;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1720px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1800px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1720px){
.content, .swiper_content {
 max-width: 1600px;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.content, .swiper_content {
 max-width: 1440px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .swiper_content {
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.trouble_join .list {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 30px 20px;
 }
.trouble_join .item {
 background-color: rgb(230, 223, 215);
 border-radius: 28px;
 overflow: hidden;
 position: relative;
 padding: 12% 18px 0px;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 transition: 0.3s;
 }
.trouble_join .item:hover {
 transform: translateY(-10px);
 box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 18px;
 }
.trouble_join .item .info {
 padding-left: 7%;
 }
.trouble_join .item .info .title {
 font-size: 42px;
 line-height: 65px;
 color: rgb(39, 25, 19);
 font-weight: 700;
 margin-bottom: 22px;
 }
.trouble_join .item .info .desc {
 font-size: 18px;
 line-height: 30px;
 color: rgb(86, 86, 86);
 font-weight: 500;
 margin-bottom: 33px;
 }
a {
 color: inherit;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 vertical-align: top;
 border-radius: 100px;
 transition: 0.3s;
 cursor: pointer;
 text-align: center;
 color: rgb(255, 255, 255);
 font-size: 18px;
 line-height: 28px;
 background-color: var(--theme_color);
 padding: 18px 58px;
 letter-spacing: 1px;
 min-width: 192px;
 }
.btn:hover {
 background-color: var(--title_color);
 }
.trouble_join .item .info .btn {
 min-width: 192px;
 margin-bottom: 66px;
 }
.img.img_cv {
 overflow: hidden;
 }
.trouble_join .item .img {
 width: 89%;
 margin: 0px auto;
 overflow: hidden;
 transition: 0.3s;
 }
.img.img_cv img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: 0.5s;
 }
.trouble_join .item .img:hover img {
 transform: scale(1.05);
 }
.trouble_join .item:nth-child(2) {
 background: url("https://ez-homie.com/wp-content/plugins/sytech-fronteditor/sytpl/trouble_4/assets/img/trouble5.png") center center / cover no-repeat;
 z-index: 1;
 padding-bottom: 18px;
 align-items: unset;
 }
.trouble_join .item:nth-child(2)::after {
 position: absolute;
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background-color: rgba(39, 25, 19, 0.74);
 z-index: -1;
 }
.trouble_join .item:nth-child(2) .info {
 padding: 0px 8px;
 }
.trouble_join .item:nth-child(2) .info .title {
 color: rgb(255, 255, 255);
 margin-bottom: 31px;
 }
.trouble_join .item:nth-child(2) .img {
 width: 100%;
 aspect-ratio: 526 / 341;
 border-radius: 24px;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){


}