body { background-color: #ffffff !important; } .service { margin-top: 100px !important; margin-bottom: 0 !important; } .service h1{ text-align: center; color: #666; } .service h2 { text-align: center; color: #666; margin-top: 90px; margin-bottom: 20px; } .ourService-title { font-size: 32px; text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); text-align: center; color: #666; margin-top: 90px; margin-bottom: 30px; font-weight: normal; } .services-intro { text-align: center; color: #666; font-size: 23px; margin-top: 20px; margin-bottom: 30px; text-transform: uppercase; } .service-container { display: flex; justify-content: space-between; margin-top: 25px; margin-bottom: 25px; } .service-container:last-of-type { margin-bottom: 0; } .linkServices { text-decoration: none; } .linkServices:hover { text-decoration: none; } .service-box { inline-size: 300px; block-size: 250px; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); margin-block-end: 20px; box-sizing: border-box; color: #666; transition: box-shadow 0.3s ease; opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); } .service-box.animate { opacity: 1; transform: translateY(0); } .service-box:nth-child(1) { transition-delay: 0.1s; } .service-box:nth-child(2) { transition-delay: 0.2s; } .service-box:nth-child(3) { transition-delay: 0.3s; } .service h1, .service h2 { opacity: 0; transform: translateY(20px); transition: all 0.6s ease; } .service h1.animate, .service h2.animate { opacity: 1; transform: translateY(0); } .services-intro { opacity: 0; transform: translateY(15px); transition: all 0.6s ease 0.2s; } .services-intro.animate { opacity: 1; transform: translateY(0); } .service-box a { display: block; inline-size: 100%; block-size: 100%; } .service-box:hover { box-shadow: 0 2px 4px #33378c; } .service-title { padding-block-start: 80px; font-size: 18px; font-weight: bold; margin-block-end: 10px; text-align: center; } .servicesIconBox { position: relative; block-size: 120px; } .servicesIcon { inline-size: auto; block-size: 120px; position: absolute; inset-block-start: 50%; inset-inline-start: 50%; transform: translate(-50%, -50%); } .photography-services { margin-bottom: 80px; } @media (max-width: 768px){ .ourService-title{font-size:26px;margin-top:60px;margin-bottom:20px;} .services-intro{font-size:20px;margin-top:16px;margin-bottom:24px;} .service-container{flex-direction:column;align-items:center;gap:16px;} .service-item{width:50%;display:flex;justify-content:center;} .service-box{inline-size:100%;max-inline-size:340px;block-size:auto;min-block-size:220px;} .service-title{padding-block-start:60px;font-size:16px;} .photography-services{margin-bottom:50px;} .servicesIcon{block-size:96px;} .servicesIconBox{block-size:96px;} }