diff --git a/css/mobile-first.css b/css/mobile-first.css index aaff2a9..4c56cfc 100644 --- a/css/mobile-first.css +++ b/css/mobile-first.css @@ -454,6 +454,49 @@ img.bottomleft { margin-bottom: 15px; line-height: 20px; } +.expert_say_content {border-radius: 6px; + padding: 25px; + position: relative; + background: #fff; + box-shadow: 0px 0px 4px 0px #dcdcdc; + border: 1px solid #dcdcdc; + margin: 0 50px; + font-style: italic;} +.expert_content {padding: 0 65px; margin-top: 40px;} +.expert_content img {width: 100px; + border-radius: 50%; + float: left; +margin-right: 35px;} +.expert_content ul {display:inline-block; margin: 0; padding-left: 0;} +.expert_content ul li {list-style: none;} +.expert_content ul li.expert_name { + font-size: 25px; + font-family: 'Goudy Old Style'; + font-style: italic; + color: #254888; + font-weight: 600; + margin-bottom: 5px;} + .expert_content ul li.expert_why {background: url(https://data.asiahighlights.com/image/forms/proposal-letter-special-requests-list-bg.png) no-repeat left; + + padding-left: 35px; + margin-bottom: 5px;} + .expert_content ul li.expert_why strong {color: #254888;} + .expert_content ul li.expert_whatsapp {background: url(https://data.asiahighlights.com/image/forms/proposal-letter-whatsapp.jpg) no-repeat; + list-style: none; + padding-left: 35px; margin-top: 8px;font-weight: 600;} + .expert_say_content:after { + content: ' '; + position: absolute; + bottom: -30px; + border-style: solid; + border-width: 10px; + border-color: #fff transparent transparent #fff; + background-color: #d1d1d1; + margin: 20px; + transform: rotate( + 45deg); + left: 35px; + } .info_reco_tours { font-size: 22px; font-family: 'Goudy Old Style'; border-left: 5px solid #ad1818; @@ -2560,4 +2603,8 @@ margin-bottom: 10px; text-shadow: none; width: 75%; font-size: 18px;} + + .expert_say_content { margin: 0 15px;} +.expert_content {padding: 0 15px; display: flex;} +.expert_content img { width: 120px; height: 90px; margin-right: 15px;} }