.image-description-button{align-items:center;display:grid;gap:56px;grid-template-columns:repeat(2,1fr)}.image-description-button-left{display:grid}.image-description-button-img{grid-column:1/2;grid-row:1/2;height:100%;object-fit:contain;width:100%}.image-description-button-rigth{display:flex;flex-direction:column;gap:32px}.image-description-button-top{display:flex;flex-direction:column;gap:24px}.image-description-button-descriptions,.image-description-button-title-container{display:flex;flex-direction:column;gap:16px}.image-description-button-title{font-family:var(--poppins);font-weight:700;letter-spacing:.24px;line-height:125%;margin:0;text-transform:none}.image-description-button-secondary-text{font-family:var(--poppins);font-weight:600;line-height:140%;margin:0}.image-description-button-description{font-family:var(--dm-sans);font-weight:400;line-height:140%;margin:0}.image-description-button-description span{font-weight:700}.image-description-button-btn{font-family:var(--poppins);font-weight:700;letter-spacing:.56px;line-height:125%;min-width:260px;padding:14px 26px;text-transform:uppercase;transition:all .3s ease;width:fit-content}@media(max-width:1024px){.image-description-button{gap:24px;grid-template-columns:1fr}.image-description-button-title{letter-spacing:.17px;line-height:120%}}