.offering-section{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start;row-gap:20px}.offering-section .offering-section-title{width:100%;height:auto;display:flex;align-items:center}.offering-section .offering-section-title a{text-decoration:none;position:relative}.offering-section .offering-section-title a p{font-family:var(--font-rubik);font-weight:700;font-size:16px;line-height:24px;letter-spacing:0;color:#fff}.offering-section .offering-section-title a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#d9d9d9;transition:width .3s ease-in-out}.offering-section .offering-section-title a:hover:after{width:100%;background-color:#fff}.offering-section .offerings-container{width:100%;height:auto;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;grid-gap:24px;gap:24px}.offering-section .offerings-container .offering-column{display:flex;width:100%;flex-direction:column;align-items:flex-start;row-gap:16px}.offering-section .offerings-container .offering-column a{cursor:pointer;position:relative;text-decoration:none;font-family:var(--font-rubik);font-weight:400;font-size:14px;line-height:18px;letter-spacing:0;color:#fff}.offering-section .offerings-container .offering-column a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#d9d9d9;transition:width .3s ease-in-out}.offering-section .offerings-container .offering-column a:hover:after{width:100%;background-color:#fff}@media screen and (min-width:740px){.offering-section{row-gap:20px}.offering-section .offerings-container{gap:28px;grid-template-columns:auto auto}.offering-section .offerings-container .offering-column{row-gap:16px;height:-moz-fit-content;height:fit-content}}@media screen and (min-width:1280px){.offering-section{row-gap:20px}.offering-section .offering-section-title a p{font-size:18px;line-height:24px}.offering-section .offerings-container{height:auto;gap:40px}.offering-section .offerings-container .offering-column{row-gap:16px}.offering-section .offerings-container .offering-column a{font-size:16px;line-height:21px}}