.info-text-wrapper{display:flex;justify-content:space-between;text-align:center;width:100%}.info-text-wrapper .globe{height:auto;object-fit:contain;width:40%}.info-text-container{line-height:1;margin:100px auto;text-align:left;width:60%}.info-text-container .button-container{display:flex;justify-content:center;width:100%}.info-text-container a{background:var(--main-accent-color);border:none;border-radius:50px;color:#fff;margin:20px auto;padding:10px 30px;text-align:center;transition:.2s;width:fit-content}.info-text-container a:hover{color:#fff;opacity:.7;text-decoration:none}.info-text-container .title{font-size:30px;font-weight:600;margin-bottom:20px;text-align:center}.info-text-container .content{font-size:20px;height:auto;margin-bottom:30px}@media (max-width:1000px){.info-text-wrapper{flex-direction:column}.info-text-container{width:100%}.info-text-wrapper .globe{display:none!important}}