.should-be-asking {margin-bottom: 60px;}
.should-be-asking .title {margin-bottom: 30px;width: 100%;}
.should-be-asking .title h2 {font-weight: 700;font-size: 48px;line-height: 58px;letter-spacing: -0.5px;color: #00068E;}
.should-be-asking .content h3 {font-weight: 400;font-size: 28px;line-height: 100%;letter-spacing: -0.2px;margin-bottom: 15px;color: #1357F4;margin-top: 35px;}
.should-be-asking .content p {font-weight: 400;font-size: 24px;line-height: 120%;letter-spacing: -0.2px;margin-bottom: 20px;}
.should-be-asking .content p img {margin: 0 auto;}
.should-be-asking .content p:nth-last-of-type(1) {margin-bottom: 0;}
.should-be-asking .content p a {color: #1357F4;text-decoration: underline;}
.should-be-asking .content p a:hover {color: #1357F4;text-decoration: none;}

@media screen and (max-width: 1440px) {
    .should-be-asking .title h2 {font-size: 45px;line-height: 55px;}
    .should-be-asking .content h3 {font-size: 30px;}
}

@media screen and (max-width: 1280px) {
    .should-be-asking .title h2 {font-size: 40px;line-height: 50px;}
    .should-be-asking .content h3 {font-size: 25px;}
}

@media screen and (max-width: 1199px) {
    .should-be-asking .title h2 {font-size: 35px;line-height: 45px;}
}

@media screen and (max-width: 767px) {
    .should-be-asking .title h2 {font-size: 30px;line-height: 40px;}
    .should-be-asking .content h3 {font-size: 20px;}
}