header{background-image:url(../img/about.webp);background-position:top center;text-align:center;background-size:cover;background-repeat:no-repeat;background-blend-mode:multiply;background-color:rgba(70,122,255,.031372549)}header .container{padding:150px 12px 100px 12px}header .container h2{font-size:30px;color:#0097b2}header .container p{max-width:800px;margin:0 auto}section p{text-align:center;max-width:600px;margin:0 auto}section .tickContainer{display:flex;justify-content:space-between;gap:18px;margin-top:15px;min-width:200px}section .tickContainer .ticks{display:flex;flex-wrap:wrap;gap:20px;width:100%;justify-content:space-between}section .tickContainer .ticks .tick{background-color:#fff;padding:12px 10px;box-shadow:0 0 10px 0 rgba(0,0,0,.1);display:flex;align-items:center;gap:10px;margin:0 auto}section .tickContainer .ticks .tick:hover span{background-color:#0097b2}section .tickContainer .ticks .tick:hover span::before,section .tickContainer .ticks .tick:hover span::after{background-color:#fff}section .tickContainer .ticks .tick span{width:30px;min-width:30px;height:30px;border-radius:5px;margin:0;background-color:#edf3ff;transition:.3s ease;position:relative}section .tickContainer .ticks .tick span::before{position:absolute;width:8px;height:3px;background-color:#0097b2;content:"";display:block;top:16px;left:6px;transform:rotate(45deg);transition:.3s ease}section .tickContainer .ticks .tick span::after{position:absolute;width:14px;height:3px;background-color:#0097b2;content:"";display:block;top:13px;right:6px;transform:rotate(-45deg);transition:.3s ease}section .tickContainer .ticks .tick b{font-size:15px;font-weight:500}section .options{display:flex;justify-content:space-between;gap:20px;margin-top:25px;flex-wrap:wrap}section .options::after{content:"";flex:auto}section .options.center::after{flex:initial !important}section .options .option{max-width:350px;box-shadow:0 0 10px 0 rgba(0,0,0,.1);padding:12px;transition:.3 ease;margin:0 auto}section .options .option.full{max-width:calc(50% - 15px)}section .options .option:hover h3{color:#0097b2}section .options .option h3{transition:.3 ease;text-align:center;font-weight:600;margin-bottom:5px;color:#000}section .options .option p{text-align:center}@media only screen and (max-width: 768px){section .options .option,section .options .option.full{max-width:100%;width:100%;margin:0}}