From 3697d4cfbaa7499cfb34bfbd801b82b215eae5b8 Mon Sep 17 00:00:00 2001 From: Anjaliavv51 <154777864+Anjaliavv51@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:15:57 +0530 Subject: [PATCH] update #1080 --- Css-Files/aboutus.css | 158 ------------------------------------------ 1 file changed, 158 deletions(-) diff --git a/Css-Files/aboutus.css b/Css-Files/aboutus.css index f25acf12..e69de29b 100644 --- a/Css-Files/aboutus.css +++ b/Css-Files/aboutus.css @@ -1,158 +0,0 @@ -.about-us { - display: block; - margin: auto; - width: 100%; - max-width: 52.5rem; - height: 100%; -} -.about-us-heading { - text-align: center; - font-size: 40px; - margin-bottom: 5rem; - margin-top: 5rem; -} -.about-service { - height: auto; - width: 100%; - max-width: 1200px; - margin: -40px auto 0; - display: flex; - justify-content: center; - align-items: center; - flex-wrap: wrap; -} -.sec-1, .sec-2 { - height: auto; - width: 100%; - max-width: 600px; -} -.sec-2 { - display: flex; - align-items: center; - justify-content: center; - flex-direction: column; - gap: 8px; -} -.a-1, .a-2, .a-3 { - height: auto; - min-height: 94px; - width: 100%; - max-width: 500px; - display: flex; - align-items: center; - justify-content: left; - background-color: #111111; - border-radius: 11px; margin-bottom: 10px; -} -.a-l, .b-l, .c-l { - height: 58px; - width: 58px; - border-radius: 50%; - margin: 17px 15px; - border: 2px solid #2f7f81; - flex-shrink: 0; -} -.a-r, .b-r, .c-r { - flex-grow: 1; - margin: 19px 20px; -} -.head-1, .head-2 { - width: 100%; -} -.head-1 { - font-size: 18px; -} -.head-2 { - font-size: 10px; - margin-top: 7px; -} -.h-icon { - margin-left: 10px; - margin-top: 11px; -} -.q-icon { - margin-left: 7px; - margin-top: 7px; -} -.a-icon { - margin-left: 14px; - margin-top: 15px; -} -.about-img { - height: auto; - max-height: 300px; - width: 100%; - max-width: 520px; - margin: 30px auto; - display: block; -} -.about-us-block { - display: flex; - justify-content: space-evenly; - margin-top: 80px; - flex-wrap: wrap; -} -.about-us-community, .about-us-product, .about-us-event, .about-us-location { - display: flex; - flex-direction: column; - gap: 1rem; width: 45%; - height: auto; - min-height: 19.5rem; - border: 1px solid rgba(206, 212, 218, 1); - border-radius: 8px; - margin-bottom: 21px; -} -.about-us-community, .about-us-location, .about-us-product, .about-us-event { - border: 2px solid #1c413b; -} -.about-us-community:hover, .about-us-location:hover, .about-us-product:hover, .about-us-event:hover { - background: #1c413b; - color: white; -} -.about-us-blk-text { - font-size: 20px; - font-weight: 600; - line-height: 30px; - letter-spacing: 0em; - text-align: left; - margin-top: 1rem; -} -.about-us-blk-para { - font-size: 16px; - font-weight: 400; - line-height: 25px; - letter-spacing: 0em; - text-align: left; - margin: 0 1rem; -} - - -@media only screen and (max-width: 760px) { - .about-us-block { - flex-direction: column; - justify-content: center !important; - align-items: center !important; - width: 98%; - } - - .about-us-community, - .about-us-event, - .about-us-location, - .about-us-product { - width: 100%; - margin-left: 1rem; - } -} - -@media only screen and (max-width: 1020px) { - .about-us-community, - .about-us-event, - .about-us-location, - .about-us-product { - width: 98% !important; - } - - .about-us-blk-para { - font-size: 15px !important; - } -}