.serviceBook-container{background-color:var(--customBg);border-radius:20px;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.serviceBook-content>h3{color:var(--customColory)}.serviceBook-content:first-child{width:60%;padding:20px}.serviceBook-content:nth-child(2){justify-content:space-between;align-items:flex-end;width:30%;height:250px;display:flex}.serviceBook-content:nth-child(2)>img{object-fit:cover;width:100%;height:300px}.serviceBook-content>button{background-color:var(--customColor);color:#fff;border:none;border-radius:20px;padding:10px;font-size:20px}.serviceSideBarLinks{background-color:#fff;border-radius:20px;margin-top:20px;padding:20px}.serviceSideBarLinks>li{background-color:var(--customBg);border-radius:10px;margin-top:20px;padding:10px;list-style:none;transition:all .3s}.serviceSideBarLinks>li:hover{background-color:#fff}.serviceSideBarLinks>li>a{color:var(--customColor);font-weight:500;text-decoration:none}.serviceSideBarLinks>li:has(a.active){border:1px solid var(--customColor);background-color:#fff}.serviceBrochure-container{border-radius:20px;width:100%;height:300px;overflow:hidden;box-shadow:0 0 10px gray}.serviceBrochure-content>img{object-fit:cover;width:100%;height:100%}.serviceBrochure-content:first-child{width:100%;height:200px}.serviceBrochure-content:nth-child(2){background-color:#fff;justify-content:center;align-items:center;width:100%;height:100px;padding:10px;display:flex}.serviceBrochure-content>a{color:var(--customColor);justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;display:flex}.serviceBrochure-item{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.serviceBrochure-item>p{text-align:center;font-size:20px;font-weight:700}.serviceBrochure-icon{color:var(--customColor);font-size:40px}
