﻿.speech-bubble{display:flex;justify-content:space-between;flex-direction:column;position:relative;margin:3rem auto}@media (min-width:768px){.speech-bubble{flex-direction:row;align-items:flex-start}}@media (min-width:992px){.speech-bubble{flex-direction:column;justify-content:space-between}}@media (min-width:1300px){.speech-bubble{flex-direction:row;align-items:flex-start}}.speech-bubble img{width:10rem;height:10rem;display:block;margin-bottom:1rem}@media (min-width:768px){.speech-bubble img{width:15rem;height:15rem;flex:1 1 20%;padding-right:4rem}}@media (min-width:992px){.speech-bubble img{width:10rem;height:10rem;padding-right:0;flex:auto}}@media (min-width:1300px){.speech-bubble img{width:15rem;height:15rem;padding-right:4rem;flex:1 1 20%}}.speech-bubble::after{content:"";background-image:url(../image/quote--panda.svg);background-size:contain;background-repeat:no-repeat;width:4rem;height:4rem;position:absolute;top:7rem;left:9rem;transform:rotate(70deg)}@media (min-width:768px){.speech-bubble::after{top:2rem;left:16rem;transform:rotate(180deg)}}@media (min-width:992px){.speech-bubble::after{top:7rem;left:9rem;transform:rotate(70deg)}}@media (min-width:1300px){.speech-bubble::after{top:2rem;left:16rem;transform:rotate(180deg)}}.speech-bubble__content{color:#ff3e39;text-transform:uppercase;font-size:1.5rem;font-weight:700;border:2px solid #3838f9;padding:4rem;border-radius:20px;text-align:center;position:relative;flex:0 1 70%}@media (min-width:768px){.speech-bubble__content{padding:4rem 6rem}}@media (min-width:992px){.speech-bubble__content{padding:4rem;width:100%}}@media (min-width:1300px){.speech-bubble__content{padding:4rem 6rem}}.speech-bubble__content::after{content:"";background-image:url(../image/arrow.svg);background-size:contain;background-repeat:no-repeat;width:4rem;height:4rem;position:absolute;right:.5rem;top:1rem}.speech-bubble__content::before{content:"";background-image:url(../image/arrow.svg);background-size:contain;background-repeat:no-repeat;width:4rem;height:4rem;position:absolute;transform:rotate(180deg);left:.5rem;bottom:1rem}.speech-bubble--row-reverse{flex-direction:column}@media (min-width:768px){.speech-bubble--row-reverse{flex-direction:row-reverse;align-items:flex-start}}@media (min-width:992px){.speech-bubble--row-reverse{flex-direction:column}}@media (min-width:1300px){.speech-bubble--row-reverse{flex-direction:row-reverse}}.speech-bubble--row-reverse::after{top:6.5rem;left:unset;right:10rem;transform:rotate(180deg)}@media (min-width:768px){.speech-bubble--row-reverse::after{top:2rem;left:unset;right:16rem;transform:rotate(260deg)}}@media (min-width:992px){.speech-bubble--row-reverse::after{top:6.5rem;left:unset;right:10rem;transform:rotate(180deg)}}@media (min-width:1300px){.speech-bubble--row-reverse::after{top:2rem;left:unset;right:16rem;transform:rotate(260deg)}}.speech-bubble--row-reverse img{padding-right:0;align-self:flex-end}@media (min-width:768px){.speech-bubble--row-reverse img{padding-left:4rem}}@media (min-width:992px){.speech-bubble--row-reverse img{padding-left:0;align-self:flex-end}}@media (min-width:1300px){.speech-bubble--row-reverse img{padding-left:4rem}}